All Projects → ignitionrobotics → ign-sensors

ignitionrobotics / ign-sensors

Licence: Unknown, Apache-2.0 licenses found Licenses found Unknown LICENSE Apache-2.0 COPYING
Provides numerous sensor models designed to generate realistic data from simulation environments.

Programming Languages

C++
36643 projects - #6 most used programming language
CMake
9771 projects

Projects that are alternatives of or similar to ign-sensors

ign-rendering
C++ library designed to provide an abstraction for different rendering engines. It offers unified APIs for creating 3D graphics applications.
Stars: ✭ 34 (+13.33%)
Mutual labels:  gazebo, robotics-simulation, ignition-rendering, ignition-robotics, gazebosim
ign-physics
Abstract physics interface designed to support simulation and rapid development of robot applications.
Stars: ✭ 40 (+33.33%)
Mutual labels:  gazebo, robotics-simulation, ignition-robotics
ign-math
General purpose math library for robot applications.
Stars: ✭ 35 (+16.67%)
Mutual labels:  gazebo, robotics-simulation, ignition-robotics
gzweb
Web client for Gazebo classic simulation
Stars: ✭ 36 (+20%)
Mutual labels:  gazebo, gazebosim
gazebo tutorials
Tutorials for gazebo
Stars: ✭ 78 (+160%)
Mutual labels:  gazebo, robotics-simulation
ZeroSimROSUnity
Robotic simulation in Unity with ROS integration.
Stars: ✭ 112 (+273.33%)
Mutual labels:  gazebo, sensors
GRT-iOS-HelloWorld
An example of how to integrate the Gesture Recognition Toolkit into an iPhone app
Stars: ✭ 34 (+13.33%)
Mutual labels:  sensors
pcg gazebo
Procedural Generation for Gazebo
Stars: ✭ 50 (+66.67%)
Mutual labels:  gazebo
OpenMAS
OpenMAS is an open source multi-agent simulator based in Matlab for the simulation of decentralized intelligent systems defined by arbitrary behaviours and dynamics.
Stars: ✭ 80 (+166.67%)
Mutual labels:  robotics-simulation
curio
ROS packages to control a version of Roger Chen's Sawppy Rover.
Stars: ✭ 38 (+26.67%)
Mutual labels:  gazebo
owlos
DIY Open Source OS for building IoT ecosystems
Stars: ✭ 43 (+43.33%)
Mutual labels:  sensors
aws-robomaker-bookstore-world
A bookstore world with shelving and tables for AWS RoboMaker and Gazebo simulations
Stars: ✭ 46 (+53.33%)
Mutual labels:  gazebo
SensorsAndAi
SensorAndAi is an android application which will give you the complete information about all the sensors and some basic information about artificial intelligence.This application will tell you about the use and implementation of the sensor and artificial intelligence.This app will show you how sensor and artificial intelligence is used in any an…
Stars: ✭ 29 (-3.33%)
Mutual labels:  sensors
motion-planner-reinforcement-learning
End to end motion planner using Deep Deterministic Policy Gradient (DDPG) in gazebo
Stars: ✭ 99 (+230%)
Mutual labels:  gazebo
sensor
Sensor by Metriful | Indoor environment monitoring | Documentation and code samples
Stars: ✭ 93 (+210%)
Mutual labels:  sensors
Deep XF
Package towards building Explainable Forecasting and Nowcasting Models with State-of-the-art Deep Neural Networks and Dynamic Factor Model on Time Series data sets with single line of code. Also, provides utilify facility for time-series signal similarities matching, and removing noise from timeseries signals.
Stars: ✭ 83 (+176.67%)
Mutual labels:  sensors
smartcitizen-web
The Smart Citizen Kit platform
Stars: ✭ 13 (-56.67%)
Mutual labels:  sensors
community-projects
Webots projects (PROTO files, controllers, simulation worlds, etc.) contributed by the community.
Stars: ✭ 20 (-33.33%)
Mutual labels:  robotics-simulation
bme680 to influxdb
Simple script that sends your BME680 temp, pressure, humidity and gas sensor data to InfluxDB.
Stars: ✭ 21 (-30%)
Mutual labels:  sensors
wyze-node
An un-official API wrapper for Wyze products
Stars: ✭ 151 (+403.33%)
Mutual labels:  sensors

Gazebo 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 Focal Build Status
Homebrew Build Status
Windows Build Status

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

Table of Contents

Features

Install

Usage

Folder Structure

Code of Conduct

Contributing

Versioning

License

Features

Gazebo 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/gz/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 Gazebo project which periodically releases a versioned set of compatible and complimentary libraries. See the Gazebo website for version and release information.

License

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

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