~wooksong/nnstreamer-ros/+git/tizenport-ros-comm:indigo-devel

Last commit made on 2017-03-06
Get this branch:
git clone -b indigo-devel https://git.launchpad.net/~wooksong/nnstreamer-ros/+git/tizenport-ros-comm

Branch merges

Branch information

Recent commits

c646e0f... by Dirk Thomas

1.11.21

81b2577... by Dirk Thomas

update changelogs

6506111... by Dirk Thomas

Merge pull request #1008 from ros/backports_indigo

changes between 1.11.20 and 1.12.7 for backporting

a198566... by John Morrissey

terminate underlying 'rosbag {play,record}' on SIGTERM

83d3935... by Minsu Kim <email address hidden>

fixed UDP block number when EAGAIN or EWOULDBLOCK (#957)

* fixed UDP block number when EAGAIN or EWOULDBLOCK

48ef2a1... by Jannik Abbenseth <email address hidden>

[rospy] made get_published_topics threadsafe (#958)

* [rospy] made get_published_topics threadsafe

017aa89... by IsaacS

[roslaunch] Indicating <node> tag when it is actually a <test> tag is confusing.

For example, [this warning msg](https://travis-ci.org/wg-perception/people/jobs/202019288#L3737) (in this [PR](https://github.com/wg-perception/people/pull/49)):

 ```
 * WARN: unrecognized 'group' tag in <node> tag. Node xml is <test name="$(arg testnode_name)" pkg="rostest" test-name="hztest_test" type="hztest">
    <group unless="$(arg expected_success)">
      <node args="-r 0.5 $(find face_detector)/test/face_detector_noface_test_diamondback.bag" name="play" pkg="rosbag" type="play"/>
      <param name="hz" value="0.0"/>
    </group>
```

This is confusing because the tag in question is actually `<test>`, not `<node>`. Although the warning message refers to the exact <test> tag, I didn't try to read it because I was told the issue is with <node>, not <test>.

With this PR the message becomes a bit verbose but hope the readers get better idea.

579619b... by "Isaac I.Y. Saito" <email address hidden>

[rostest] Fix type in hztest assertion (#992)

d539346... by Dirk Thomas

throw exception instead of accessing invalid memory

9fa1d07... by Brett Ponsler

Fixing logic issue causing cache not to be saved properly.