pxmlw6n2f/Gazebo_Distributed_MPI/examples/stand_alone/publisher
zhangshuai a2732f8bbd add Gazebo_Distributed_MPI document 2019-04-18 10:27:54 +08:00
..
CMakeLists.txt add Gazebo_Distributed_MPI document 2019-04-18 10:27:54 +08:00
README add Gazebo_Distributed_MPI document 2019-04-18 10:27:54 +08:00
publisher.cc add Gazebo_Distributed_MPI document 2019-04-18 10:27:54 +08:00

README

Gazebo Publisher Example

This is very simple example of how to publish a gazebo topic.

===================
Build Instructions
===================

 * From this directory:

  $ mkdir build
  $ cd build
  $ cmake ..
  $ make


===================
Execute Instructions
===================

 * Launch gazebo as usual then from the build directory above:

  $ ./publisher

 * In gazebo, from the menu bar select 'Window' > 'Topic Visualization'
 * Click the topic you are publishing [/vel_cmd]
 * Click ok