ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
You need to run sudo apt-get update
to first and then enter following command as mentioned here
sudo apt-get install ros-jade-moveit
source /opt/ros/jade/setup.bash
I had a similar issue with jade but following above instructions I solved them. Hope it helps
2 | No.2 Revision |
You need to run sudo apt-get update
to first and then enter following command as mentioned here
sudo apt-get install ros-jade-moveit
source /opt/ros/jade/setup.bash
I had a similar issue with jade but following above instructions I solved them. Hope it helps