Search Criteria
Package Details: ros-kinetic-rosconsole-bridge 0.5.2-1
Git Clone URL: | https://aur.archlinux.org/ros-kinetic-rosconsole-bridge.git (read-only, click to copy) |
---|---|
Package Base: | ros-kinetic-rosconsole-bridge |
Description: | ROS - rosconsole_bridge is a package used in conjunction with console_bridge and rosconsole for connecting console_bridge-based logging to rosconsole-based logging. |
Upstream URL: | http://www.ros.org/wiki/rosconsole_bridge |
Licenses: | |
Submitter: | zootboy |
Maintainer: | None |
Last Packager: | lopsided98 |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2016-12-21 06:24 |
Last Updated: | 2019-02-02 02:25 |
Dependencies (7)
- console-bridge
- ros-kinetic-rosconsole
- cmake (cmake-git) (make)
- console-bridge (make)
- ros-build-tools (ros-build-tools-py3) (make)
- ros-kinetic-catkin (make)
- ros-kinetic-rosconsole (make)
Latest Comments
zootboy commented on 2018-01-03 21:02
Have you updated to the latest console-bridge? It built fine for me with console-bridge 0.4.0-1.
replax commented on 2018-01-03 14:58
Thanks! For many packages I get the following error during recompilation after building and installing the new rosconsole-bridge version:
/opt/ros/kinetic/lib/libtf2.so: undefined reference to `console_bridge::log_deprecated(char const, int, console_bridge::LogLevel, char const, ...)'
collect2: error: ld returned 1 exit status
make[2]: *** [CMakeFiles/transform_listener_unittest.dir/build.make:139: devel/lib/tf/transform_listener_unittest] Error 1
make[1]: *** [CMakeFiles/Makefile2:457: CMakeFiles/transform_listener_unittest.dir/all] Error 2
zootboy commented on 2018-01-02 21:53
Updated, let me know if there are any issues with the new version.
majorx234 commented on 2018-01-02 15:10
the newest version in git repository is 0.5.1
replax commented on 2017-12-30 18:48
console-bridge renamed its logWarn function to CONSOLE_BRIDGE_logWarn (and other functions similiarly) which causes this package to stop building. For more information see here: https://github.com/ros/console_bridge/pull/48/commits
Perhaps it needs to be updated too...