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

Revision history [back]

Yes, this is possible. If you have both ROS versions installed, you can use e.g. Diamondback in one Terminal by sourcing the setup.bash of Diamondback:

source /opt/ros/diamondback/setup.bash

and sourcing the setup.bash of Electric in another terminal:

source /opt/ros/electric/setup.bash

Yes, this is possible. If you have both ROS versions installed, you can use e.g. use Diamondback in one Terminal by sourcing the setup.bash of Diamondback:

source /opt/ros/diamondback/setup.bash

and use Electric by sourcing the setup.bash of Electric in another terminal:

source /opt/ros/electric/setup.bash