p9fj35fl6/Gazebo_exercise/gazebo7_7.14.0_exercise
helius ea61f64b94 Modify the document for guide and the log of Version changes 2019-10-21 14:30:49 +08:00
..
cmake First release of the optimized gazebo7_7.14.0_exercise by AIRC. 2019-04-01 11:34:22 +08:00
deps Add the asyn event and processmessages by zenglei 2019-10-21 13:42:06 +08:00
doc First release of the optimized gazebo7_7.14.0_exercise by AIRC. 2019-04-01 11:34:22 +08:00
examples First release of the optimized gazebo7_7.14.0_exercise by AIRC. 2019-04-01 11:34:22 +08:00
gazebo Add the asyn event and processmessages by zenglei 2019-10-21 13:42:06 +08:00
interfaces First release of the optimized gazebo7_7.14.0_exercise by AIRC. 2019-04-01 11:34:22 +08:00
media First release of the optimized gazebo7_7.14.0_exercise by AIRC. 2019-04-01 11:34:22 +08:00
models First release of the optimized gazebo7_7.14.0_exercise by AIRC. 2019-04-01 11:34:22 +08:00
plugins First release of the optimized gazebo7_7.14.0_exercise by AIRC. 2019-04-01 11:34:22 +08:00
test First release of the optimized gazebo7_7.14.0_exercise by AIRC. 2019-04-01 11:34:22 +08:00
tools First release of the optimized gazebo7_7.14.0_exercise by AIRC. 2019-04-01 11:34:22 +08:00
worlds First release of the optimized gazebo7_7.14.0_exercise by AIRC. 2019-04-01 11:34:22 +08:00
AUTHORS First release of the optimized gazebo7_7.14.0_exercise by AIRC. 2019-04-01 11:34:22 +08:00
CMakeLists.txt gazebo-exercise-0.2 version 2019-05-24 10:14:20 +08:00
CONTRIBUTING.md First release of the optimized gazebo7_7.14.0_exercise by AIRC. 2019-04-01 11:34:22 +08:00
COPYING First release of the optimized gazebo7_7.14.0_exercise by AIRC. 2019-04-01 11:34:22 +08:00
Changelog.md First release of the optimized gazebo7_7.14.0_exercise by AIRC. 2019-04-01 11:34:22 +08:00
Exercise_Changelog.md Modify the document for guide and the log of Version changes 2019-10-21 14:30:49 +08:00
Exercise_README.md Modify the document for guide and the log of Version changes 2019-10-21 14:30:49 +08:00
LICENSE First release of the optimized gazebo7_7.14.0_exercise by AIRC. 2019-04-01 11:34:22 +08:00
Migration.md First release of the optimized gazebo7_7.14.0_exercise by AIRC. 2019-04-01 11:34:22 +08:00
NEWS First release of the optimized gazebo7_7.14.0_exercise by AIRC. 2019-04-01 11:34:22 +08:00
README First release of the optimized gazebo7_7.14.0_exercise by AIRC. 2019-04-01 11:34:22 +08:00
configure.bat First release of the optimized gazebo7_7.14.0_exercise by AIRC. 2019-04-01 11:34:22 +08:00
ign-math-migration.md First release of the optimized gazebo7_7.14.0_exercise by AIRC. 2019-04-01 11:34:22 +08:00
release-notes.html First release of the optimized gazebo7_7.14.0_exercise by AIRC. 2019-04-01 11:34:22 +08:00
win_addpath.bat First release of the optimized gazebo7_7.14.0_exercise by AIRC. 2019-04-01 11:34:22 +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