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

Last commit made on 2018-08-23
Get this branch:
git clone -b kinetic-devel https://git.launchpad.net/~wooksong/nnstreamer-ros/+git/tizenport-ros-comm

Branch merges

Branch information

Name:
kinetic-devel
Repository:
lp:~wooksong/nnstreamer-ros/+git/tizenport-ros-comm

Recent commits

fb6a6bd... by Dirk Thomas <email address hidden>

1.12.14

e9f2212... by Dirk Thomas <email address hidden>

update changelogs

09880c7... by Dirk Thomas <email address hidden>

Merge pull request #1490 from ros/kinetic-backports

changes between 1.12.13 and 1.13.7 for backporting

25b6421... by Bence Magyar <email address hidden>

Add hasStarted()const to Timer API (#1464)

b1d1dd4... by Ollin Boer Bohan <email address hidden>

Rename python message_filters.Cache.getLastestTime to getLatestTime (#1450)

* Rename getLastestTime to getLatestTime

Per directions [here](https://github.com/ros/ros_comm/issues/1449#issuecomment-403118429).

* Test getLatestTime instead of getLastestTime

per https://github.com/ros/ros_comm/issues/1449#issuecomment-403118429

a709c27... by Peter Baughman <email address hidden>

Fix Issue 1346 - Make a copy of the topic list (#1416)

* Make a copy of the topic list

get_topics() returns a set, which is iterated by the Log constructor.
Make a copy of the set (atomic in cpython!) so nobody adds or removes
something while the Log constructor iterates over it

* Revert "Make a copy of the topic list", Fix

This reverts commit 0e019e0a604e7c49836a6254c8cffcac933ee2cc.
Move the fix to the _TopicManager so anybody else calling get_topics doesn't get burned by the same issue as _rosout

e7f825e... by Guillaume Autran <email address hidden>

Change to force a rebuild of the pollset on flag changes (#1393)

* Change to force a rebuild of the pollset on flag changes

This change fixes issues seen in #1357, resulting from #1281

6cf2235... by Hans-Joachim Krauch <email address hidden>

Fix integer overflow for oneshot timers. (#1382)

* Template std::max instead of casting explicitly.

25ad5e1... by Denise Eng <email address hidden>

Convert the period standard deviation in StatisticsLogger to Duration at the end. (#1361)

Fixes #1360

1cf9ec9... by Jannik Abbenseth <email address hidden>

Fix "pass_all_args" for roslaunch-check, add nosetest (#1368)