ppovb5fc7/gazebo/examples/stand_alone/transporter/README.md

20 lines
352 B
Markdown
Raw Permalink Normal View History

2019-03-25 11:01:43 +08:00
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.
1. In a new terminal, run the transporter
>./transporter
1. The object should move to a new location