Show EOL distros:
Package Summary
rosconsole_bridge is a package used in conjunction with console_bridge and rosconsole for connecting console_bridge-based logging to rosconsole-based logging.
- Maintainer: Mirza Shah <mshah AT willowgarage DOT com>, Ioan Sucan <isucan AT willowgarage DOT com>
- Author: Ioan Sucan <isucan AT willowgarage DOT com>
- License: BSD
- Bug / feature tracker: https://github.com/ros/rosconsole_bridge/issues
- Source: git https://github.com/ros/rosconsole_bridge.git (branch: groovy-devel)
Package Summary
rosconsole_bridge is a package used in conjunction with console_bridge and rosconsole for connecting console_bridge-based logging to rosconsole-based logging.
- Maintainer status: maintained
- Maintainer: Mirza Shah <mshah AT willowgarage DOT com>, Ioan Sucan <isucan AT willowgarage DOT com>
- Author: Ioan Sucan <isucan AT willowgarage DOT com>
- License: BSD
- Bug / feature tracker: https://github.com/ros/rosconsole_bridge/issues
- Source: git https://github.com/ros/rosconsole_bridge.git (branch: hydro-devel)
Package Summary
rosconsole_bridge is a package used in conjunction with console_bridge and rosconsole for connecting console_bridge-based logging to rosconsole-based logging.
- Maintainer status: maintained
- Maintainer: Dirk Thomas <dthomas AT osrfoundation DOT org>, Ioan Sucan <isucan AT gmail DOT com>
- Author: Ioan Sucan
- License: BSD
- Bug / feature tracker: https://github.com/ros/rosconsole_bridge/issues
- Source: git https://github.com/ros/rosconsole_bridge.git (branch: indigo-devel)
Package Summary
rosconsole_bridge is a package used in conjunction with console_bridge and rosconsole for connecting console_bridge-based logging to rosconsole-based logging.
- Maintainer: Dirk Thomas <dthomas AT osrfoundation DOT org>, Ioan Sucan <isucan AT gmail DOT com>
- Author: Ioan Sucan
- License: BSD
- Bug / feature tracker: https://github.com/ros/rosconsole_bridge/issues
- Source: git https://github.com/ros/rosconsole_bridge.git (branch: indigo-devel)
Package Summary
rosconsole_bridge is a package used in conjunction with console_bridge and rosconsole for connecting console_bridge-based logging to rosconsole-based logging.
- Maintainer status: maintained
- Maintainer: Michel Hidalgo <michel AT ekumenlabs DOT com>
- Author: Ioan Sucan <isucan AT gmail DOT com>, Dirk Thomas <dthomas AT osrfoundation DOT org>
- License: BSD
- Bug / feature tracker: https://github.com/ros/rosconsole_bridge/issues
- Source: git https://github.com/ros/rosconsole_bridge.git (branch: kinetic-devel)
Package Summary
rosconsole_bridge is a package used in conjunction with console_bridge and rosconsole for connecting console_bridge-based logging to rosconsole-based logging.
- Maintainer status: maintained
- Maintainer: Dirk Thomas <dthomas AT osrfoundation DOT org>, Ioan Sucan <isucan AT gmail DOT com>
- Author: Ioan Sucan
- License: BSD
- Bug / feature tracker: https://github.com/ros/rosconsole_bridge/issues
- Source: git https://github.com/ros/rosconsole_bridge.git (branch: kinetic-devel)
Package Summary
rosconsole_bridge is a package used in conjunction with console_bridge and rosconsole for connecting console_bridge-based logging to rosconsole-based logging.
- Maintainer status: maintained
- Maintainer: Michel Hidalgo <michel AT ekumenlabs DOT com>
- Author: Ioan Sucan <isucan AT gmail DOT com>, Dirk Thomas <dthomas AT osrfoundation DOT org>
- License: BSD
- Bug / feature tracker: https://github.com/ros/rosconsole_bridge/issues
- Source: git https://github.com/ros/rosconsole_bridge.git (branch: kinetic-devel)
Package Summary
rosconsole_bridge is a package used in conjunction with console_bridge and rosconsole for connecting console_bridge-based logging to rosconsole-based logging.
- Maintainer status: maintained
- Maintainer: Michel Hidalgo <michel AT ekumenlabs DOT com>
- Author: Ioan Sucan <isucan AT gmail DOT com>, Dirk Thomas <dthomas AT osrfoundation DOT org>
- License: BSD
- Bug / feature tracker: https://github.com/ros/rosconsole_bridge/issues
- Source: git https://github.com/ros/rosconsole_bridge.git (branch: kinetic-devel)
Overview
rosconsole_bridge is a package used in conjunction with console_bridge and rosconsole for connecting console_bridge-based logging to rosconsole-based logging.
Usage
If you have an application or library that is utilizing console_bridge for logging, the logging information will be written to stdout. Applications/libraries that utilize rosconsole do not follow this behavior, but rather write their output to both stdout (depending on log level) as well as the ROS topic /rosout.
If you have a console_bridge application or library, you can have its output be written to /rosout by simply having your package depend on rosconsole_bridge. Additionally, a call to REGISTER_ROSCONOLE_BRIDGE has to be added to the ROS node. (See https://github.com/ros/rosconsole_bridge/issues/12).