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

ROS Gazebo filesystem details?

asked 2014-11-04 05:25:32 -0500

Haylie gravatar image

Hello, I am new to ROS and want to spawn models in urdf format from ROS in Gazebo. I have come across numerous tutorials but none of them is clear as to where I am supposed to save my urdf file, as well as the mesh files that the urdf uses...Please help

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2014-11-04 07:12:44 -0500

Airuno2L gravatar image

The common practice is to have a /urdf and a /mesh directory in your package's root directory. However, you are free to save your urdf and mesh files where ever you want, just make sure you point to the correct location in your launch files.

edit flag offensive delete link more

Comments

In the launch file, when I write the location of the file as "home/user/"... it doesn't work...I have checked the location of the files, they are correct

Haylie gravatar image Haylie  ( 2014-11-04 12:45:50 -0500 )edit

It would help if you add the relevant line of your launch file and the error you are getting to your question.

Airuno2L gravatar image Airuno2L  ( 2014-11-05 06:28:37 -0500 )edit

thank you, but I figured it out :) I made a catkin package and placed all the files there according to this tutorial http://gazebosim.org/tutorials/?tut=r...

Haylie gravatar image Haylie  ( 2014-11-09 06:31:27 -0500 )edit

Question Tools

Stats

Asked: 2014-11-04 05:25:32 -0500

Seen: 123 times

Last updated: Nov 04 '14