pxmlw6n2f/Gazebo_Distributed_MPI
zhangshuai aa80c5b61b 1. MPI_Allgatherv, version 0.5.2
2. add "ownModels" list and some functions in world files, for MPI, "ownModels" are used for modelUpdteFunc
3. delete "models" list in GazeboID
4. add launch file that 30 hector takeoff 20 hector do not move for testing collision time
2019-07-11 17:16:11 +08:00
..
cmake add Gazebo_Distributed_MPI document 2019-04-18 10:27:54 +08:00
deps add Gazebo_Distributed_MPI document 2019-04-18 10:27:54 +08:00
doc add Gazebo_Distributed_MPI document 2019-04-18 10:27:54 +08:00
examples add Gazebo_Distributed_MPI document 2019-04-18 10:27:54 +08:00
gazebo 1. MPI_Allgatherv, version 0.5.2 2019-07-11 17:16:11 +08:00
interfaces add Gazebo_Distributed_MPI document 2019-04-18 10:27:54 +08:00
media add Gazebo_Distributed_MPI document 2019-04-18 10:27:54 +08:00
models add Gazebo_Distributed_MPI document 2019-04-18 10:27:54 +08:00
mpi_run 1. MPI_Allgatherv, version 0.5.2 2019-07-11 17:16:11 +08:00
plugins add Gazebo_Distributed_MPI document 2019-04-18 10:27:54 +08:00
test add Gazebo_Distributed_MPI document 2019-04-18 10:27:54 +08:00
tools add Gazebo_Distributed_MPI document 2019-04-18 10:27:54 +08:00
worlds add Gazebo_Distributed_MPI document 2019-04-18 10:27:54 +08:00
.gitignore add Gazebo_Distributed_MPI document 2019-04-18 10:27:54 +08:00
AUTHORS 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
CONTRIBUTING.md add Gazebo_Distributed_MPI document 2019-04-18 10:27:54 +08:00
COPYING add Gazebo_Distributed_MPI document 2019-04-18 10:27:54 +08:00
Changelog.md add Gazebo_Distributed_MPI document 2019-04-18 10:27:54 +08:00
LICENSE add Gazebo_Distributed_MPI document 2019-04-18 10:27:54 +08:00
Migration.md add Gazebo_Distributed_MPI document 2019-04-18 10:27:54 +08:00
NEWS 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
configure.bat add Gazebo_Distributed_MPI document 2019-04-18 10:27:54 +08:00
ign-math-migration.md add Gazebo_Distributed_MPI document 2019-04-18 10:27:54 +08:00
release-notes.html add Gazebo_Distributed_MPI document 2019-04-18 10:27:54 +08:00
win_addpath.bat add Gazebo_Distributed_MPI document 2019-04-18 10:27:54 +08:00

README

Gazebo - A dynamic multi-robot simulator
---------------------------------------- 

This is the Gazebo simulator.  Gazebo simulates multiple robots in a
3D environment, with extensive dynamic interaction between objects. 

  http://gazebosim.org

Installation
------------
Instructions are located at

  http://gazebosim.org/install

Gazebo cmake parameters available at configuring time:

 - ENABLE_DIAGNOSTICS
   If this is defined, it will enable diagnostic timers using the macros
   from Diagnostics.hh (see also the standalone diagnostics example):
   DIAG_TIMER_START("name")
   DIAG_TIMER_LAP("name")
   DIAG_TIMER_STOP("name")
 - USE_HOST_CFLAGS (bool) [default True]
   Check the building machine for supported compiler optimizations and use 
   them to build the software.
 - USE_UPSTREAM_CFLAGS (bool) [default True]
   Use the recommend gazebo developers compiler optimizations flags
 - ENABLE_TESTS_COMPILATION (bool) [default True]
   Enabled or disable the test suite compilation. 
 - USE_LOW_MEMORY_TEST (bool) [default False]
   Use reduced version of tests which need less quantity of RAM memory
   available.
 - FORCE_GRAPHIC_TESTS_COMPILATION (bool) [default False]
   Ignore system checks to look for graphic and acceleration support and
   compile all the test suite.
 - ENABLE_SCREEN_TESTS (bool) [default True]
   Enable or disable tests that need screen rendering to run properly.
   Headless machines or machines with the screen turned off should set this to
   False 

Uninstallation
--------------
Read the uninstallation instructions (http://gazebosim.org/uninstall)
in the online manual for generic instructions.  For most people, the following sequence will suffice:

  $ make uninstall (inside the gazebo-trunk/build directory)


- Nate Koenig