ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Follow the moveit tutorials using python or c++ to script the Panda arm through a range of motions visualising in rviz.
http://docs.ros.org/melodic/api/moveit_tutorials/html/doc/getting_started/getting_started.html
If you have your own xacro definition of a robot, use the setup assistant to generate the files necessary. Again follow the moveit tutorials to use them.
Better yet, take a bunch of meshes, perhaps using 3D CAD software to make your own and write a xacro file for a more complex robot and then do the above.