~wooksong/nnstreamer-ros/+git/tizenport-ros-comm:debug_test_failures

Last commit made on 2018-04-03
Get this branch:
git clone -b debug_test_failures https://git.launchpad.net/~wooksong/nnstreamer-ros/+git/tizenport-ros-comm

Branch merges

Branch information

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

Recent commits

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

Revert "Take XmlRpcValue by *const* ref. in operator<< (#1350)"

This reverts commit 1fa062ca269e5870b0c48c8b1d484890ae393b1b.

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

Revert "Fix check for header first in rosbag play for rate control topic (#1352)"

This reverts commit 2c8a3f65628d0362d97c29d333d5669b2c7803a6.

2c8a3f6... by =?utf-8?q?Enrique_Fern=C3=A1ndez_Perdomo?= <email address hidden>

Fix check for header first in rosbag play for rate control topic (#1352)

* Skip empty lines

* Only check 'Header ' is at the beginning

This allows to support sensor_msgs/Image, which has a comment after.
Also note we only need to check for the type, not the name of the field.

* Break while loop after first field.

1fa062c... by =?utf-8?q?Enrique_Fern=C3=A1ndez_Perdomo?= <email address hidden>

Take XmlRpcValue by *const* ref. in operator<< (#1350)

This allows to use the operator<< also with const references to
XmlRpcValue objects, not only non-const ones.

94aaaec... by =?utf-8?q?Enrique_Fern=C3=A1ndez_Perdomo?= <email address hidden>

Add rosconsole echo (#1324)

* Add rosconsole echo

* Change detail argument to verbose

* Remove explicit del call

* Use getattr instead of custom STRING_LEVEL

* Simplify level_string_map init

* Change level positional arg to flag

* Pre-compute level max length

24c90e4... by Dirk Thomas <email address hidden>

fix various compiler warnings on bionic (#1325)

2e6ac87... by Dirk Thomas <email address hidden>

1.13.6

87ef700... by Dirk Thomas <email address hidden>

update changelogs

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

Revert "Use std::allocator_traits for forward-compatibility (#1320)" (#1321)

This reverts commit f08f220f9b462f873e13305106dea1f7ba038a5b.

f08f220... by Eric Wieser <email address hidden>

Use std::allocator_traits for forward-compatibility (#1320)

This requires C++11, but continues to support pre-C++11-style allocators