Skip to Content
Mastering ROS for Robotics Programming - Second Edition
book

Mastering ROS for Robotics Programming - Second Edition

by Lentin Joseph, Jonathan Cacace
February 2018
Beginner
580 pages
13h 20m
English
Packt Publishing
Content preview from Mastering ROS for Robotics Programming - Second Edition

Adding model files to the Gazebo model folder

The following is the procedure to add a model to the Gazebo folder.

Locate the default model folder of Gazebo, which is located in the ~/.gazebo/models folder. Create a folder called final_room and copy final_room.sdf inside this folder. Also, create a file called model.config, which contains the details of the model file. The definition of this file follows:

<?xml version="1.0"?> <model> <!-- Name of model which is displaying in Gazebo --> <name>Test Room</name> <version>1.0</version> <!-- Model file name --> <sdf version="1.2">final_room.sdf</sdf> <author> <name>Lentin Joseph</name> <email>qboticslabs@gmail.com</email> </author> <description> A test room for performing SLAM </description> </model> ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Mastering ROS for Robotics Programming - Third Edition

Mastering ROS for Robotics Programming - Third Edition

Lentin Joseph, Jonathan Cacace
Effective Robotics Programming with ROS - Third Edition

Effective Robotics Programming with ROS - Third Edition

Luis Sanchez, Enrique Fernandez Perdomo, Anil Mahtani

Publisher Resources

ISBN: 9781788478953Supplemental Content