-
👩🌾 Print debug messages when sensors advertise topics
-
👩🌾 Remove bitbucket-pipelines.yml
-
Publish performance sensor metrics.
-
Bump required SDF version to 10.6 (#153)
-
Add API for enabling / disabling IMU orientation
-
Init will now set the nextUpdateTime to zero
-
Remove clamping from lidar noise
-
Remove tools/code_check and update codecov
-
Disable macOS workflow
-
👩🌾 Disable tests that consistently fail on macOS
-
Master branch updates
-
👩🌾 Clear Windows warnings (backport #58)
-
Update thermal camera tutorial - include varying temp. objects
-
Fix macOS/windows tests that failed to load library
-
Removed issue & PR templates
-
Added issue and PR templates.
-
Added
set_rate
service to all sensors. -
Added support for 8 bit thermal camera image format.
-
All features up to version 3.2.0.
-
Fix link in README.md
-
Move installation instructions from README.md to Installation tutorial
-
Bump ign-math to 6.6
-
Replaced common::Time with std::chrono
-
Depend on ign-msgs6, ign-transport9, sdf10
-
GitHub migration
-
Set camera sensor visibility mask
-
Depend on ign-rendering4
-
👩🌾 Print debug messages when sensors advertise topics
-
Publish performance sensor metrics.
-
CI and infrastructure
-
👩🌾 Disable tests that consistently fail on macOS
-
👩🌾 Clear Windows warnings (backport #58)
-
Fix macOS/windows tests that failed to load library (backport #60)
-
Apply noise to lidar point cloud.
-
Add Windows Installation.
-
Added thermal camera tutorial.
-
Prevent segfaults on test failures, make tests verbose.
-
Resolve updated codecheck issues.
-
Improve fork experience.
-
Update camera sensor only when needed
-
Add noise to RGBD camera.
-
Fix version numbers in config.hh
-
Make sure all sensors have a default topic. When invalid topics are passed in, convert them to valid topics if possible. If not possible to convert into valid topic, fail gracefully.
-
GitHub migration
-
Add support for sdformat frame semantics
-
Remove deprecations in ign-sensors3
-
Break out image noise classes
-
Depend on ign-transport8, ign-msgs5, sdformat9
-
Add Thermal Camera Sensor
-
Updating exports and includes
-
Removed deprecations from Manager.
-
Depend on ign-rendering3
-
Add noise to RGBD camera.
-
Make sure all sensors have a default topic.When invalid topics are passed in, convert them to valid topics if possible. If not possible to convert into valid topic, fail gracefully.
- Added sequence numbers to sensor data messages.
- Add clipping for depth camera on rgbd camera sensor (requires sdformat 8.7.0)
- Fix IMU noise model dt
- Update depth and rgbd camera sensor to output point cloud data generated by ign-rendering DepthCamera
- Add intensity and ring fields to GpuLidarSensor point cloud msg
-
Add
IGN_PROFILER_ENABLE
cmake option for enabling the ign-common profiler. -
Deduplicate
frame_ids
from sensor message headers -
Baseline for stereo cameras
- Support manual scene updates for rendering sensors
- The GpuLidar and Rgbd sensors publish point cloud data using
msgs::PointCloudPacked
.
-
Update the GPU Lidar to use the sensor's name as the
frame_id
. -
Fix camera_info topic to be on the same level as image and depth_image for RGBD Camera.
-
Adds an RGBD camera sensor that combines a CameraSensor and DepthCameraSensor, and also outputs a pointcloud.
-
Create and publish on
camera_info
topics for the Camera and DepthCamera sensors.
-
Zero update rate, virtual SetParent and fix gpu_lidar
-
Add
frame_id
to sensor messages -
Restore
pixel_format
in message and add deprecation comment. -
Added noise to camera and lidar sensors.
-
Add support for loading a Lidar sensor from an SDF Sensor DOM object.
-
Add support for loading an IMU sensor from an SDF Sensor DOM object.
-
Add support for loading a camera and depth camera sensor from an SDF Sensor DOM object.
-
Add support for loading an air pressure sensor from an SDF Sensor DOM object.
-
Add support for loading an altimeter sensor from an SDF Sensor DOM object.
-
Noise factory uses
sdf::Noise
objects, Magnetometer sensor utilizes noise parameters. -
Add support for loading a magnetometer sensor from an SDF Sensor DOM object.
-
Add magnetometer
-
Add IMU
-
Add altimeter
-
Create component for rendering sensor classes
-
Upgrade to ignition-rendering2
-
Upgrade to ignition-msgs4 and ignition-transport7
- Fix windows linking