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

ROS workspace and visualization

asked 2020-03-25 08:36:32 -0500

lisa.gebert gravatar image

Hello everyone,

I am a complete beginner to ROS and have question concerning, the structure of the ROS working environment. I got the Schunk robot from the link below into catkin_ws/src.

https://github.com/ipa320/schunk_modu...

However, I still am not understanding the different folders and files and how they interact together to form the robot. Also i would like to visualize the robot. How can I do that?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2020-03-30 06:11:00 -0500

fvd gravatar image

You can visualize the robot by using the URDF provided in the schunk_description to make a moveit_config package of your robot, then running roslaunch your_moveit_package demo.launch. See the MoveIt tutorials for details.

Most of the other folders in the repository you linked contain packages with C++ nodes which control the product they refer to. They also contain a msg folder with the message format they use. There are tutorials for these concepts.

It is true that the documentation is not very rich, and not all packages follow strict standards. But the description package usually contains robot defintion files (URDF). The others you will have to read to understand how to use them.

edit flag offensive delete link more

Comments

Thank you for the answer!

lisa.gebert gravatar image lisa.gebert  ( 2020-04-03 07:57:16 -0500 )edit

I have just created another question. I would highly appreciate it if you could also take a look.

https://answers.ros.org/question/3483...

Thank you!

lisa.gebert gravatar image lisa.gebert  ( 2020-04-03 09:14:53 -0500 )edit

Please accept this answer so the question is taken out of the queue.

fvd gravatar image fvd  ( 2020-04-03 09:19:52 -0500 )edit

Question Tools

Stats

Asked: 2020-03-25 08:36:32 -0500

Seen: 172 times

Last updated: Mar 30 '20