Skip to content

Open source robotics simulator.

License

Unknown, Apache-2.0 licenses found

Licenses found

Unknown
LICENSE
Apache-2.0
COPYING
Notifications You must be signed in to change notification settings

bhavika-g/gazebo

This branch is 203 commits behind gazebosim/gazebo-classic:gazebo11.

Folders and files

NameName
Last commit message
Last commit date
Sep 30, 2020
May 28, 2020
May 6, 2020
Aug 11, 2020
Oct 2, 2020
Mar 8, 2017
Aug 6, 2020
Oct 23, 2015
Aug 11, 2020
Sep 22, 2020
Aug 6, 2020
Sep 22, 2020
May 6, 2020
Oct 5, 2012
Aug 12, 2012
Oct 1, 2020
May 6, 2020
May 25, 2011
Oct 1, 2020
Jan 17, 2017
Aug 6, 2020
Mar 11, 2008
Feb 16, 2018
Sep 30, 2019
Jan 16, 2019
Oct 17, 2009
Jan 11, 2020

Repository files navigation

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:

  • BUILD_TESTING (boot) [default False] Include the test suite compilation in the default make call (make all).

  • 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.

  • USE_EXTERNAL_TINYXML (bool) [default True] Use external copy of tinyxml during the build.

  • USE_EXTERNAL_TINYXML2 (bool) [default True] Use external copy of tinyxml2 during the build.

  • 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 suites.

  • 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.

  • USE_PCH (bool) [default False] Use GNU Precompiled Headers. Only works with the gnu compiler.

  • ENABLE_TESTS_COMPILATION (DEPRECATED) The new behaviour is to call 'make tests' explicitly to compile the test suite. Calling 'make' or 'make all' won't compile the tests.

Uninstallation

Read the uninstallation instructions (http://gazebosim.org/uninstall) in the online manual for generic instructions. For most people, the following sequence will suffice (might need sudo if it installed in /usr):

$ make uninstall (inside the gazebo/build directory)

About

Open source robotics simulator.

Resources

License

Unknown, Apache-2.0 licenses found

Licenses found

Unknown
LICENSE
Apache-2.0
COPYING

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 83.9%
  • C 12.5%
  • CMake 1.3%
  • GLSL 1.0%
  • HTML 0.6%
  • Python 0.2%
  • Other 0.5%