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

Scenario 1 – travel to a target location

Follow the next procedure to make sure that the training process happens as expected:

  1. First, launch the virtual robot model in Gazebo:
T1 $ roslaunch gopigo3_gazebo gopigo3_stage_1.launch
  1. Then, you can start the training process. But first, you have to be in the tensorflow virtual environment:
T2 $ conda activate tensorflow
  1. Now, start the training:
T2 (tensorflow) $ roslaunch gopigo3_dqn gopigo3_dqn_stage_1.launch

You might receive an error like this one:

inotify_add_watch("/home/user/.config/ibus/bus/59ba2b2ca56a4b45be932f4cbc9c914d-unix-0") failed: "No space left on device"

Don't worry, you can solve it by executing the following command:

T2 $ echo fs.inotify.max_user_watches=65536 | sudo ...
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