Robotics StackExchange | Archived questions

Attempting to install libconsole-bridge-dev

I am attempting to install Indigo on a Raspberry Pi following this tutorial (http://wiki.ros.org/action/login/ROSberryPi/Installing%20ROS%20Indigo%20on%20Raspberry%20Pi)

While attempting to build console-bridge (Eg: sudo apt-get build-deep console-bridge)

I am getting the following error "E: You must put some 'source' URIs in your sources.list

I am unsure how to resolve this issue, any help would be appreciated!

Asked by ethandaniels on 2017-10-18 10:35:38 UTC

Comments

I think console-bridge moved from ROS to Debian sometime between Wheezy and Jessie. If you're compiling Indigo for Wheezy, perhaps you can compile this ROS source: https://github.com/ros/console_bridge/tree/indigo-devel

Asked by clyde on 2017-11-07 11:29:35 UTC

Answers