ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

The path looks fine; the OS will collapse multiple '//'s together automatically.

It looks like the real issue here is ABI breakage in one of the underlying libraries; probably the call to ros::console::print(). I think rosconsole underwent some ABI changes recently, and it's possible that the version you have isn't up to date.

Try running sudo apt-get update and sudo apt-get dist-upgrade to install the latest versions of the ROS packages.