GithubHelp home page GithubHelp logo

justicelee / gazebo Goto Github PK

View Code? Open in Web Editor NEW

This project forked from gazebosim/gazebo-classic

1.0 1.0 0.0 544.79 MB

Open source robotics simulator.

Home Page: http://gazebosim.org/

License: Other

CMake 1.26% Shell 0.09% Batchfile 0.03% C++ 83.95% C 12.47% QMake 0.01% GLSL 1.00% HLSL 0.17% HTML 0.58% Jupyter Notebook 0.02% JavaScript 0.02% Ruby 0.09% Python 0.23% Roff 0.07% XSLT 0.02%

gazebo's Introduction

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)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.