~wooksong/nnstreamer-ros/+git/tizenport-ros-comm:fix-colcon-test-results

Last commit made on 2018-06-08
Get this branch:
git clone -b fix-colcon-test-results https://git.launchpad.net/~wooksong/nnstreamer-ros/+git/tizenport-ros-comm

Branch merges

Branch information

Name:
fix-colcon-test-results
Repository:
lp:~wooksong/nnstreamer-ros/+git/tizenport-ros-comm

Recent commits

9c26ebe... by Dirk Thomas <email address hidden>

fix cross-package test dependencies

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

fix compiler warnings about unused variables

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

1.14.2

073ed09... by Dirk Thomas <email address hidden>

update changelogs

c34ad04... by Sammy Pfeiffer

Fix some errors in some probably not frequented code paths (#1415)

7c680e3... by Mikael Arguedas <email address hidden>

import rosbag locally instead of at module level (#1424)

1523b1e... 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

e1d4a16... by Chris Lalancette

Fix the count of subscribers. (#1407)

Signed-off-by: Chris Lalancette <email address hidden>

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

1.14.1

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

update changelogs