All Projects → athackst → ignition_vs_gazebo

athackst / ignition_vs_gazebo

Licence: Apache-2.0 License
Tests of gazebo and ignition ROS simulators

Programming Languages

HTML
75241 projects
shell
77523 projects
Dockerfile
14818 projects
CMake
9771 projects

Projects that are alternatives of or similar to ignition vs gazebo

summit xl sim
Packages for the simulation of the Summit XL, Summit XL HL and Summit-X (including X-WAM) robots
Stars: ✭ 32 (+77.78%)
Mutual labels:  gazebo-simulator
ignition-self-diagnosis
Perform self diagnosis checks right on your Ignition error page
Stars: ✭ 19 (+5.56%)
Mutual labels:  ignition
gazebo video monitors
Various Gazebo video plugins for capturing the operation of a robot, for monitoring during tests, etc.
Stars: ✭ 13 (-27.78%)
Mutual labels:  gazebo-simulator
dvrk env
Accurate URDF and SDF models of Intuitive Surgical's daVinici Research Kit (dVRK)
Stars: ✭ 13 (-27.78%)
Mutual labels:  gazebo-simulator
Wall-e-simulation-ros2
Self-balancing and line-following bot simulation
Stars: ✭ 26 (+44.44%)
Mutual labels:  gazebo-simulator
blacksmith
Bare-Metal CoreOS Cluster Manager
Stars: ✭ 67 (+272.22%)
Mutual labels:  ignition
travesim
Gazebo simulation environment for IEEE Very Small Size Soccer robots
Stars: ✭ 28 (+55.56%)
Mutual labels:  gazebo-simulator
ddpg biped
Repository for Planar Bipedal walking robot in Gazebo environment using Deep Deterministic Policy Gradient(DDPG) using TensorFlow.
Stars: ✭ 65 (+261.11%)
Mutual labels:  gazebo-simulator
terraform-provider-ignition
Terraform Ignition provider
Stars: ✭ 37 (+105.56%)
Mutual labels:  ignition
ignition-stackoverflow
An Ignition tab that fetches StackOverflow questions and provides a searchbar.
Stars: ✭ 74 (+311.11%)
Mutual labels:  ignition
dockerfiles
Dockerfiles I use for development
Stars: ✭ 64 (+255.56%)
Mutual labels:  ignition
ignition-code-editor
Add inline code editing to your ignition page
Stars: ✭ 44 (+144.44%)
Mutual labels:  ignition
ignition-tinker-tab
An Ignition tab to tinker with your Laravel app
Stars: ✭ 30 (+66.67%)
Mutual labels:  ignition

ignition_vs_gazebo

ignition vs. gazebo

A collection of tests between gazebo and ignition. For a detailed analysis, see my article comparing ignition and gazebo.

Quickstart

All tests are located under the tests directory.

Each test has a standalone script to launch the simulator.

Simply run ./start_gazebo.sh or ./start_ign.sh to launch the test with the desired simulator.

Test setup

Tests are created using xacro. This ensures that the same properties are used in both simulators. The SDF also sets several GUI properties, which are not compatible between programs. A separate macro was created for each simulator and included in its respective test.

Development Environment

VSCode Container

The test setup includes a VSCode container IDE, which pre-installs gazebo 11 and ignition citadel. If you're on a Linux system, the scripts will launch the respective simulation (including Gazebo GUI).

Local

If you wish to run the tests natively instead, you'll need to have Gazebo and Ignition installed.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].