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

Before opening the moveit assistance, you must source the workspace where your robot's description package is located.

Something like you have ~/catkin_ws/src/my_robot_description

then,

to build your pkg, you can use catkin_make or catkin build. after building the package, you must source devel/setup.bash before launching the moveit setup assistance from the same sourced terminal.