Skip to Content
Hands-On ROS for Robotics Programming
book

Hands-On ROS for Robotics Programming

by Bernardo Ronquillo Japón
February 2020
Intermediate to advanced
432 pages
10h 50m
English
Packt Publishing
Content preview from Hands-On ROS for Robotics Programming

Launching the GoPiGo model in Gazebo

The single-launch file of this chapter can be found under the launch folder of the package and is called gopigo_gazebo.launch. We've divided its code into the following two snippets for explanation purposes:

<launch>  <include file="$(find gazebo_ros)/launch/empty_world.launch">    <arg name="world_name" value="$(find gazebo_basics)/worlds/gopigo.world"/>    <arg name="paused" default="false"/>    <arg name="use_sim_time" default="true"/>    <arg name="gui" default="true"/>    <arg name="headless" default="false"/>    <arg name="debug" default="false"/>  </include>

Here, you can see two new tags, <include> and <arg>. The former allows us to include launch files from other ROS packages, while the latter allows us to make the ...

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

Mastering ROS for Robotics Programming

Lentin Joseph
ROS Robotics By Example - Second Edition

ROS Robotics By Example - Second Edition

Lentin Joseph, Carol Fairchild, Dr. Thomas L. Harman

Publisher Resources

ISBN: 9781838551308Supplemental Content