pxmlw6n2f/Gazebo_Distributed_TCP/examples/stand_alone/transporter
zhangshuai 093964e078 Rename the Gazebo_Distributed to Gazebo_Distributed_TCP, ready to develop MPI Gazebo 2019-04-18 09:44:55 +08:00
..
CMakeLists.txt Rename the Gazebo_Distributed to Gazebo_Distributed_TCP, ready to develop MPI Gazebo 2019-04-18 09:44:55 +08:00
README.md Rename the Gazebo_Distributed to Gazebo_Distributed_TCP, ready to develop MPI Gazebo 2019-04-18 09:44:55 +08:00
transporter.cc Rename the Gazebo_Distributed to Gazebo_Distributed_TCP, ready to develop MPI Gazebo 2019-04-18 09:44:55 +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