ppovb5fc7/gazebo/examples/stand_alone/transporter
XunMeng2017 fc18a77bd1 submit origin gazebo to gazebo_opt 2019-03-25 11:01:43 +08:00
..
CMakeLists.txt submit origin gazebo to gazebo_opt 2019-03-25 11:01:43 +08:00
README.md submit origin gazebo to gazebo_opt 2019-03-25 11:01:43 +08:00
transporter.cc submit origin gazebo to gazebo_opt 2019-03-25 11:01:43 +08:00

README.md

This example program will trigger a manual transporter.

Build

mkdir build
cd build
cmake ../
make

Run

  1. Start Gazebo from a terminal

gazebo worlds/transporter.world

  1. Using the GUI, place an object, such as a sphere, at the origin.
  2. In a new terminal, run the transporter

./transporter

  1. The object should move to a new location