libignition-sensors5

Provides numerous sensor models designed to generate realistic data from simulation environments.


Keywords
gazebo, gazebosim, hacktoberfest, ignition-rendering, ignition-robotics, ignition-sensors, robotics, robotics-simulation, sensors, sensors-models, simulation
License
Apache-2.0
Install
conda install -c conda-forge libignition-sensors5

Documentation

Ignition Sensors : Sensor models for simulation

Maintainer: ichen AT openrobotics DOT org

GitHub open issues GitHub open pull requests Discourse topics Hex.pm

Build Status
Test coverage codecov
Ubuntu Bionic Build Status
Homebrew Build Status
Windows Build Status

Ignition Sensors, a component of Ignition Robotics, provides numerous sensor models designed to generate realistic data from simulation environments. Ignition Sensors is used in conjunction with Ignition Libraries, and especially relies on the rendering capabilities from Ignition Rendering and physics simulation from Ignition Physics.

Table of Contents

Features

Install

Usage

Folder Structure

Code of Conduct

Contributing

Versioning

License

Features

Ignition Sensors provides a set of sensors models that can be configured at run time to mimic specific real-world sensors. A noise model is also provided that can be used to introduce Gaussian or custom noise models into sensor streams.

Install

See the installation tutorial.

Usage

Please refer to the examples directory.

Folder Structure

Refer to the following table for information about important directories and files in this repository.

β”œβ”€β”€ examples                  Example programs.
β”œβ”€β”€ include/ignition/sensors  Header files that will be installed.
β”œβ”€β”€ src                       Source files and unit tests.
β”œβ”€β”€ test
β”‚Β Β   β”œβ”€β”€ integration          Integration tests.
β”‚Β Β   β”œβ”€β”€ performance          Performance tests.
β”‚Β Β   └── regression           Regression tests.
β”œβ”€β”€ tutorials                 Tutorials, written in markdown.
β”œβ”€β”€ Changelog.md              Changelog.
β”œβ”€β”€ CMakeLists.txt            CMake build script.
└── README.md                 This readme.

Contributing

Please see the contribution guide.

Code of Conduct

Please see CODE_OF_CONDUCT.md.

Versioning

This library uses Semantic Versioning. Additionally, this library is part of the Ignition Robotics project which periodically releases a versioned set of compatible and complimentary libraries. See the Ignition Robotics website for version and release information.

License

This library is licensed under Apache 2.0. See also the LICENSE file.