|
Package Summary
Tags | No category tags. |
Version | 4.2.4 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros2/common_interfaces.git |
VCS Type | git |
VCS Version | humble |
Last Updated | 2024-05-20 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Geoffrey Biggs
- Tully Foote
Authors
- Michael Carroll
- Michel Hidalgo
- William Woodall
sensor_msgs
This package provides many messages and services relating to sensor devices.
Many of these messages were ported from ROS 1 and a lot of still-relevant documentation can be found through the ROS 1 sensor_msgs wiki.
For more information about ROS 2 interfaces, see docs.ros.org.
sensor_msgs c++ API
This package provides some common C++ functionality relating to manipulating a couple of particular sensor_msgs messages.
- fill_image.hpp: Fill a Image message from type-erased data pointer.
- image_encodings.hpp: Definitions and functionality relating to image encodings.
- point_cloud_conversion.hpp: Functionality for converting between the deprecated PointCloud and PointCloud2 messages.
- point_cloud2_iterator.hpp: Tools for modifying and parsing PointCloud2 messages.
- point_field_conversion.hpp: A type to enum mapping for the different PointField types, and methods to read and write in a PointCloud2 buffer for the different PointField types.
Messages (.msg)
- BatteryState: Describes the power state of the battery.
- CameraInfo: Meta information for a camera.
- ChannelFloat32: Holds optional data associated with each point in a PointCloud message.
- CompressedImage: A compressed image.
- FluidPressure: Single pressure reading for fluids (air, water, etc) like atmospheric and barometric pressures.
- Illuminance: Single photometric illuminance measurement.
- Image: An uncompressed image.
- Imu: Holds data from an IMU (Inertial Measurement Unit).
- JointState: Holds data to describe the state of a set of torque controlled joints.
- JoyFeedbackArray: An array of JoyFeedback messages.
- JoyFeedback: Describes user feedback in a joystick, like an LED, rumble pad, or buzzer.
- Joy: Reports the state of a joystick’s axes and buttons.
- LaserEcho: A submessage of MultiEchoLaserScan and is not intended to be used separately.
- LaserScan: Single scan from a planar laser range-finder.
- MagneticField: Measurement of the Magnetic Field vector at a specific location.
- MultiDOFJointState: Representation of state for joints with multiple degrees of freedom, following the structure of JointState.
- MultiEchoLaserScan: Single scan from a multi-echo planar laser range-finder.
- NavSatFix: Navigation Satellite fix for any Global Navigation Satellite System.
- NavSatStatus: Navigation Satellite fix status for any Global Navigation Satellite System.
- PointCloud2: Holds a collection of N-dimensional points, which may contain additional information such as normals, intensity, etc.
- PointCloud: THIS MESSAGE IS DEPRECATED AS OF FOXY, use PointCloud2 instead
- PointField: Holds the description of one point entry in the PointCloud2 message format.
- Range: Single range reading from an active ranger that emits energy and reports one range reading that is valid along an arc at the distance measured.
- RegionOfInterest: Used to specify a region of interest within an image.
- RelativeHumidity: A single reading from a relative humidity sensor.
- Temperature: A single temperature reading.
- TimeReference: Measurement from an external time source not actively synchronized with the system clock.
Services (.srv)
- SetCameraInfo: Request that a camera stores the given CameraInfo as that camera’s calibration information.
Quality Declaration
This package claims to be in the Quality Level 1 category, see the Quality Declaration for more details.
Changelog for package sensor_msgs
4.2.4 (2024-05-21)
4.2.3 (2023-01-09)
4.2.2 (2022-05-19)
4.2.1 (2022-03-31)
- Move the find_package statements for BUILD_TESTING (#186)
- Contributors: Michael Jeronimo
4.2.0 (2022-03-30)
4.1.1 (2022-03-26)
- Feedback on conditional sensor_msgs_library target (#1) (#183)
- [Fix] Fix image_encodings.hpp's URL in README (#184)
- [Fix] Fix fill_image.hpp's URL in README (#182)
- Add sensor_msgs_library target and install headers to include/${PROJECT_NAME} (#178)
- Contributors: Homalozoa X, Pablo Garrido, Shane Loretz
4.1.0 (2022-03-01)
- Interface packages should fully <depend> on the interface packages that they depend on (#173)
- Add YUV420 and YUV444 to image encodings (#172)
- Contributors: Grey, Hemal Shah
4.0.0 (2021-12-14)
- Cleanup mislabeled BSD license (#83)
- Update maintainers to Geoffrey Biggs and Tully Foote (#163)
- Fix rosdoc2 warnings in sensor_msgs. (#162)
- Add equidistant distortion model (#160)
- Contributors: Audrow Nash, Chris Lalancette, Martin Günther, Tully Foote
3.0.0 (2021-08-24)
2.3.0 (2021-08-11)
- Use rosidl_get_typesupport_target() (#156)
- Update CompressedImage documentation: add 'tiff' as a supported format (#154)
- Contributors: Ivan Santiago Paunovic, Shane Loretz
2.2.3 (2021-04-27)
2.2.2 (2021-04-06)
- Change index.ros.org -> docs.ros.org. (#149)
- updating quality declaration links (re: ros2/docs.ros2.org#52) (#145)
- Contributors: Chris Lalancette, shonigmann
2.2.1 (2021-01-25)
- Fix PointCloud2Iterator namespacing in docs (#139)
- Contributors: Andre Nguyen
2.2.0 (2020-12-10)
- Add coverage/performance to qd for sensor_msgs (#137)
- Update QDs to QL 1 (#135)
- Update package maintainers. (#132)
- Updated Quality Level to 2 (#131)
- Contributors: Alejandro Hernández Cordero, Michel Hidalgo, Stephen Brawner
2.1.0 (2020-07-21)
2.0.2 (2020-07-21)
- Missing cstring header for memcpy in fill_image.hpp (#126)
- Update Quality levels to level 3 (#124)
- Add Security Vulnerability Policy pointing to REP-2006. (#120)
- Contributors: Chris Lalancette, Jose Luis Rivero, brawner
2.0.1 (2020-05-26)
- QD Update Version Stability to stable version (#121)
- Contributors: Alejandro Hernández Cordero
1.0.0 (2020-05-20)
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
ament_cmake | |
rosidl_default_generators | |
rosidl_default_runtime | |
ament_cmake_gtest | |
ament_lint_auto | |
ament_lint_common | |
rosidl_cmake | |
builtin_interfaces | |
geometry_msgs | |
std_msgs |
System Dependencies
Dependant Packages
Launch files
Messages
- msg/LaserScan.msg
- msg/PointField.msg
- msg/Temperature.msg
- msg/MagneticField.msg
- msg/FluidPressure.msg
- msg/Image.msg
- msg/Imu.msg
- msg/PointCloud.msg
- msg/PointCloud2.msg
- msg/TimeReference.msg
- msg/ChannelFloat32.msg
- msg/MultiDOFJointState.msg
- msg/JoyFeedback.msg
- msg/Range.msg
- msg/Joy.msg
- msg/BatteryState.msg
- msg/JointState.msg
- msg/NavSatStatus.msg
- msg/RelativeHumidity.msg
- msg/LaserEcho.msg
- msg/RegionOfInterest.msg
- msg/CompressedImage.msg
- msg/Illuminance.msg
- msg/NavSatFix.msg
- msg/CameraInfo.msg
- msg/MultiEchoLaserScan.msg
- msg/JoyFeedbackArray.msg
Services
Plugins
Recent questions tagged sensor_msgs at Robotics Stack Exchange
|
Package Summary
Tags | No category tags. |
Version | 5.0.1 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros2/common_interfaces.git |
VCS Type | git |
VCS Version | iron |
Last Updated | 2024-05-20 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Tully Foote
Authors
- Geoffrey Biggs
- Michael Carroll
- Michel Hidalgo
- William Woodall
sensor_msgs
This package provides many messages and services relating to sensor devices.
Many of these messages were ported from ROS 1 and a lot of still-relevant documentation can be found through the ROS 1 sensor_msgs wiki.
For more information about ROS 2 interfaces, see docs.ros.org.
sensor_msgs c++ API
This package provides some common C++ functionality relating to manipulating a couple of particular sensor_msgs messages.
- fill_image.hpp: Fill a Image message from type-erased data pointer.
- image_encodings.hpp: Definitions and functionality relating to image encodings.
- point_cloud_conversion.hpp: Functionality for converting between the deprecated PointCloud and PointCloud2 messages.
- point_cloud2_iterator.hpp: Tools for modifying and parsing PointCloud2 messages.
- point_field_conversion.hpp: A type to enum mapping for the different PointField types, and methods to read and write in a PointCloud2 buffer for the different PointField types.
Messages (.msg)
- BatteryState: Describes the power state of the battery.
- CameraInfo: Meta information for a camera.
- ChannelFloat32: Holds optional data associated with each point in a PointCloud message.
- CompressedImage: A compressed image.
- FluidPressure: Single pressure reading for fluids (air, water, etc) like atmospheric and barometric pressures.
- Illuminance: Single photometric illuminance measurement.
- Image: An uncompressed image.
- Imu: Holds data from an IMU (Inertial Measurement Unit).
- JointState: Holds data to describe the state of a set of torque controlled joints.
- JoyFeedbackArray: An array of JoyFeedback messages.
- JoyFeedback: Describes user feedback in a joystick, like an LED, rumble pad, or buzzer.
- Joy: Reports the state of a joystick’s axes and buttons.
- LaserEcho: A submessage of MultiEchoLaserScan and is not intended to be used separately.
- LaserScan: Single scan from a planar laser range-finder.
- MagneticField: Measurement of the Magnetic Field vector at a specific location.
- MultiDOFJointState: Representation of state for joints with multiple degrees of freedom, following the structure of JointState.
- MultiEchoLaserScan: Single scan from a multi-echo planar laser range-finder.
- NavSatFix: Navigation Satellite fix for any Global Navigation Satellite System.
- NavSatStatus: Navigation Satellite fix status for any Global Navigation Satellite System.
- PointCloud2: Holds a collection of N-dimensional points, which may contain additional information such as normals, intensity, etc.
- PointCloud: THIS MESSAGE IS DEPRECATED AS OF FOXY, use PointCloud2 instead
- PointField: Holds the description of one point entry in the PointCloud2 message format.
- Range: Single range reading from an active ranger that emits energy and reports one range reading that is valid along an arc at the distance measured.
- RegionOfInterest: Used to specify a region of interest within an image.
- RelativeHumidity: A single reading from a relative humidity sensor.
- Temperature: A single temperature reading.
- TimeReference: Measurement from an external time source not actively synchronized with the system clock.
Services (.srv)
- SetCameraInfo: Request that a camera stores the given CameraInfo as that camera’s calibration information.
Quality Declaration
This package claims to be in the Quality Level 1 category, see the Quality Declaration for more details.
Changelog for package sensor_msgs
5.0.1 (2024-05-21)
5.0.0 (2023-04-11)
- update YUV format codes and documentation (#214)
- sensor_msgs/Range lacks variance field (#181)
- Contributors: Christian Rauch, El Jawad Alaa
4.7.0 (2023-02-13)
- Update common_interfaces to C++17. (#215)
- [rolling] Update maintainers - 2022-11-07 (#210)
- Replaced non-ASCII dash symbol with ASCII dash (#208)
- Contributors: Audrow Nash, Chris Lalancette, Ivan Zatevakhin
4.6.1 (2022-11-02)
- Add NV21 and NV24 to colour formats (#205)
- Update BatteryState.msg (#206)
- Contributors: Borong Yuan, Geoffrey Biggs
4.6.0 (2022-09-13)
- use regex for matching cv types (#202)
- Fix outdated file path for image_encodings (#200)
- Use uint32_t for pointcloud2 resize method (#195)
- Retain width and height after resize for master (#193)
- Contributors: Kenji Brameld, Tianyu Li
4.5.0 (2022-05-19)
4.4.0 (2022-04-29)
4.3.0 (2022-04-29)
4.2.1 (2022-03-31)
- Move the find_package statements for BUILD_TESTING (#186)
- Contributors: Michael Jeronimo
4.2.0 (2022-03-30)
4.1.1 (2022-03-26)
- Feedback on conditional sensor_msgs_library target (#1) (#183)
- [Fix] Fix image_encodings.hpp's URL in README (#184)
- [Fix] Fix fill_image.hpp's URL in README (#182)
- Add sensor_msgs_library target and install headers to include/${PROJECT_NAME} (#178)
- Contributors: Homalozoa X, Pablo Garrido, Shane Loretz
4.1.0 (2022-03-01)
- Interface packages should fully <depend> on the interface packages that they depend on (#173)
- Add YUV420 and YUV444 to image encodings (#172)
- Contributors: Grey, Hemal Shah
4.0.0 (2021-12-14)
- Cleanup mislabeled BSD license (#83)
- Update maintainers to Geoffrey Biggs and Tully Foote (#163)
- Fix rosdoc2 warnings in sensor_msgs. (#162)
- Add equidistant distortion model (#160)
- Contributors: Audrow Nash, Chris Lalancette, Martin Günther, Tully Foote
3.0.0 (2021-08-24)
2.3.0 (2021-08-11)
- Use rosidl_get_typesupport_target() (#156)
- Update CompressedImage documentation: add 'tiff' as a supported format (#154)
- Contributors: Ivan Santiago Paunovic, Shane Loretz
2.2.3 (2021-04-27)
2.2.2 (2021-04-06)
- Change index.ros.org -> docs.ros.org. (#149)
- updating quality declaration links (re: ros2/docs.ros2.org#52) (#145)
- Contributors: Chris Lalancette, shonigmann
2.2.1 (2021-01-25)
- Fix PointCloud2Iterator namespacing in docs (#139)
- Contributors: Andre Nguyen
2.2.0 (2020-12-10)
- Add coverage/performance to qd for sensor_msgs (#137)
- Update QDs to QL 1 (#135)
- Update package maintainers. (#132)
- Updated Quality Level to 2 (#131)
- Contributors: Alejandro Hernández Cordero, Michel Hidalgo, Stephen Brawner
2.1.0 (2020-07-21)
2.0.2 (2020-07-21)
- Missing cstring header for memcpy in fill_image.hpp (#126)
- Update Quality levels to level 3 (#124)
- Add Security Vulnerability Policy pointing to REP-2006. (#120)
- Contributors: Chris Lalancette, Jose Luis Rivero, brawner
2.0.1 (2020-05-26)
- QD Update Version Stability to stable version (#121)
- Contributors: Alejandro Hernández Cordero
1.0.0 (2020-05-20)
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
ament_cmake | |
rosidl_default_generators | |
rosidl_default_runtime | |
ament_cmake_gtest | |
ament_lint_auto | |
ament_lint_common | |
rosidl_cmake | |
builtin_interfaces | |
geometry_msgs | |
std_msgs |
System Dependencies
Dependant Packages
Launch files
Messages
- msg/LaserScan.msg
- msg/PointField.msg
- msg/Temperature.msg
- msg/MagneticField.msg
- msg/FluidPressure.msg
- msg/Image.msg
- msg/Imu.msg
- msg/PointCloud.msg
- msg/PointCloud2.msg
- msg/TimeReference.msg
- msg/ChannelFloat32.msg
- msg/MultiDOFJointState.msg
- msg/JoyFeedback.msg
- msg/Range.msg
- msg/Joy.msg
- msg/BatteryState.msg
- msg/JointState.msg
- msg/NavSatStatus.msg
- msg/RelativeHumidity.msg
- msg/LaserEcho.msg
- msg/RegionOfInterest.msg
- msg/CompressedImage.msg
- msg/Illuminance.msg
- msg/NavSatFix.msg
- msg/CameraInfo.msg
- msg/MultiEchoLaserScan.msg
- msg/JoyFeedbackArray.msg
Services
Plugins
Recent questions tagged sensor_msgs at Robotics Stack Exchange
|
Package Summary
Tags | No category tags. |
Version | 5.3.5 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros2/common_interfaces.git |
VCS Type | git |
VCS Version | jazzy |
Last Updated | 2024-05-27 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Tully Foote
Authors
- Geoffrey Biggs
- Michael Carroll
- Michel Hidalgo
- William Woodall
sensor_msgs
This package provides many messages and services relating to sensor devices.
Many of these messages were ported from ROS 1 and a lot of still-relevant documentation can be found through the ROS 1 sensor_msgs wiki.
For more information about ROS 2 interfaces, see docs.ros.org.
sensor_msgs c++ API
This package provides some common C++ functionality relating to manipulating a couple of particular sensor_msgs messages.
- fill_image.hpp: Fill a Image message from type-erased data pointer.
- image_encodings.hpp: Definitions and functionality relating to image encodings.
- point_cloud_conversion.hpp: Functionality for converting between the deprecated PointCloud and PointCloud2 messages.
- point_cloud2_iterator.hpp: Tools for modifying and parsing PointCloud2 messages.
- point_field_conversion.hpp: A type to enum mapping for the different PointField types, and methods to read and write in a PointCloud2 buffer for the different PointField types.
Messages (.msg)
- BatteryState: Describes the power state of the battery.
- CameraInfo: Meta information for a camera.
- ChannelFloat32: Holds optional data associated with each point in a PointCloud message.
- CompressedImage: A compressed image.
- FluidPressure: Single pressure reading for fluids (air, water, etc) like atmospheric and barometric pressures.
- Illuminance: Single photometric illuminance measurement.
- Image: An uncompressed image.
- Imu: Holds data from an IMU (Inertial Measurement Unit).
- JointState: Holds data to describe the state of a set of torque controlled joints.
- JoyFeedbackArray: An array of JoyFeedback messages.
- JoyFeedback: Describes user feedback in a joystick, like an LED, rumble pad, or buzzer.
- Joy: Reports the state of a joystick’s axes and buttons.
- LaserEcho: A submessage of MultiEchoLaserScan and is not intended to be used separately.
- LaserScan: Single scan from a planar laser range-finder.
- MagneticField: Measurement of the Magnetic Field vector at a specific location.
- MultiDOFJointState: Representation of state for joints with multiple degrees of freedom, following the structure of JointState.
- MultiEchoLaserScan: Single scan from a multi-echo planar laser range-finder.
- NavSatFix: Navigation Satellite fix for any Global Navigation Satellite System.
- NavSatStatus: Navigation Satellite fix status for any Global Navigation Satellite System.
- PointCloud2: Holds a collection of N-dimensional points, which may contain additional information such as normals, intensity, etc.
- PointCloud: THIS MESSAGE IS DEPRECATED AS OF FOXY, use PointCloud2 instead
- PointField: Holds the description of one point entry in the PointCloud2 message format.
- Range: Single range reading from an active ranger that emits energy and reports one range reading that is valid along an arc at the distance measured.
- RegionOfInterest: Used to specify a region of interest within an image.
- RelativeHumidity: A single reading from a relative humidity sensor.
- Temperature: A single temperature reading.
- TimeReference: Measurement from an external time source not actively synchronized with the system clock.
Services (.srv)
- SetCameraInfo: Request that a camera stores the given CameraInfo as that camera’s calibration information.
Quality Declaration
This package claims to be in the Quality Level 1 category, see the Quality Declaration for more details.
Changelog for package sensor_msgs
5.3.5 (2024-04-24)
5.3.4 (2024-04-16)
5.3.3 (2024-04-10)
5.3.2 (2024-04-10)
- Clarify the license. (#241) In particular, every package in this repository is Apache 2.0 licensed except for sensor_msgs_py. So move the CONTRIBUTING.md and LICENSE files down into the individual packages, and make sure that sensor_msgs_py has the correct CONTRIBUTING.md file (it already had the correct LICENSE file).
- [J-Turtle] Fix uninitialized values in NavSatFix and add missing
NavSatStatus UNKNOWN
(#220)
- Fix unitialized values in NavSatFix and add missing UNKNOWN
- Fixes #196
- Fix default initialization instead of constants
* Define SERVICE_UNKNOWN Co-authored-by: Tully Foote <<tully.foote@gmail.com>> Co-authored-by: Martin Pecka <<peci1@seznam.cz>>
- Contributors: Chris Lalancette, Ryan
5.3.1 (2024-03-28)
- Use target qualifier for checking the cpp typesupport exists (#238)
- Contributors: Ryan
5.3.0 (2024-01-24)
5.2.2 (2023-12-26)
- sensor_msgs/CompressedImage: updated description of format field (#231)
- Contributors: Kenji Brameld
5.2.1 (2023-11-06)
- Return true for isColor if format is YUYV or UYUV (#229)
- Contributors: Kenji Brameld
5.2.0 (2023-06-07)
5.1.0 (2023-04-27)
5.0.0 (2023-04-11)
- update YUV format codes and documentation (#214)
- sensor_msgs/Range lacks variance field (#181)
- Contributors: Christian Rauch, El Jawad Alaa
4.7.0 (2023-02-13)
- Update common_interfaces to C++17. (#215)
- [rolling] Update maintainers - 2022-11-07 (#210)
- Replaced non-ASCII dash symbol with ASCII dash (#208)
- Contributors: Audrow Nash, Chris Lalancette, Ivan Zatevakhin
4.6.1 (2022-11-02)
- Add NV21 and NV24 to colour formats (#205)
- Update BatteryState.msg (#206)
- Contributors: Borong Yuan, Geoffrey Biggs
4.6.0 (2022-09-13)
- use regex for matching cv types (#202)
- Fix outdated file path for image_encodings (#200)
- Use uint32_t for pointcloud2 resize method (#195)
- Retain width and height after resize for master (#193)
- Contributors: Kenji Brameld, Tianyu Li
4.5.0 (2022-05-19)
4.4.0 (2022-04-29)
4.3.0 (2022-04-29)
4.2.1 (2022-03-31)
- Move the find_package statements for BUILD_TESTING (#186)
- Contributors: Michael Jeronimo
4.2.0 (2022-03-30)
4.1.1 (2022-03-26)
- Feedback on conditional sensor_msgs_library target (#1) (#183)
- [Fix] Fix image_encodings.hpp's URL in README (#184)
- [Fix] Fix fill_image.hpp's URL in README (#182)
- Add sensor_msgs_library target and install headers to include/${PROJECT_NAME} (#178)
- Contributors: Homalozoa X, Pablo Garrido, Shane Loretz
4.1.0 (2022-03-01)
- Interface packages should fully <depend> on the interface packages that they depend on (#173)
- Add YUV420 and YUV444 to image encodings (#172)
- Contributors: Grey, Hemal Shah
4.0.0 (2021-12-14)
- Cleanup mislabeled BSD license (#83)
- Update maintainers to Geoffrey Biggs and Tully Foote (#163)
- Fix rosdoc2 warnings in sensor_msgs. (#162)
- Add equidistant distortion model (#160)
- Contributors: Audrow Nash, Chris Lalancette, Martin Günther, Tully Foote
3.0.0 (2021-08-24)
2.3.0 (2021-08-11)
- Use rosidl_get_typesupport_target() (#156)
- Update CompressedImage documentation: add 'tiff' as a supported format (#154)
- Contributors: Ivan Santiago Paunovic, Shane Loretz
2.2.3 (2021-04-27)
2.2.2 (2021-04-06)
- Change index.ros.org -> docs.ros.org. (#149)
- updating quality declaration links (re: ros2/docs.ros2.org#52) (#145)
- Contributors: Chris Lalancette, shonigmann
2.2.1 (2021-01-25)
- Fix PointCloud2Iterator namespacing in docs (#139)
- Contributors: Andre Nguyen
2.2.0 (2020-12-10)
- Add coverage/performance to qd for sensor_msgs (#137)
- Update QDs to QL 1 (#135)
- Update package maintainers. (#132)
- Updated Quality Level to 2 (#131)
- Contributors: Alejandro Hernández Cordero, Michel Hidalgo, Stephen Brawner
2.1.0 (2020-07-21)
2.0.2 (2020-07-21)
- Missing cstring header for memcpy in fill_image.hpp (#126)
- Update Quality levels to level 3 (#124)
- Add Security Vulnerability Policy pointing to REP-2006. (#120)
- Contributors: Chris Lalancette, Jose Luis Rivero, brawner
2.0.1 (2020-05-26)
- QD Update Version Stability to stable version (#121)
- Contributors: Alejandro Hernández Cordero
1.0.0 (2020-05-20)
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
ament_cmake | |
rosidl_default_generators | |
rosidl_default_runtime | |
ament_cmake_gtest | |
ament_lint_auto | |
ament_lint_common | |
rosidl_cmake | |
builtin_interfaces | |
geometry_msgs | |
std_msgs |
System Dependencies
Dependant Packages
Launch files
Messages
- msg/LaserScan.msg
- msg/PointField.msg
- msg/Temperature.msg
- msg/MagneticField.msg
- msg/FluidPressure.msg
- msg/Image.msg
- msg/Imu.msg
- msg/PointCloud.msg
- msg/PointCloud2.msg
- msg/TimeReference.msg
- msg/ChannelFloat32.msg
- msg/MultiDOFJointState.msg
- msg/JoyFeedback.msg
- msg/Range.msg
- msg/Joy.msg
- msg/BatteryState.msg
- msg/JointState.msg
- msg/NavSatStatus.msg
- msg/RelativeHumidity.msg
- msg/LaserEcho.msg
- msg/RegionOfInterest.msg
- msg/CompressedImage.msg
- msg/Illuminance.msg
- msg/NavSatFix.msg
- msg/CameraInfo.msg
- msg/MultiEchoLaserScan.msg
- msg/JoyFeedbackArray.msg
Services
Plugins
Recent questions tagged sensor_msgs at Robotics Stack Exchange
|
Package Summary
Tags | No category tags. |
Version | 5.4.1 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros2/common_interfaces.git |
VCS Type | git |
VCS Version | rolling |
Last Updated | 2024-11-01 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Tully Foote
Authors
- Geoffrey Biggs
- Michael Carroll
- Michel Hidalgo
- William Woodall
sensor_msgs
This package provides many messages and services relating to sensor devices.
Many of these messages were ported from ROS 1 and a lot of still-relevant documentation can be found through the ROS 1 sensor_msgs wiki.
For more information about ROS 2 interfaces, see docs.ros.org.
sensor_msgs c++ API
This package provides some common C++ functionality relating to manipulating a couple of particular sensor_msgs messages.
- fill_image.hpp: Fill a Image message from type-erased data pointer.
- image_encodings.hpp: Definitions and functionality relating to image encodings.
- point_cloud_conversion.hpp: Functionality for converting between the deprecated PointCloud and PointCloud2 messages.
- point_cloud2_iterator.hpp: Tools for modifying and parsing PointCloud2 messages.
- point_field_conversion.hpp: A type to enum mapping for the different PointField types, and methods to read and write in a PointCloud2 buffer for the different PointField types.
Messages (.msg)
- BatteryState: Describes the power state of the battery.
- CameraInfo: Meta information for a camera.
- ChannelFloat32: Holds optional data associated with each point in a PointCloud message.
- CompressedImage: A compressed image.
- FluidPressure: Single pressure reading for fluids (air, water, etc) like atmospheric and barometric pressures.
- Illuminance: Single photometric illuminance measurement.
- Image: An uncompressed image.
- Imu: Holds data from an IMU (Inertial Measurement Unit).
- JointState: Holds data to describe the state of a set of torque controlled joints.
- JoyFeedbackArray: An array of JoyFeedback messages.
- JoyFeedback: Describes user feedback in a joystick, like an LED, rumble pad, or buzzer.
- Joy: Reports the state of a joystick’s axes and buttons.
- LaserEcho: A submessage of MultiEchoLaserScan and is not intended to be used separately.
- LaserScan: Single scan from a planar laser range-finder.
- MagneticField: Measurement of the Magnetic Field vector at a specific location.
- MultiDOFJointState: Representation of state for joints with multiple degrees of freedom, following the structure of JointState.
- MultiEchoLaserScan: Single scan from a multi-echo planar laser range-finder.
- NavSatFix: Navigation Satellite fix for any Global Navigation Satellite System.
- NavSatStatus: Navigation Satellite fix status for any Global Navigation Satellite System.
- PointCloud2: Holds a collection of N-dimensional points, which may contain additional information such as normals, intensity, etc.
- PointCloud: THIS MESSAGE IS DEPRECATED AS OF FOXY, use PointCloud2 instead
- PointField: Holds the description of one point entry in the PointCloud2 message format.
- Range: Single range reading from an active ranger that emits energy and reports one range reading that is valid along an arc at the distance measured.
- RegionOfInterest: Used to specify a region of interest within an image.
- RelativeHumidity: A single reading from a relative humidity sensor.
- Temperature: A single temperature reading.
- TimeReference: Measurement from an external time source not actively synchronized with the system clock.
Services (.srv)
- SetCameraInfo: Request that a camera stores the given CameraInfo as that camera’s calibration information.
Quality Declaration
This package claims to be in the Quality Level 1 category, see the Quality Declaration for more details.
Changelog for package sensor_msgs
5.4.1 (2024-06-17)
5.4.0 (2024-04-26)
- Update quality declaration documents (#245)
- Contributors: Christophe Bedard
5.3.4 (2024-04-16)
5.3.3 (2024-04-10)
5.3.2 (2024-04-10)
- Clarify the license. (#241) In particular, every package in this repository is Apache 2.0 licensed except for sensor_msgs_py. So move the CONTRIBUTING.md and LICENSE files down into the individual packages, and make sure that sensor_msgs_py has the correct CONTRIBUTING.md file (it already had the correct LICENSE file).
- [J-Turtle] Fix uninitialized values in NavSatFix and add missing
NavSatStatus UNKNOWN
(#220)
- Fix unitialized values in NavSatFix and add missing UNKNOWN
- Fixes #196
- Fix default initialization instead of constants
* Define SERVICE_UNKNOWN Co-authored-by: Tully Foote <<tully.foote@gmail.com>> Co-authored-by: Martin Pecka <<peci1@seznam.cz>>
- Contributors: Chris Lalancette, Ryan
5.3.1 (2024-03-28)
- Use target qualifier for checking the cpp typesupport exists (#238)
- Contributors: Ryan
5.3.0 (2024-01-24)
5.2.2 (2023-12-26)
- sensor_msgs/CompressedImage: updated description of format field (#231)
- Contributors: Kenji Brameld
5.2.1 (2023-11-06)
- Return true for isColor if format is YUYV or UYUV (#229)
- Contributors: Kenji Brameld
5.2.0 (2023-06-07)
5.1.0 (2023-04-27)
5.0.0 (2023-04-11)
- update YUV format codes and documentation (#214)
- sensor_msgs/Range lacks variance field (#181)
- Contributors: Christian Rauch, El Jawad Alaa
4.7.0 (2023-02-13)
- Update common_interfaces to C++17. (#215)
- [rolling] Update maintainers - 2022-11-07 (#210)
- Replaced non-ASCII dash symbol with ASCII dash (#208)
- Contributors: Audrow Nash, Chris Lalancette, Ivan Zatevakhin
4.6.1 (2022-11-02)
- Add NV21 and NV24 to colour formats (#205)
- Update BatteryState.msg (#206)
- Contributors: Borong Yuan, Geoffrey Biggs
4.6.0 (2022-09-13)
- use regex for matching cv types (#202)
- Fix outdated file path for image_encodings (#200)
- Use uint32_t for pointcloud2 resize method (#195)
- Retain width and height after resize for master (#193)
- Contributors: Kenji Brameld, Tianyu Li
4.5.0 (2022-05-19)
4.4.0 (2022-04-29)
4.3.0 (2022-04-29)
4.2.1 (2022-03-31)
- Move the find_package statements for BUILD_TESTING (#186)
- Contributors: Michael Jeronimo
4.2.0 (2022-03-30)
4.1.1 (2022-03-26)
- Feedback on conditional sensor_msgs_library target (#1) (#183)
- [Fix] Fix image_encodings.hpp's URL in README (#184)
- [Fix] Fix fill_image.hpp's URL in README (#182)
- Add sensor_msgs_library target and install headers to include/${PROJECT_NAME} (#178)
- Contributors: Homalozoa X, Pablo Garrido, Shane Loretz
4.1.0 (2022-03-01)
- Interface packages should fully <depend> on the interface packages that they depend on (#173)
- Add YUV420 and YUV444 to image encodings (#172)
- Contributors: Grey, Hemal Shah
4.0.0 (2021-12-14)
- Cleanup mislabeled BSD license (#83)
- Update maintainers to Geoffrey Biggs and Tully Foote (#163)
- Fix rosdoc2 warnings in sensor_msgs. (#162)
- Add equidistant distortion model (#160)
- Contributors: Audrow Nash, Chris Lalancette, Martin Günther, Tully Foote
3.0.0 (2021-08-24)
2.3.0 (2021-08-11)
- Use rosidl_get_typesupport_target() (#156)
- Update CompressedImage documentation: add 'tiff' as a supported format (#154)
- Contributors: Ivan Santiago Paunovic, Shane Loretz
2.2.3 (2021-04-27)
2.2.2 (2021-04-06)
- Change index.ros.org -> docs.ros.org. (#149)
- updating quality declaration links (re: ros2/docs.ros2.org#52) (#145)
- Contributors: Chris Lalancette, shonigmann
2.2.1 (2021-01-25)
- Fix PointCloud2Iterator namespacing in docs (#139)
- Contributors: Andre Nguyen
2.2.0 (2020-12-10)
- Add coverage/performance to qd for sensor_msgs (#137)
- Update QDs to QL 1 (#135)
- Update package maintainers. (#132)
- Updated Quality Level to 2 (#131)
- Contributors: Alejandro Hernández Cordero, Michel Hidalgo, Stephen Brawner
2.1.0 (2020-07-21)
2.0.2 (2020-07-21)
- Missing cstring header for memcpy in fill_image.hpp (#126)
- Update Quality levels to level 3 (#124)
- Add Security Vulnerability Policy pointing to REP-2006. (#120)
- Contributors: Chris Lalancette, Jose Luis Rivero, brawner
2.0.1 (2020-05-26)
- QD Update Version Stability to stable version (#121)
- Contributors: Alejandro Hernández Cordero
1.0.0 (2020-05-20)
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
ament_cmake | |
rosidl_default_generators | |
rosidl_default_runtime | |
ament_cmake_gtest | |
ament_lint_auto | |
ament_lint_common | |
rosidl_cmake | |
builtin_interfaces | |
geometry_msgs | |
std_msgs |
System Dependencies
Dependant Packages
Launch files
Messages
- msg/LaserScan.msg
- msg/PointField.msg
- msg/Temperature.msg
- msg/MagneticField.msg
- msg/FluidPressure.msg
- msg/Image.msg
- msg/Imu.msg
- msg/PointCloud.msg
- msg/PointCloud2.msg
- msg/TimeReference.msg
- msg/ChannelFloat32.msg
- msg/MultiDOFJointState.msg
- msg/JoyFeedback.msg
- msg/Range.msg
- msg/Joy.msg
- msg/BatteryState.msg
- msg/JointState.msg
- msg/NavSatStatus.msg
- msg/RelativeHumidity.msg
- msg/LaserEcho.msg
- msg/RegionOfInterest.msg
- msg/CompressedImage.msg
- msg/Illuminance.msg
- msg/NavSatFix.msg
- msg/CameraInfo.msg
- msg/MultiEchoLaserScan.msg
- msg/JoyFeedbackArray.msg
Services
Plugins
Recent questions tagged sensor_msgs at Robotics Stack Exchange
sensor_msgs package from common_msgs repoactionlib_msgs common_msgs diagnostic_msgs geometry_msgs nav_msgs sensor_msgs shape_msgs stereo_msgs trajectory_msgs visualization_msgs |
|
Package Summary
Tags | No category tags. |
Version | 1.13.1 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros/common_msgs.git |
VCS Type | git |
VCS Version | noetic-devel |
Last Updated | 2021-01-11 |
Dev Status | MAINTAINED |
CI status |
|
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Michel Hidalgo
Authors
- Tully Foote
Changelog for package sensor_msgs
1.13.1 (2021-01-11)
- Update package maintainers (#168)
- Contributors: Michel Hidalgo
1.13.0 (2020-05-21)
- Update BatteryState.msg (#140)
- Use setuptools instead of distutils (#159)
- Bump CMake version to avoid CMP0048 warning (#158)
-
Fix TabError: inconsistent use of tabs and spaces in indentation (#155) * Fix TabError: inconsistent use of tabs and spaces in indentation Python 3 is much more strict for spacing.
- Contributors: Ramon Wijnands, Rein Appeldoorn, Shane Loretz
1.12.7 (2018-11-06)
- Include sstream on header that needs i (#131)
- included missing import for the read_points_list method
(#128)
- included missing import for the read_points_list method
- Merge pull request #127 from ros-1/fix-typos
- Merge pull request #85 from ros/missing_test_target_dependency fix missing test target dependency
- Contributors: Dirk Thomas, Jasper, Kuang Fangjun, Tully Foote, chapulina
1.12.6 (2018-05-03)
- Return default value to prevent missing return warning.
- Add function to convert PointCloud2 to namedtuples Add new function read_points_list that converts a PointCloud2 to a list of named tuples. It works on top of read_points, which generates lists containing the values. In consequence read_points_list is slower than read_points.
- Added equidistant distortion model const
- Added test_depend on rosunit in sensor_msgs
- fix catkin_lint warnings
- add mingration rule, copied from common_msgs-1.6
- Add missing include for atoi. Fixes #97
- Contributors: 2scholz, Adam Allevato, Ivor Wanders, Kei Okada, Tully Foote, alexzzhu
1.12.5 (2016-09-30)
- Deal with abstract image encodings
- Fix spelling mistakes
- Fix year
- Contributors: Jochen Sprickerhof, Kentaro Wada, trorornmn
1.12.4 (2016-02-22)
- added type mapping and support for different types of points in point clouds
- remove boost dependency fixes #81
- adding a BatteryState message
- fix iterator doc
- remove warning due to anonymous namespace
- Contributors: Sebastian Pütz, Tully Foote, Vincent Rabaud
1.12.3 (2015-04-20)
1.12.2 (2015-03-21)
1.12.1 (2015-03-17)
1.12.0 (2014-12-29)
1.11.6 (2014-11-04)
- Fix compilation with Clang
- Contributors: jmtatsch
1.11.5 (2014-10-27)
- add a test for the operator+ fix The behavior of that operator also had to be fixed to return a proper child class
- fix critical bug with operator+
- Contributors: Michael Ferguson, Vincent Rabaud
1.11.4 (2014-06-19)
- Fix bug caused by use of va_arg in argument list.
- Contributors: Daniel Maturana
1.11.3 (2014-05-07)
- clean up documentation of sensor_msgs so that wiki generated doxygen is readable
- Export architecture_independent flag in package.xml
- Contributors: Michael Ferguson, Scott K Logan
1.11.2 (2014-04-24)
1.11.1 (2014-04-16)
- fix missing include dirs for tests
- Contributors: Dirk Thomas
1.11.0 (2014-03-04)
- add a PointCloud2 iterator and modifier
- Contributors: Tully Foote, Vincent Rabaud
1.10.6 (2014-02-27)
1.10.5 (2014-02-25)
1.10.4 (2014-02-18)
- Fix roslib import for message module, remove roslib.load_manifest
- Contributors: Bence Magyar
1.10.3 (2014-01-07)
- python 3 compatibility
- line wrap Imu.msg comments
1.10.2 (2013-08-19)
- adding __init__.py #11
1.10.1 (2013-08-16)
1.10.0 (2013-07-13)
- adding MultiDOFJointState message
1.9.16 (2013-05-21)
- update email in package.xml
1.9.15 (2013-03-08)
1.9.14 (2013-01-19)
1.9.13 (2013-01-13)
- YUV422 actually has an 8 bit depth
1.9.12 (2013-01-02)
- do not consider YUV422 to be a color anymore
- added missing license header
1.9.11 (2012-12-17)
- modified dep type of catkin
1.9.10 (2012-12-13)
- add missing downstream depend
- switched from langs to message* packages
1.9.9 (2012-11-22)
- Added Low-Cost/Android Sensors reviewed messages
- Updated comments to reflect REP 117 for fixed-distance rangers
- Adding reviewed MultiEchoLaserScan message.
1.9.8 (2012-11-14)
1.9.7 (2012-10-30)
- fix catkin function order
1.9.6 (2012-10-18)
- updated cmake min version to 2.8.3, use cmake_parse_arguments instead of custom macro
- fix the bad number of channels for YUV422 UYVY
1.9.5 (2012-09-28)
- fixed missing find genmsg
1.9.4 (2012-09-27 18:06)
1.9.3 (2012-09-27 17:39)
- cleanup
- add precision about YUV422
- add YUV422 to some functions
- cleaned up package.xml files
- updated to latest catkin
- fixed dependencies and more
- updated to latest catkin: created package.xmls, updated CmakeLists.txt
1.9.2 (2012-09-05)
- updated pkg-config in manifest.xml
- updated catkin variables
1.9.1 (2012-09-04)
- use install destination variables, removed manual installation of manifests
1.9.0 (2012-08-29)
- update the docs
1.8.13 (2012-07-26 18:34:15 +0000)
- made inline functions static inline
- fix ODR violation and missing headers
- moved c++ code from sensor_msgs to headers
1.8.8 (2012-06-12 22:36)
- simplifying deps
- make find_package REQUIRED
- removed obsolete catkin tag from manifest files
- fixed package dependency for another common message (#3956), removed unnecessary package name from another message
- fixed package dependencies for several common messages (fixed #3956)
- clarify NavSatFix message comments
- normalize shared lib building, #3838
- adding TimeReference to build
- TimeReference decl was invalid
- adding point_cloud2 as reviewed at http://ros.org/wiki/sensor_msgs/Reviews/Python%20PointCloud2%20_API_Review
- TimeReference msg as reviewed #ros-pkg5355
- install headers
- adding manifest exports
- fix boost-finding stuff
- removed depend, added catkin
- adding roscpp_core dependencies
- stripping depend and export tags from common_msgs manifests as msg dependencies are now declared in cmake and stack.yaml. Also removed bag migration exports
- install-related fixes
- common_msgs: removing migration rules as all are over a year old
- sensor_msgs: removing old octave support now that rosoct is gone
- bye bye vestigial MSG_DIRS
- sensor_msgs: getting rid of other build files
- adios rosbuild2 in manifest.xml
- catkin updates
- catkin_project
- Updated to work with new message generation macros
- adios debian/ hello stack.yaml. (sketch/prototype/testing).
- More tweaking for standalone message generation
- Getting standalone message generation working... w/o munging rosbuild2
- more rosbuild2 hacking
- rosbuild2 tweaks
- missing dependencies
- sensor_msgs: Added YUV422 image encoding constant.
- adding in explicit ros/console.h include for ros macros now that ros::Message base class is gone
- adding JoyFeedback and JoyFeedbackArray
- updating manifest.xml
- adding Joy.msg
- Add image encodings for 16-bit Bayer, RGB, and BGR formats. Update isMono(), isAlpha(), isBayer(), etc.
- rosbuild2 taking shape
- sensor_msgs: Source-compatible corrections to fillImage signature.
- sensor_msgs: Functions for distinguishing categories of encodings. From cv_bridge redesign API review.
- applying patch to this method like josh did in r33966 in rviz
- sensor_msgs (rep0104): Migration rules for CameraInfo, RegionOfInterest.
- sensor_msgs (rep0104): Doc improvements for CameraInfo.
- sensor_msgs (rep0104): Cleaned up PointCloud2 msg docs. Restored original meaning of 'no invalid points' to is_dense (#4446).
- sensor_msgs (rep0104): Documented u,v channel semantics for PointCloud msg (#4482).
- sensor_msgs (rep0104): Added distortion model string constants.
- sensor_msgs (rep0104): Include guard for image_encodings.h.
- sensor_msgs (rep0104): Applied changes to CameraInfo and RegionOfInterest messages.
- Clarify frame of reference for NavSatFix position covariance.
- Add new satellite navigation messages approved by GPS API review.
- adding Range message as reviewed #4488
- adding missing file
- cleaner fix for point_cloud_conversion definitions for #4451
- inlining implementation in header for #4451
- sensor_msgs: Fixed URL in CameraInfo.msg and indicated how to mark an uncalibrated camera. #4105
- removing all the extra exports
- add units to message description
- bug fix in PC->PC2 conversion
- include guards for point_cloud_conversions.h #4285
- Added Ubuntu platform tags to manifest
- added PointCloud2<->PointCloud conversion routines.
- Updating link to camera calibration
- updating message as per review http://www.ros.org/wiki/sensor_msgs/Reviews/2010-03-01%20PointCloud2_API_Review
- sensor_msgs: Added size (number of elements for arrays) to PointField.
- pushing the new PointCloud structure in trunk
- Changed wording of angle convention for the LaserScan message. We are now specifying how angles are measured, not which way the laser spins.
- Remove use of deprecated rosbuild macros
- Added exporting of generated srv includes.
- Added call to gen_srv now that there is a service.
- Added the SetCameraInfo service.
- octave image parsing function now handles all possible image format types
- changing review status
- adding JointState documentation ticket:3006
- Typo in comments
- updated parsing routines for octave
- Adding 1 more rule for migration point clouds and bringing test_common_msgs back from future.
- Adding JointState migration rule.
- replace pr2_mechanism_msgs::JointStates by new non-pr2-specific sensor_msgs::JointState. Door test passes
- better documentation of the CameraInfo message
- updated url
- sensor_msgs: Added rule to migrate from old laser_scan/LaserScan.
- sensor_msgs: Added string constants for bayer encodings.
- clearing API reviews for they've been through a bunch of them recently.
- Removed the Timestamp message.
- Updating migration rules to better support the intermediate Image message that existed.
- comments for sensor_msgs
- Adding a CompressedImage migration rule.
- Fixing robot_msgs references
- Changing the ordering of fields within the new image message so that all meta information comes before the data block.
- Migration of RawStereo message.
- Migration rule for CameraInfo.
- First cut at migration rules for images.
- Moving stereo messages out of sensor_msgs to stereo/stereo_msgs
- Getting rid of PixelEncoding since it is encompassed in Image message instead.
- update to IMU message comments and defined semantics for covariance
- Changing naming of bag migration rules.
- Image message and CvBridge change
- moving FillImage.h to fill_image.h for Jeremy
- Adding image_encodings header/cpp, since genmsg_cpp doesn't actually support constant string values
- fixing spelling
- Message documentation
- Switching IMU to sensor_msgs/Imu related to #2277
- adding IMU msg
- Took out event_type field, as that would indeed make it more than a timestamp.
- adding OpenCV doc comment
- Rename rows,cols to height,width in Image message
- Adding more migration rule tests and fixing assorted rules.
- Added a timestamp message. (Will be used to track camera and perhaps some day hokuyo trigger times.)
- sensor_msgs: Updates to CameraInfo, added pixel encoding and ROI.
- New sensor_msgs::Image message
- PointCloud:
- pts -> points
* chan -> channels ChannelFloat32:
- vals -> values
- sensor_msgs: Added explanation of reprojection matrix to StereoInfo.
- sensor_msgs: Cleaned up CompressedImage. Updated image_publisher. Blacklisted jpeg.
- merging in the changes to messages see ros-users email. THis is about half the common_msgs API changes
- sensor_msgs: Comments to better describe CameraInfo and StereoInfo.
- Renamed CamInfo message to CameraInfo.
- sensor_msgs_processImage can now process empty images
-
- update openrave and sensor_msgs octave scripts
- Image from image_msgs -> sensor_msgs #1661
- updating review status
- moving LaserScan from laser_scan package to sensor_msgs package #1254
- populating common_msgs
Wiki Tutorials
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
- msg/LaserScan.msg
- msg/PointField.msg
- msg/Temperature.msg
- msg/MagneticField.msg
- msg/FluidPressure.msg
- msg/Image.msg
- msg/Imu.msg
- msg/PointCloud.msg
- msg/PointCloud2.msg
- msg/TimeReference.msg
- msg/ChannelFloat32.msg
- msg/MultiDOFJointState.msg
- msg/JoyFeedback.msg
- msg/Range.msg
- msg/Joy.msg
- msg/BatteryState.msg
- msg/JointState.msg
- msg/NavSatStatus.msg
- msg/RelativeHumidity.msg
- msg/LaserEcho.msg
- msg/RegionOfInterest.msg
- msg/CompressedImage.msg
- msg/Illuminance.msg
- msg/NavSatFix.msg
- msg/CameraInfo.msg
- msg/MultiEchoLaserScan.msg
- msg/JoyFeedbackArray.msg
Services
Plugins
Recent questions tagged sensor_msgs at Robotics Stack Exchange
sensor_msgs package from common_interfaces repoactionlib_msgs common_interfaces diagnostic_msgs geometry_msgs nav_msgs sensor_msgs shape_msgs std_msgs std_srvs stereo_msgs trajectory_msgs visualization_msgs |
|
Package Summary
Tags | No category tags. |
Version | 0.4.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros2/common_interfaces.git |
VCS Type | git |
VCS Version | ardent |
Last Updated | 2017-12-09 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- William Woodall
Authors
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
builtin_interfaces | |
geometry_msgs | |
std_msgs | |
ament_cmake | |
rosidl_default_generators | |
rosidl_default_runtime | |
ament_lint_auto | |
ament_lint_common |
System Dependencies
Dependant Packages
Launch files
Messages
- msg/LaserScan.msg
- msg/PointField.msg
- msg/Temperature.msg
- msg/MagneticField.msg
- msg/FluidPressure.msg
- msg/Image.msg
- msg/Imu.msg
- msg/PointCloud.msg
- msg/PointCloud2.msg
- msg/TimeReference.msg
- msg/ChannelFloat32.msg
- msg/MultiDOFJointState.msg
- msg/JoyFeedback.msg
- msg/Range.msg
- msg/Joy.msg
- msg/BatteryState.msg
- msg/JointState.msg
- msg/NavSatStatus.msg
- msg/RelativeHumidity.msg
- msg/LaserEcho.msg
- msg/RegionOfInterest.msg
- msg/CompressedImage.msg
- msg/Illuminance.msg
- msg/NavSatFix.msg
- msg/CameraInfo.msg
- msg/MultiEchoLaserScan.msg
- msg/JoyFeedbackArray.msg
Services
Plugins
Recent questions tagged sensor_msgs at Robotics Stack Exchange
sensor_msgs package from common_interfaces repoactionlib_msgs common_interfaces diagnostic_msgs geometry_msgs nav_msgs sensor_msgs shape_msgs std_msgs std_srvs stereo_msgs trajectory_msgs visualization_msgs |
|
Package Summary
Tags | No category tags. |
Version | 0.5.1 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros2/common_interfaces.git |
VCS Type | git |
VCS Version | bouncy |
Last Updated | 2018-08-22 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- William Woodall
Authors
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
builtin_interfaces | |
geometry_msgs | |
std_msgs | |
ament_cmake | |
rosidl_default_generators | |
rosidl_default_runtime | |
ament_lint_auto | |
ament_lint_common |
System Dependencies
Dependant Packages
Launch files
Messages
- msg/LaserScan.msg
- msg/PointField.msg
- msg/Temperature.msg
- msg/MagneticField.msg
- msg/FluidPressure.msg
- msg/Image.msg
- msg/Imu.msg
- msg/PointCloud.msg
- msg/PointCloud2.msg
- msg/TimeReference.msg
- msg/ChannelFloat32.msg
- msg/MultiDOFJointState.msg
- msg/JoyFeedback.msg
- msg/Range.msg
- msg/Joy.msg
- msg/BatteryState.msg
- msg/JointState.msg
- msg/NavSatStatus.msg
- msg/RelativeHumidity.msg
- msg/LaserEcho.msg
- msg/RegionOfInterest.msg
- msg/CompressedImage.msg
- msg/Illuminance.msg
- msg/NavSatFix.msg
- msg/CameraInfo.msg
- msg/MultiEchoLaserScan.msg
- msg/JoyFeedbackArray.msg
Services
Plugins
Recent questions tagged sensor_msgs at Robotics Stack Exchange
sensor_msgs package from common_interfaces repoactionlib_msgs common_interfaces diagnostic_msgs geometry_msgs nav_msgs sensor_msgs shape_msgs std_msgs std_srvs stereo_msgs trajectory_msgs visualization_msgs |
|
Package Summary
Tags | No category tags. |
Version | 0.6.1 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros2/common_interfaces.git |
VCS Type | git |
VCS Version | crystal |
Last Updated | 2018-12-07 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- William Woodall
Authors
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
builtin_interfaces | |
geometry_msgs | |
std_msgs | |
ament_cmake | |
rosidl_default_generators | |
rosidl_default_runtime | |
ament_lint_auto | |
ament_lint_common |
System Dependencies
Dependant Packages
Launch files
Messages
- msg/LaserScan.msg
- msg/PointField.msg
- msg/Temperature.msg
- msg/MagneticField.msg
- msg/FluidPressure.msg
- msg/Image.msg
- msg/Imu.msg
- msg/PointCloud.msg
- msg/PointCloud2.msg
- msg/TimeReference.msg
- msg/ChannelFloat32.msg
- msg/MultiDOFJointState.msg
- msg/JoyFeedback.msg
- msg/Range.msg
- msg/Joy.msg
- msg/BatteryState.msg
- msg/JointState.msg
- msg/NavSatStatus.msg
- msg/RelativeHumidity.msg
- msg/LaserEcho.msg
- msg/RegionOfInterest.msg
- msg/CompressedImage.msg
- msg/Illuminance.msg
- msg/NavSatFix.msg
- msg/CameraInfo.msg
- msg/MultiEchoLaserScan.msg
- msg/JoyFeedbackArray.msg
Services
Plugins
Recent questions tagged sensor_msgs at Robotics Stack Exchange
sensor_msgs package from common_interfaces repoactionlib_msgs common_interfaces diagnostic_msgs geometry_msgs nav_msgs sensor_msgs shape_msgs std_msgs std_srvs stereo_msgs trajectory_msgs visualization_msgs |
|
Package Summary
Tags | No category tags. |
Version | 0.8.1 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros2/common_interfaces.git |
VCS Type | git |
VCS Version | eloquent |
Last Updated | 2019-10-23 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- William Woodall
Authors
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
builtin_interfaces | |
geometry_msgs | |
std_msgs | |
ament_cmake | |
rosidl_default_generators | |
rosidl_default_runtime | |
ament_cmake_gtest | |
ament_lint_auto | |
ament_lint_common | |
rosidl_cmake |
System Dependencies
Dependant Packages
Launch files
Messages
- msg/LaserScan.msg
- msg/PointField.msg
- msg/Temperature.msg
- msg/MagneticField.msg
- msg/FluidPressure.msg
- msg/Image.msg
- msg/Imu.msg
- msg/PointCloud.msg
- msg/PointCloud2.msg
- msg/TimeReference.msg
- msg/ChannelFloat32.msg
- msg/MultiDOFJointState.msg
- msg/JoyFeedback.msg
- msg/Range.msg
- msg/Joy.msg
- msg/BatteryState.msg
- msg/JointState.msg
- msg/NavSatStatus.msg
- msg/RelativeHumidity.msg
- msg/LaserEcho.msg
- msg/RegionOfInterest.msg
- msg/CompressedImage.msg
- msg/Illuminance.msg
- msg/NavSatFix.msg
- msg/CameraInfo.msg
- msg/MultiEchoLaserScan.msg
- msg/JoyFeedbackArray.msg
Services
Plugins
Recent questions tagged sensor_msgs at Robotics Stack Exchange
sensor_msgs package from common_interfaces repoactionlib_msgs common_interfaces diagnostic_msgs geometry_msgs nav_msgs sensor_msgs shape_msgs std_msgs std_srvs stereo_msgs trajectory_msgs visualization_msgs |
|
Package Summary
Tags | No category tags. |
Version | 0.7.1 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros2/common_interfaces.git |
VCS Type | git |
VCS Version | dashing |
Last Updated | 2021-05-21 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- William Woodall
Authors
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
builtin_interfaces | |
geometry_msgs | |
std_msgs | |
ament_cmake | |
rosidl_default_generators | |
rosidl_default_runtime | |
ament_cmake_gtest | |
ament_lint_auto | |
ament_lint_common | |
rosidl_cmake |
System Dependencies
Dependant Packages
Launch files
Messages
- msg/LaserScan.msg
- msg/PointField.msg
- msg/Temperature.msg
- msg/MagneticField.msg
- msg/FluidPressure.msg
- msg/Image.msg
- msg/Imu.msg
- msg/PointCloud.msg
- msg/PointCloud2.msg
- msg/TimeReference.msg
- msg/ChannelFloat32.msg
- msg/MultiDOFJointState.msg
- msg/JoyFeedback.msg
- msg/Range.msg
- msg/Joy.msg
- msg/BatteryState.msg
- msg/JointState.msg
- msg/NavSatStatus.msg
- msg/RelativeHumidity.msg
- msg/LaserEcho.msg
- msg/RegionOfInterest.msg
- msg/CompressedImage.msg
- msg/Illuminance.msg
- msg/NavSatFix.msg
- msg/CameraInfo.msg
- msg/MultiEchoLaserScan.msg
- msg/JoyFeedbackArray.msg
Services
Plugins
Recent questions tagged sensor_msgs at Robotics Stack Exchange
|
Package Summary
Tags | No category tags. |
Version | 2.2.4 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros2/common_interfaces.git |
VCS Type | git |
VCS Version | galactic |
Last Updated | 2022-01-12 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Michael Carroll
- Michel Hidalgo
Authors
- William Woodall
sensor_msgs
This package provides many messages and services relating to sensor devices.
Many of these messages were ported from ROS 1 and a lot of still-relevant documentation can be found through the ROS 1 sensor_msgs wiki.
For more information about ROS 2 interfaces, see docs.ros.org.
sensor_msgs c++ API
This package provides some common C++ functionality relating to manipulating a couple of particular sensor_msgs messages.
- fill_image.hpp: Fill a Image message from type-erased data pointer.
- image_encodings.hpp: Definitions and functionality relating to image encodings.
- point_cloud_conversion.hpp: Functionality for converting between the deprecated PointCloud and PointCloud2 messages.
- point_cloud2_iterator.hpp: Tools for modifying and parsing PointCloud2 messages.
- point_field_conversion.hpp: A type to enum mapping for the different PointField types, and methods to read and write in a PointCloud2 buffer for the different PointField types.
Messages (.msg)
- BatteryState: Describes the power state of the battery.
- CameraInfo: Meta information for a camera.
- ChannelFloat32: Holds optional data associated with each point in a PointCloud message.
- CompressedImage: A compressed image.
- FluidPressure: Single pressure reading for fluids (air, water, etc) like atmospheric and barometric pressures.
- Illuminance: Single photometric illuminance measurement.
- Image: An uncompressed image.
- Imu: Holds data from an IMU (Inertial Measurement Unit).
- JointState: Holds data to describe the state of a set of torque controlled joints.
- JoyFeedbackArray: An array of JoyFeedback messages.
- JoyFeedback: Describes user feedback in a joystick, like an LED, rumble pad, or buzzer.
- Joy: Reports the state of a joystick’s axes and buttons.
- LaserEcho: A submessage of MultiEchoLaserScan and is not intended to be used separately.
- LaserScan: Single scan from a planar laser range-finder.
- MagneticField: Measurement of the Magnetic Field vector at a specific location.
- MultiDOFJointState: Representation of state for joints with multiple degrees of freedom, following the structure of JointState.
- MultiEchoLaserScan: Single scan from a multi-echo planar laser range-finder.
- NavSatFix: Navigation Satellite fix for any Global Navigation Satellite System.
- NavSatStatus: Navigation Satellite fix status for any Global Navigation Satellite System.
- PointCloud2: Holds a collection of N-dimensional points, which may contain additional information such as normals, intensity, etc.
- PointCloud: THIS MESSAGE IS DEPRECATED AS OF FOXY, use PointCloud2 instead
- PointField: Holds the description of one point entry in the PointCloud2 message format.
- Range: Single range reading from an active ranger that emits energy and reports one range reading that is valid along an arc at the distance measured.
- RegionOfInterest: Used to specify a region of interest within an image.
- RelativeHumidity: A single reading from a relative humidity sensor.
- Temperature: A single temperature reading.
- TimeReference: Measurement from an external time source not actively synchronized with the system clock.
Services (.srv)
- SetCameraInfo: Request that a camera stores the given CameraInfo as that camera’s calibration information.
Quality Declaration
This package claims to be in the Quality Level 1 category, see the Quality Declaration for more details.
Changelog for package sensor_msgs
2.2.4 (2022-01-12)
2.2.3 (2021-04-27)
2.2.2 (2021-04-06)
- Change index.ros.org -> docs.ros.org. (#149)
- updating quality declaration links (re: ros2/docs.ros2.org#52) (#145)
- Contributors: Chris Lalancette, shonigmann
2.2.1 (2021-01-25)
- Fix PointCloud2Iterator namespacing in docs (#139)
- Contributors: Andre Nguyen
2.2.0 (2020-12-10)
- Add coverage/performance to qd for sensor_msgs (#137)
- Update QDs to QL 1 (#135)
- Update package maintainers. (#132)
- Updated Quality Level to 2 (#131)
- Contributors: Alejandro Hernández Cordero, Michel Hidalgo, Stephen Brawner
2.1.0 (2020-07-21)
2.0.2 (2020-07-21)
- Missing cstring header for memcpy in fill_image.hpp (#126)
- Update Quality levels to level 3 (#124)
- Add Security Vulnerability Policy pointing to REP-2006. (#120)
- Contributors: Chris Lalancette, Jose Luis Rivero, brawner
2.0.1 (2020-05-26)
- QD Update Version Stability to stable version (#121)
- Contributors: Alejandro Hernández Cordero
1.0.0 (2020-05-20)
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
builtin_interfaces | |
geometry_msgs | |
std_msgs | |
ament_cmake | |
rosidl_default_generators | |
rosidl_default_runtime | |
ament_cmake_gtest | |
ament_lint_auto | |
ament_lint_common | |
rosidl_cmake |
System Dependencies
Dependant Packages
Launch files
Messages
- msg/LaserScan.msg
- msg/PointField.msg
- msg/Temperature.msg
- msg/MagneticField.msg
- msg/FluidPressure.msg
- msg/Image.msg
- msg/Imu.msg
- msg/PointCloud.msg
- msg/PointCloud2.msg
- msg/TimeReference.msg
- msg/ChannelFloat32.msg
- msg/MultiDOFJointState.msg
- msg/JoyFeedback.msg
- msg/Range.msg
- msg/Joy.msg
- msg/BatteryState.msg
- msg/JointState.msg
- msg/NavSatStatus.msg
- msg/RelativeHumidity.msg
- msg/LaserEcho.msg
- msg/RegionOfInterest.msg
- msg/CompressedImage.msg
- msg/Illuminance.msg
- msg/NavSatFix.msg
- msg/CameraInfo.msg
- msg/MultiEchoLaserScan.msg
- msg/JoyFeedbackArray.msg
Services
Plugins
Recent questions tagged sensor_msgs at Robotics Stack Exchange
|
Package Summary
Tags | No category tags. |
Version | 2.0.5 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros2/common_interfaces.git |
VCS Type | git |
VCS Version | foxy |
Last Updated | 2021-12-23 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- William Woodall
Authors
sensor_msgs
This package provides many messages and services relating to sensor devices.
Many of these messages were ported from ROS 1 and a lot of still-relevant documentation can be found through the ROS 1 sensor_msgs wiki.
For more information about ROS 2 interfaces, see index.ros2.org
sensor_msgs c++ API
This package provides some common C++ functionality relating to manipulating a couple of particular sensor_msgs messages.
- fill_image.hpp: Fill a Image message from type-erased data pointer.
- image_encodings.hpp: Definitions and functionality relating to image encodings.
- point_cloud_conversion.hpp: Functionality for converting between the deprecated PointCloud and PointCloud2 messages.
- point_cloud2_iterator.hpp: Tools for modifying and parsing PointCloud2 messages.
- point_field_conversion.hpp: A type to enum mapping for the different PointField types, and methods to read and write in a PointCloud2 buffer for the different PointField types.
Messages (.msg)
- BatteryState: Describes the power state of the battery.
- CameraInfo: Meta information for a camera.
- ChannelFloat32: Holds optional data associated with each point in a PointCloud message.
- CompressedImage: A compressed image.
- FluidPressure: Single pressure reading for fluids (air, water, etc) like atmospheric and barometric pressures.
- Illuminance: Single photometric illuminance measurement.
- Image: An uncompressed image.
- Imu: Holds data from an IMU (Inertial Measurement Unit).
- JointState: Holds data to describe the state of a set of torque controlled joints.
- JoyFeedbackArray: An array of JoyFeedback messages.
- JoyFeedback: Describes user feedback in a joystick, like an LED, rumble pad, or buzzer.
- Joy: Reports the state of a joystick’s axes and buttons.
- LaserEcho: A submessage of MultiEchoLaserScan and is not intended to be used separately.
- LaserScan: Single scan from a planar laser range-finder.
- MagneticField: Measurement of the Magnetic Field vector at a specific location.
- MultiDOFJointState: Representation of state for joints with multiple degrees of freedom, following the structure of JointState.
- MultiEchoLaserScan: Single scan from a multi-echo planar laser range-finder.
- NavSatFix: Navigation Satellite fix for any Global Navigation Satellite System.
- NavSatStatus: Navigation Satellite fix status for any Global Navigation Satellite System.
- PointCloud2: Holds a collection of N-dimensional points, which may contain additional information such as normals, intensity, etc.
- PointCloud: THIS MESSAGE IS DEPRECATED AS OF FOXY, use PointCloud2 instead
- PointField: Holds the description of one point entry in the PointCloud2 message format.
- Range: Single range reading from an active ranger that emits energy and reports one range reading that is valid along an arc at the distance measured.
- RegionOfInterest: Used to specify a region of interest within an image.
- RelativeHumidity: A single reading from a relative humidity sensor.
- Temperature: A single temperature reading.
- TimeReference: Measurement from an external time source not actively synchronized with the system clock.
Services (.srv)
- SetCameraInfo: Request that a camera stores the given CameraInfo as that camera’s calibration information.
Quality Declaration
This package claims to be in the Quality Level 1 category, see the Quality Declaration for more details.
Changelog for package sensor_msgs
2.0.5 (2021-12-23)
2.0.4 (2021-04-14)
- Update quality declaration links (re: ros2/docs.ros2.org#52) (#146)
- Update QDs to QL 1 (#135) (#136)
- Updated links to foxy branch
- Contributors: Alejandro Hernández Cordero, Simon Honigmann, Stephen Brawner
2.0.3 (2020-07-21)
- Missing cstring header for memcpy in fill_image.hpp
- Add Security Vulnerability Policy pointing to REP-2006. (#120)
- Contributors: Chris Lalancette, Jose Luis Rivero
2.0.1 (2020-05-26)
- QD Update Version Stability to stable version (#121)
- Contributors: Alejandro Hernández Cordero
1.0.0 (2020-05-20)
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
builtin_interfaces | |
geometry_msgs | |
std_msgs | |
ament_cmake | |
rosidl_default_generators | |
rosidl_default_runtime | |
ament_cmake_gtest | |
ament_lint_auto | |
ament_lint_common | |
rosidl_cmake |
System Dependencies
Dependant Packages
Launch files
Messages
- msg/LaserScan.msg
- msg/PointField.msg
- msg/Temperature.msg
- msg/MagneticField.msg
- msg/FluidPressure.msg
- msg/Image.msg
- msg/Imu.msg
- msg/PointCloud.msg
- msg/PointCloud2.msg
- msg/TimeReference.msg
- msg/ChannelFloat32.msg
- msg/MultiDOFJointState.msg
- msg/JoyFeedback.msg
- msg/Range.msg
- msg/Joy.msg
- msg/BatteryState.msg
- msg/JointState.msg
- msg/NavSatStatus.msg
- msg/RelativeHumidity.msg
- msg/LaserEcho.msg
- msg/RegionOfInterest.msg
- msg/CompressedImage.msg
- msg/Illuminance.msg
- msg/NavSatFix.msg
- msg/CameraInfo.msg
- msg/MultiEchoLaserScan.msg
- msg/JoyFeedbackArray.msg
Services
Plugins
Recent questions tagged sensor_msgs at Robotics Stack Exchange
sensor_msgs package from common_msgs repoactionlib_msgs common_msgs diagnostic_msgs geometry_msgs nav_msgs sensor_msgs shape_msgs stereo_msgs trajectory_msgs visualization_msgs |
|
Package Summary
Tags | No category tags. |
Version | 1.12.8 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros/common_msgs.git |
VCS Type | git |
VCS Version | jade-devel |
Last Updated | 2021-01-12 |
Dev Status | MAINTAINED |
CI status | Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Michel Hidalgo
Authors
- Tully Foote
Changelog for package sensor_msgs
1.12.8 (2021-01-12)
- Update package maintainers (#170)
- Use setuptools instead of distutils (#159)
- Bump CMake version to avoid CMP0048 warning (#158)
- Fix TabError: inconsistent use of tabs and spaces in indentation (#155)
- Contributors: Michel Hidalgo, Ramon Wijnands, Shane Loretz
1.12.7 (2018-11-06)
- Include sstream on header that needs i (#131)
- included missing import for the read_points_list method
(#128)
- included missing import for the read_points_list method
- Merge pull request #127 from ros-1/fix-typos
- Merge pull request #85 from ros/missing_test_target_dependency fix missing test target dependency
- Contributors: Dirk Thomas, Jasper, Kuang Fangjun, Tully Foote, chapulina
1.12.6 (2018-05-03)
- Return default value to prevent missing return warning.
- Add function to convert PointCloud2 to namedtuples Add new function read_points_list that converts a PointCloud2 to a list of named tuples. It works on top of read_points, which generates lists containing the values. In consequence read_points_list is slower than read_points.
- Added equidistant distortion model const
- Added test_depend on rosunit in sensor_msgs
- fix catkin_lint warnings
- add mingration rule, copied from common_msgs-1.6
- Add missing include for atoi. Fixes #97
- Contributors: 2scholz, Adam Allevato, Ivor Wanders, Kei Okada, Tully Foote, alexzzhu
1.12.5 (2016-09-30)
- Deal with abstract image encodings
- Fix spelling mistakes
- Fix year
- Contributors: Jochen Sprickerhof, Kentaro Wada, trorornmn
1.12.4 (2016-02-22)
- added type mapping and support for different types of points in point clouds
- remove boost dependency fixes #81
- adding a BatteryState message
- fix iterator doc
- remove warning due to anonymous namespace
- Contributors: Sebastian Pütz, Tully Foote, Vincent Rabaud
1.12.3 (2015-04-20)
1.12.2 (2015-03-21)
1.12.1 (2015-03-17)
1.12.0 (2014-12-29)
1.11.6 (2014-11-04)
- Fix compilation with Clang
- Contributors: jmtatsch
1.11.5 (2014-10-27)
- add a test for the operator+ fix The behavior of that operator also had to be fixed to return a proper child class
- fix critical bug with operator+
- Contributors: Michael Ferguson, Vincent Rabaud
1.11.4 (2014-06-19)
- Fix bug caused by use of va_arg in argument list.
- Contributors: Daniel Maturana
1.11.3 (2014-05-07)
- clean up documentation of sensor_msgs so that wiki generated doxygen is readable
- Export architecture_independent flag in package.xml
- Contributors: Michael Ferguson, Scott K Logan
1.11.2 (2014-04-24)
1.11.1 (2014-04-16)
- fix missing include dirs for tests
- Contributors: Dirk Thomas
1.11.0 (2014-03-04)
- add a PointCloud2 iterator and modifier
- Contributors: Tully Foote, Vincent Rabaud
1.10.6 (2014-02-27)
1.10.5 (2014-02-25)
1.10.4 (2014-02-18)
- Fix roslib import for message module, remove roslib.load_manifest
- Contributors: Bence Magyar
1.10.3 (2014-01-07)
- python 3 compatibility
- line wrap Imu.msg comments
1.10.2 (2013-08-19)
- adding __init__.py #11
1.10.1 (2013-08-16)
1.10.0 (2013-07-13)
- adding MultiDOFJointState message
1.9.16 (2013-05-21)
- update email in package.xml
1.9.15 (2013-03-08)
1.9.14 (2013-01-19)
1.9.13 (2013-01-13)
- YUV422 actually has an 8 bit depth
1.9.12 (2013-01-02)
- do not consider YUV422 to be a color anymore
- added missing license header
1.9.11 (2012-12-17)
- modified dep type of catkin
1.9.10 (2012-12-13)
- add missing downstream depend
- switched from langs to message* packages
1.9.9 (2012-11-22)
- Added Low-Cost/Android Sensors reviewed messages
- Updated comments to reflect REP 117 for fixed-distance rangers
- Adding reviewed MultiEchoLaserScan message.
1.9.8 (2012-11-14)
1.9.7 (2012-10-30)
- fix catkin function order
1.9.6 (2012-10-18)
- updated cmake min version to 2.8.3, use cmake_parse_arguments instead of custom macro
- fix the bad number of channels for YUV422 UYVY
1.9.5 (2012-09-28)
- fixed missing find genmsg
1.9.4 (2012-09-27 18:06)
1.9.3 (2012-09-27 17:39)
- cleanup
- add precision about YUV422
- add YUV422 to some functions
- cleaned up package.xml files
- updated to latest catkin
- fixed dependencies and more
- updated to latest catkin: created package.xmls, updated CmakeLists.txt
1.9.2 (2012-09-05)
- updated pkg-config in manifest.xml
- updated catkin variables
1.9.1 (2012-09-04)
- use install destination variables, removed manual installation of manifests
1.9.0 (2012-08-29)
- update the docs
1.8.13 (2012-07-26 18:34:15 +0000)
- made inline functions static inline
- fix ODR violation and missing headers
- moved c++ code from sensor_msgs to headers
1.8.8 (2012-06-12 22:36)
- simplifying deps
- make find_package REQUIRED
- removed obsolete catkin tag from manifest files
- fixed package dependency for another common message (#3956), removed unnecessary package name from another message
- fixed package dependencies for several common messages (fixed #3956)
- clarify NavSatFix message comments
- normalize shared lib building, #3838
- adding TimeReference to build
- TimeReference decl was invalid
- adding point_cloud2 as reviewed at http://ros.org/wiki/sensor_msgs/Reviews/Python%20PointCloud2%20_API_Review
- TimeReference msg as reviewed #ros-pkg5355
- install headers
- adding manifest exports
- fix boost-finding stuff
- removed depend, added catkin
- adding roscpp_core dependencies
- stripping depend and export tags from common_msgs manifests as msg dependencies are now declared in cmake and stack.yaml. Also removed bag migration exports
- install-related fixes
- common_msgs: removing migration rules as all are over a year old
- sensor_msgs: removing old octave support now that rosoct is gone
- bye bye vestigial MSG_DIRS
- sensor_msgs: getting rid of other build files
- adios rosbuild2 in manifest.xml
- catkin updates
- catkin_project
- Updated to work with new message generation macros
- adios debian/ hello stack.yaml. (sketch/prototype/testing).
- More tweaking for standalone message generation
- Getting standalone message generation working... w/o munging rosbuild2
- more rosbuild2 hacking
- rosbuild2 tweaks
- missing dependencies
- sensor_msgs: Added YUV422 image encoding constant.
- adding in explicit ros/console.h include for ros macros now that ros::Message base class is gone
- adding JoyFeedback and JoyFeedbackArray
- updating manifest.xml
- adding Joy.msg
- Add image encodings for 16-bit Bayer, RGB, and BGR formats. Update isMono(), isAlpha(), isBayer(), etc.
- rosbuild2 taking shape
- sensor_msgs: Source-compatible corrections to fillImage signature.
- sensor_msgs: Functions for distinguishing categories of encodings. From cv_bridge redesign API review.
- applying patch to this method like josh did in r33966 in rviz
- sensor_msgs (rep0104): Migration rules for CameraInfo, RegionOfInterest.
- sensor_msgs (rep0104): Doc improvements for CameraInfo.
- sensor_msgs (rep0104): Cleaned up PointCloud2 msg docs. Restored original meaning of 'no invalid points' to is_dense (#4446).
- sensor_msgs (rep0104): Documented u,v channel semantics for PointCloud msg (#4482).
- sensor_msgs (rep0104): Added distortion model string constants.
- sensor_msgs (rep0104): Include guard for image_encodings.h.
- sensor_msgs (rep0104): Applied changes to CameraInfo and RegionOfInterest messages.
- Clarify frame of reference for NavSatFix position covariance.
- Add new satellite navigation messages approved by GPS API review.
- adding Range message as reviewed #4488
- adding missing file
- cleaner fix for point_cloud_conversion definitions for #4451
- inlining implementation in header for #4451
- sensor_msgs: Fixed URL in CameraInfo.msg and indicated how to mark an uncalibrated camera. #4105
- removing all the extra exports
- add units to message description
- bug fix in PC->PC2 conversion
- include guards for point_cloud_conversions.h #4285
- Added Ubuntu platform tags to manifest
- added PointCloud2<->PointCloud conversion routines.
- Updating link to camera calibration
- updating message as per review http://www.ros.org/wiki/sensor_msgs/Reviews/2010-03-01%20PointCloud2_API_Review
- sensor_msgs: Added size (number of elements for arrays) to PointField.
- pushing the new PointCloud structure in trunk
- Changed wording of angle convention for the LaserScan message. We are now specifying how angles are measured, not which way the laser spins.
- Remove use of deprecated rosbuild macros
- Added exporting of generated srv includes.
- Added call to gen_srv now that there is a service.
- Added the SetCameraInfo service.
- octave image parsing function now handles all possible image format types
- changing review status
- adding JointState documentation ticket:3006
- Typo in comments
- updated parsing routines for octave
- Adding 1 more rule for migration point clouds and bringing test_common_msgs back from future.
- Adding JointState migration rule.
- replace pr2_mechanism_msgs::JointStates by new non-pr2-specific sensor_msgs::JointState. Door test passes
- better documentation of the CameraInfo message
- updated url
- sensor_msgs: Added rule to migrate from old laser_scan/LaserScan.
- sensor_msgs: Added string constants for bayer encodings.
- clearing API reviews for they've been through a bunch of them recently.
- Removed the Timestamp message.
- Updating migration rules to better support the intermediate Image message that existed.
- comments for sensor_msgs
- Adding a CompressedImage migration rule.
- Fixing robot_msgs references
- Changing the ordering of fields within the new image message so that all meta information comes before the data block.
- Migration of RawStereo message.
- Migration rule for CameraInfo.
- First cut at migration rules for images.
- Moving stereo messages out of sensor_msgs to stereo/stereo_msgs
- Getting rid of PixelEncoding since it is encompassed in Image message instead.
- update to IMU message comments and defined semantics for covariance
- Changing naming of bag migration rules.
- Image message and CvBridge change
- moving FillImage.h to fill_image.h for Jeremy
- Adding image_encodings header/cpp, since genmsg_cpp doesn't actually support constant string values
- fixing spelling
- Message documentation
- Switching IMU to sensor_msgs/Imu related to #2277
- adding IMU msg
- Took out event_type field, as that would indeed make it more than a timestamp.
- adding OpenCV doc comment
- Rename rows,cols to height,width in Image message
- Adding more migration rule tests and fixing assorted rules.
- Added a timestamp message. (Will be used to track camera and perhaps some day hokuyo trigger times.)
- sensor_msgs: Updates to CameraInfo, added pixel encoding and ROI.
- New sensor_msgs::Image message
- PointCloud:
- pts -> points
* chan -> channels ChannelFloat32:
- vals -> values
- sensor_msgs: Added explanation of reprojection matrix to StereoInfo.
- sensor_msgs: Cleaned up CompressedImage. Updated image_publisher. Blacklisted jpeg.
- merging in the changes to messages see ros-users email. THis is about half the common_msgs API changes
- sensor_msgs: Comments to better describe CameraInfo and StereoInfo.
- Renamed CamInfo message to CameraInfo.
- sensor_msgs_processImage can now process empty images
-
- update openrave and sensor_msgs octave scripts
- Image from image_msgs -> sensor_msgs #1661
- updating review status
- moving LaserScan from laser_scan package to sensor_msgs package #1254
- populating common_msgs
Wiki Tutorials
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
- msg/LaserScan.msg
- msg/PointField.msg
- msg/Temperature.msg
- msg/MagneticField.msg
- msg/FluidPressure.msg
- msg/Image.msg
- msg/Imu.msg
- msg/PointCloud.msg
- msg/PointCloud2.msg
- msg/TimeReference.msg
- msg/ChannelFloat32.msg
- msg/MultiDOFJointState.msg
- msg/JoyFeedback.msg
- msg/Range.msg
- msg/Joy.msg
- msg/BatteryState.msg
- msg/JointState.msg
- msg/NavSatStatus.msg
- msg/RelativeHumidity.msg
- msg/LaserEcho.msg
- msg/RegionOfInterest.msg
- msg/CompressedImage.msg
- msg/Illuminance.msg
- msg/NavSatFix.msg
- msg/CameraInfo.msg
- msg/MultiEchoLaserScan.msg
- msg/JoyFeedbackArray.msg
Services
Plugins
Recent questions tagged sensor_msgs at Robotics Stack Exchange
sensor_msgs package from common_msgs repoactionlib_msgs common_msgs diagnostic_msgs geometry_msgs nav_msgs sensor_msgs shape_msgs stereo_msgs trajectory_msgs visualization_msgs |
|
Package Summary
Tags | No category tags. |
Version | 1.12.8 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros/common_msgs.git |
VCS Type | git |
VCS Version | jade-devel |
Last Updated | 2021-01-12 |
Dev Status | MAINTAINED |
CI status | Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Michel Hidalgo
Authors
- Tully Foote
Changelog for package sensor_msgs
1.12.8 (2021-01-12)
- Update package maintainers (#170)
- Use setuptools instead of distutils (#159)
- Bump CMake version to avoid CMP0048 warning (#158)
- Fix TabError: inconsistent use of tabs and spaces in indentation (#155)
- Contributors: Michel Hidalgo, Ramon Wijnands, Shane Loretz
1.12.7 (2018-11-06)
- Include sstream on header that needs i (#131)
- included missing import for the read_points_list method
(#128)
- included missing import for the read_points_list method
- Merge pull request #127 from ros-1/fix-typos
- Merge pull request #85 from ros/missing_test_target_dependency fix missing test target dependency
- Contributors: Dirk Thomas, Jasper, Kuang Fangjun, Tully Foote, chapulina
1.12.6 (2018-05-03)
- Return default value to prevent missing return warning.
- Add function to convert PointCloud2 to namedtuples Add new function read_points_list that converts a PointCloud2 to a list of named tuples. It works on top of read_points, which generates lists containing the values. In consequence read_points_list is slower than read_points.
- Added equidistant distortion model const
- Added test_depend on rosunit in sensor_msgs
- fix catkin_lint warnings
- add mingration rule, copied from common_msgs-1.6
- Add missing include for atoi. Fixes #97
- Contributors: 2scholz, Adam Allevato, Ivor Wanders, Kei Okada, Tully Foote, alexzzhu
1.12.5 (2016-09-30)
- Deal with abstract image encodings
- Fix spelling mistakes
- Fix year
- Contributors: Jochen Sprickerhof, Kentaro Wada, trorornmn
1.12.4 (2016-02-22)
- added type mapping and support for different types of points in point clouds
- remove boost dependency fixes #81
- adding a BatteryState message
- fix iterator doc
- remove warning due to anonymous namespace
- Contributors: Sebastian Pütz, Tully Foote, Vincent Rabaud
1.12.3 (2015-04-20)
1.12.2 (2015-03-21)
1.12.1 (2015-03-17)
1.12.0 (2014-12-29)
1.11.6 (2014-11-04)
- Fix compilation with Clang
- Contributors: jmtatsch
1.11.5 (2014-10-27)
- add a test for the operator+ fix The behavior of that operator also had to be fixed to return a proper child class
- fix critical bug with operator+
- Contributors: Michael Ferguson, Vincent Rabaud
1.11.4 (2014-06-19)
- Fix bug caused by use of va_arg in argument list.
- Contributors: Daniel Maturana
1.11.3 (2014-05-07)
- clean up documentation of sensor_msgs so that wiki generated doxygen is readable
- Export architecture_independent flag in package.xml
- Contributors: Michael Ferguson, Scott K Logan
1.11.2 (2014-04-24)
1.11.1 (2014-04-16)
- fix missing include dirs for tests
- Contributors: Dirk Thomas
1.11.0 (2014-03-04)
- add a PointCloud2 iterator and modifier
- Contributors: Tully Foote, Vincent Rabaud
1.10.6 (2014-02-27)
1.10.5 (2014-02-25)
1.10.4 (2014-02-18)
- Fix roslib import for message module, remove roslib.load_manifest
- Contributors: Bence Magyar
1.10.3 (2014-01-07)
- python 3 compatibility
- line wrap Imu.msg comments
1.10.2 (2013-08-19)
- adding __init__.py #11
1.10.1 (2013-08-16)
1.10.0 (2013-07-13)
- adding MultiDOFJointState message
1.9.16 (2013-05-21)
- update email in package.xml
1.9.15 (2013-03-08)
1.9.14 (2013-01-19)
1.9.13 (2013-01-13)
- YUV422 actually has an 8 bit depth
1.9.12 (2013-01-02)
- do not consider YUV422 to be a color anymore
- added missing license header
1.9.11 (2012-12-17)
- modified dep type of catkin
1.9.10 (2012-12-13)
- add missing downstream depend
- switched from langs to message* packages
1.9.9 (2012-11-22)
- Added Low-Cost/Android Sensors reviewed messages
- Updated comments to reflect REP 117 for fixed-distance rangers
- Adding reviewed MultiEchoLaserScan message.
1.9.8 (2012-11-14)
1.9.7 (2012-10-30)
- fix catkin function order
1.9.6 (2012-10-18)
- updated cmake min version to 2.8.3, use cmake_parse_arguments instead of custom macro
- fix the bad number of channels for YUV422 UYVY
1.9.5 (2012-09-28)
- fixed missing find genmsg
1.9.4 (2012-09-27 18:06)
1.9.3 (2012-09-27 17:39)
- cleanup
- add precision about YUV422
- add YUV422 to some functions
- cleaned up package.xml files
- updated to latest catkin
- fixed dependencies and more
- updated to latest catkin: created package.xmls, updated CmakeLists.txt
1.9.2 (2012-09-05)
- updated pkg-config in manifest.xml
- updated catkin variables
1.9.1 (2012-09-04)
- use install destination variables, removed manual installation of manifests
1.9.0 (2012-08-29)
- update the docs
1.8.13 (2012-07-26 18:34:15 +0000)
- made inline functions static inline
- fix ODR violation and missing headers
- moved c++ code from sensor_msgs to headers
1.8.8 (2012-06-12 22:36)
- simplifying deps
- make find_package REQUIRED
- removed obsolete catkin tag from manifest files
- fixed package dependency for another common message (#3956), removed unnecessary package name from another message
- fixed package dependencies for several common messages (fixed #3956)
- clarify NavSatFix message comments
- normalize shared lib building, #3838
- adding TimeReference to build
- TimeReference decl was invalid
- adding point_cloud2 as reviewed at http://ros.org/wiki/sensor_msgs/Reviews/Python%20PointCloud2%20_API_Review
- TimeReference msg as reviewed #ros-pkg5355
- install headers
- adding manifest exports
- fix boost-finding stuff
- removed depend, added catkin
- adding roscpp_core dependencies
- stripping depend and export tags from common_msgs manifests as msg dependencies are now declared in cmake and stack.yaml. Also removed bag migration exports
- install-related fixes
- common_msgs: removing migration rules as all are over a year old
- sensor_msgs: removing old octave support now that rosoct is gone
- bye bye vestigial MSG_DIRS
- sensor_msgs: getting rid of other build files
- adios rosbuild2 in manifest.xml
- catkin updates
- catkin_project
- Updated to work with new message generation macros
- adios debian/ hello stack.yaml. (sketch/prototype/testing).
- More tweaking for standalone message generation
- Getting standalone message generation working... w/o munging rosbuild2
- more rosbuild2 hacking
- rosbuild2 tweaks
- missing dependencies
- sensor_msgs: Added YUV422 image encoding constant.
- adding in explicit ros/console.h include for ros macros now that ros::Message base class is gone
- adding JoyFeedback and JoyFeedbackArray
- updating manifest.xml
- adding Joy.msg
- Add image encodings for 16-bit Bayer, RGB, and BGR formats. Update isMono(), isAlpha(), isBayer(), etc.
- rosbuild2 taking shape
- sensor_msgs: Source-compatible corrections to fillImage signature.
- sensor_msgs: Functions for distinguishing categories of encodings. From cv_bridge redesign API review.
- applying patch to this method like josh did in r33966 in rviz
- sensor_msgs (rep0104): Migration rules for CameraInfo, RegionOfInterest.
- sensor_msgs (rep0104): Doc improvements for CameraInfo.
- sensor_msgs (rep0104): Cleaned up PointCloud2 msg docs. Restored original meaning of 'no invalid points' to is_dense (#4446).
- sensor_msgs (rep0104): Documented u,v channel semantics for PointCloud msg (#4482).
- sensor_msgs (rep0104): Added distortion model string constants.
- sensor_msgs (rep0104): Include guard for image_encodings.h.
- sensor_msgs (rep0104): Applied changes to CameraInfo and RegionOfInterest messages.
- Clarify frame of reference for NavSatFix position covariance.
- Add new satellite navigation messages approved by GPS API review.
- adding Range message as reviewed #4488
- adding missing file
- cleaner fix for point_cloud_conversion definitions for #4451
- inlining implementation in header for #4451
- sensor_msgs: Fixed URL in CameraInfo.msg and indicated how to mark an uncalibrated camera. #4105
- removing all the extra exports
- add units to message description
- bug fix in PC->PC2 conversion
- include guards for point_cloud_conversions.h #4285
- Added Ubuntu platform tags to manifest
- added PointCloud2<->PointCloud conversion routines.
- Updating link to camera calibration
- updating message as per review http://www.ros.org/wiki/sensor_msgs/Reviews/2010-03-01%20PointCloud2_API_Review
- sensor_msgs: Added size (number of elements for arrays) to PointField.
- pushing the new PointCloud structure in trunk
- Changed wording of angle convention for the LaserScan message. We are now specifying how angles are measured, not which way the laser spins.
- Remove use of deprecated rosbuild macros
- Added exporting of generated srv includes.
- Added call to gen_srv now that there is a service.
- Added the SetCameraInfo service.
- octave image parsing function now handles all possible image format types
- changing review status
- adding JointState documentation ticket:3006
- Typo in comments
- updated parsing routines for octave
- Adding 1 more rule for migration point clouds and bringing test_common_msgs back from future.
- Adding JointState migration rule.
- replace pr2_mechanism_msgs::JointStates by new non-pr2-specific sensor_msgs::JointState. Door test passes
- better documentation of the CameraInfo message
- updated url
- sensor_msgs: Added rule to migrate from old laser_scan/LaserScan.
- sensor_msgs: Added string constants for bayer encodings.
- clearing API reviews for they've been through a bunch of them recently.
- Removed the Timestamp message.
- Updating migration rules to better support the intermediate Image message that existed.
- comments for sensor_msgs
- Adding a CompressedImage migration rule.
- Fixing robot_msgs references
- Changing the ordering of fields within the new image message so that all meta information comes before the data block.
- Migration of RawStereo message.
- Migration rule for CameraInfo.
- First cut at migration rules for images.
- Moving stereo messages out of sensor_msgs to stereo/stereo_msgs
- Getting rid of PixelEncoding since it is encompassed in Image message instead.
- update to IMU message comments and defined semantics for covariance
- Changing naming of bag migration rules.
- Image message and CvBridge change
- moving FillImage.h to fill_image.h for Jeremy
- Adding image_encodings header/cpp, since genmsg_cpp doesn't actually support constant string values
- fixing spelling
- Message documentation
- Switching IMU to sensor_msgs/Imu related to #2277
- adding IMU msg
- Took out event_type field, as that would indeed make it more than a timestamp.
- adding OpenCV doc comment
- Rename rows,cols to height,width in Image message
- Adding more migration rule tests and fixing assorted rules.
- Added a timestamp message. (Will be used to track camera and perhaps some day hokuyo trigger times.)
- sensor_msgs: Updates to CameraInfo, added pixel encoding and ROI.
- New sensor_msgs::Image message
- PointCloud:
- pts -> points
* chan -> channels ChannelFloat32:
- vals -> values
- sensor_msgs: Added explanation of reprojection matrix to StereoInfo.
- sensor_msgs: Cleaned up CompressedImage. Updated image_publisher. Blacklisted jpeg.
- merging in the changes to messages see ros-users email. THis is about half the common_msgs API changes
- sensor_msgs: Comments to better describe CameraInfo and StereoInfo.
- Renamed CamInfo message to CameraInfo.
- sensor_msgs_processImage can now process empty images
-
- update openrave and sensor_msgs octave scripts
- Image from image_msgs -> sensor_msgs #1661
- updating review status
- moving LaserScan from laser_scan package to sensor_msgs package #1254
- populating common_msgs
Wiki Tutorials
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
- msg/LaserScan.msg
- msg/PointField.msg
- msg/Temperature.msg
- msg/MagneticField.msg
- msg/FluidPressure.msg
- msg/Image.msg
- msg/Imu.msg
- msg/PointCloud.msg
- msg/PointCloud2.msg
- msg/TimeReference.msg
- msg/ChannelFloat32.msg
- msg/MultiDOFJointState.msg
- msg/JoyFeedback.msg
- msg/Range.msg
- msg/Joy.msg
- msg/BatteryState.msg
- msg/JointState.msg
- msg/NavSatStatus.msg
- msg/RelativeHumidity.msg
- msg/LaserEcho.msg
- msg/RegionOfInterest.msg
- msg/CompressedImage.msg
- msg/Illuminance.msg
- msg/NavSatFix.msg
- msg/CameraInfo.msg
- msg/MultiEchoLaserScan.msg
- msg/JoyFeedbackArray.msg
Services
Plugins
Recent questions tagged sensor_msgs at Robotics Stack Exchange
sensor_msgs package from common_msgs repoactionlib_msgs common_msgs diagnostic_msgs geometry_msgs nav_msgs sensor_msgs shape_msgs stereo_msgs trajectory_msgs visualization_msgs |
|
Package Summary
Tags | No category tags. |
Version | 1.11.10 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros/common_msgs.git |
VCS Type | git |
VCS Version | indigo-devel |
Last Updated | 2018-05-03 |
Dev Status | MAINTAINED |
CI status | Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Tully Foote
Authors
Changelog for package sensor_msgs
1.11.10 (2018-05-03)
- Add missing include for atoi. Fixes #97
- Add const variable for abstract image encoding prefixes
- Deal with abstract image encodings in bitDepth
- Deal with abstract image encodings in numChannels
- Contributors: Kentaro Wada, Tully Foote
1.11.9 (2016-02-22)
- added type mapping and support for different types of point cloud points
- remove boost dependency fixes #81
- adding a BatteryState message
- Contributors: Sebastian Pütz, Tully Foote
1.11.8 (2015-04-20)
- remove warning due to anonymous namespace
- Contributors: Vincent Rabaud
1.11.7 (2015-03-21)
1.11.6 (2014-11-04)
- Fix compilation with Clang
- Contributors: jmtatsch
1.11.5 (2014-10-27)
- add a test for the operator+ fix The behavior of that operator also had to be fixed to return a proper child class
- fix critical bug with operator+
- Contributors: Michael Ferguson, Vincent Rabaud
1.11.4 (2014-06-19)
- Fix bug caused by use of va_arg in argument list.
- Contributors: Daniel Maturana
1.11.3 (2014-05-07)
- clean up documentation of sensor_msgs so that wiki generated doxygen is readable
- Export architecture_independent flag in package.xml
- Contributors: Michael Ferguson, Scott K Logan
1.11.2 (2014-04-24)
1.11.1 (2014-04-16)
- fix missing include dirs for tests
- Contributors: Dirk Thomas
1.11.0 (2014-03-04)
- add a PointCloud2 iterator and modifier
- Contributors: Tully Foote, Vincent Rabaud
1.10.6 (2014-02-27)
1.10.5 (2014-02-25)
1.10.4 (2014-02-18)
- Fix roslib import for message module, remove roslib.load_manifest
- Contributors: Bence Magyar
1.10.3 (2014-01-07)
- python 3 compatibility
- line wrap Imu.msg comments
1.10.2 (2013-08-19)
- adding __init__.py #11
1.10.1 (2013-08-16)
1.10.0 (2013-07-13)
- adding MultiDOFJointState message
1.9.16 (2013-05-21)
- update email in package.xml
1.9.15 (2013-03-08)
1.9.14 (2013-01-19)
1.9.13 (2013-01-13)
- YUV422 actually has an 8 bit depth
1.9.12 (2013-01-02)
- do not consider YUV422 to be a color anymore
- added missing license header
1.9.11 (2012-12-17)
- modified dep type of catkin
1.9.10 (2012-12-13)
- add missing downstream depend
- switched from langs to message* packages
1.9.9 (2012-11-22)
- Added Low-Cost/Android Sensors reviewed messages
- Updated comments to reflect REP 117 for fixed-distance rangers
- Adding reviewed MultiEchoLaserScan message.
1.9.8 (2012-11-14)
1.9.7 (2012-10-30)
- fix catkin function order
1.9.6 (2012-10-18)
- updated cmake min version to 2.8.3, use cmake_parse_arguments instead of custom macro
- fix the bad number of channels for YUV422 UYVY
1.9.5 (2012-09-28)
- fixed missing find genmsg
1.9.4 (2012-09-27 18:06)
1.9.3 (2012-09-27 17:39)
- cleanup
- add precision about YUV422
- add YUV422 to some functions
- cleaned up package.xml files
- updated to latest catkin
- fixed dependencies and more
- updated to latest catkin: created package.xmls, updated CmakeLists.txt
1.9.2 (2012-09-05)
- updated pkg-config in manifest.xml
- updated catkin variables
1.9.1 (2012-09-04)
- use install destination variables, removed manual installation of manifests
1.9.0 (2012-08-29)
- update the docs
1.8.13 (2012-07-26 18:34:15 +0000)
- made inline functions static inline
- fix ODR violation and missing headers
- moved c++ code from sensor_msgs to headers
1.8.8 (2012-06-12 22:36)
- simplifying deps
- make find_package REQUIRED
- removed obsolete catkin tag from manifest files
- fixed package dependency for another common message (#3956), removed unnecessary package name from another message
- fixed package dependencies for several common messages (fixed #3956)
- clarify NavSatFix message comments
- normalize shared lib building, #3838
- adding TimeReference to build
- TimeReference decl was invalid
- adding point_cloud2 as reviewed at http://ros.org/wiki/sensor_msgs/Reviews/Python%20PointCloud2%20_API_Review
- TimeReference msg as reviewed #ros-pkg5355
- install headers
- adding manifest exports
- fix boost-finding stuff
- removed depend, added catkin
- adding roscpp_core dependencies
- stripping depend and export tags from common_msgs manifests as msg dependencies are now declared in cmake and stack.yaml. Also removed bag migration exports
- install-related fixes
- common_msgs: removing migration rules as all are over a year old
- sensor_msgs: removing old octave support now that rosoct is gone
- bye bye vestigial MSG_DIRS
- sensor_msgs: getting rid of other build files
- adios rosbuild2 in manifest.xml
- catkin updates
- catkin_project
- Updated to work with new message generation macros
- adios debian/ hello stack.yaml. (sketch/prototype/testing).
- More tweaking for standalone message generation
- Getting standalone message generation working... w/o munging rosbuild2
- more rosbuild2 hacking
- rosbuild2 tweaks
- missing dependencies
- sensor_msgs: Added YUV422 image encoding constant.
- adding in explicit ros/console.h include for ros macros now that ros::Message base class is gone
- adding JoyFeedback and JoyFeedbackArray
- updating manifest.xml
- adding Joy.msg
- Add image encodings for 16-bit Bayer, RGB, and BGR formats. Update isMono(), isAlpha(), isBayer(), etc.
- rosbuild2 taking shape
- sensor_msgs: Source-compatible corrections to fillImage signature.
- sensor_msgs: Functions for distinguishing categories of encodings. From cv_bridge redesign API review.
- applying patch to this method like josh did in r33966 in rviz
- sensor_msgs (rep0104): Migration rules for CameraInfo, RegionOfInterest.
- sensor_msgs (rep0104): Doc improvements for CameraInfo.
- sensor_msgs (rep0104): Cleaned up PointCloud2 msg docs. Restored original meaning of 'no invalid points' to is_dense (#4446).
- sensor_msgs (rep0104): Documented u,v channel semantics for PointCloud msg (#4482).
- sensor_msgs (rep0104): Added distortion model string constants.
- sensor_msgs (rep0104): Include guard for image_encodings.h.
- sensor_msgs (rep0104): Applied changes to CameraInfo and RegionOfInterest messages.
- Clarify frame of reference for NavSatFix position covariance.
- Add new satellite navigation messages approved by GPS API review.
- adding Range message as reviewed #4488
- adding missing file
- cleaner fix for point_cloud_conversion definitions for #4451
- inlining implementation in header for #4451
- sensor_msgs: Fixed URL in CameraInfo.msg and indicated how to mark an uncalibrated camera. #4105
- removing all the extra exports
- add units to message description
- bug fix in PC->PC2 conversion
- include guards for point_cloud_conversions.h #4285
- Added Ubuntu platform tags to manifest
- added PointCloud2<->PointCloud conversion routines.
- Updating link to camera calibration
- updating message as per review http://www.ros.org/wiki/sensor_msgs/Reviews/2010-03-01%20PointCloud2_API_Review
- sensor_msgs: Added size (number of elements for arrays) to PointField.
- pushing the new PointCloud structure in trunk
- Changed wording of angle convention for the LaserScan message. We are now specifying how angles are measured, not which way the laser spins.
- Remove use of deprecated rosbuild macros
- Added exporting of generated srv includes.
- Added call to gen_srv now that there is a service.
- Added the SetCameraInfo service.
- octave image parsing function now handles all possible image format types
- changing review status
- adding JointState documentation ticket:3006
- Typo in comments
- updated parsing routines for octave
- Adding 1 more rule for migration point clouds and bringing test_common_msgs back from future.
- Adding JointState migration rule.
- replace pr2_mechanism_msgs::JointStates by new non-pr2-specific sensor_msgs::JointState. Door test passes
- better documentation of the CameraInfo message
- updated url
- sensor_msgs: Added rule to migrate from old laser_scan/LaserScan.
- sensor_msgs: Added string constants for bayer encodings.
- clearing API reviews for they've been through a bunch of them recently.
- Removed the Timestamp message.
- Updating migration rules to better support the intermediate Image message that existed.
- comments for sensor_msgs
- Adding a CompressedImage migration rule.
- Fixing robot_msgs references
- Changing the ordering of fields within the new image message so that all meta information comes before the data block.
- Migration of RawStereo message.
- Migration rule for CameraInfo.
- First cut at migration rules for images.
- Moving stereo messages out of sensor_msgs to stereo/stereo_msgs
- Getting rid of PixelEncoding since it is encompassed in Image message instead.
- update to IMU message comments and defined semantics for covariance
- Changing naming of bag migration rules.
- Image message and CvBridge change
- moving FillImage.h to fill_image.h for Jeremy
- Adding image_encodings header/cpp, since genmsg_cpp doesn't actually support constant string values
- fixing spelling
- Message documentation
- Switching IMU to sensor_msgs/Imu related to #2277
- adding IMU msg
- Took out event_type field, as that would indeed make it more than a timestamp.
- adding OpenCV doc comment
- Rename rows,cols to height,width in Image message
- Adding more migration rule tests and fixing assorted rules.
- Added a timestamp message. (Will be used to track camera and perhaps some day hokuyo trigger times.)
- sensor_msgs: Updates to CameraInfo, added pixel encoding and ROI.
- New sensor_msgs::Image message
- PointCloud:
- pts -> points
* chan -> channels ChannelFloat32:
- vals -> values
- sensor_msgs: Added explanation of reprojection matrix to StereoInfo.
- sensor_msgs: Cleaned up CompressedImage. Updated image_publisher. Blacklisted jpeg.
- merging in the changes to messages see ros-users email. THis is about half the common_msgs API changes
- sensor_msgs: Comments to better describe CameraInfo and StereoInfo.
- Renamed CamInfo message to CameraInfo.
- sensor_msgs_processImage can now process empty images
-
- update openrave and sensor_msgs octave scripts
- Image from image_msgs -> sensor_msgs #1661
- updating review status
- moving LaserScan from laser_scan package to sensor_msgs package #1254
- populating common_msgs
Wiki Tutorials
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
- msg/LaserScan.msg
- msg/PointField.msg
- msg/Temperature.msg
- msg/MagneticField.msg
- msg/FluidPressure.msg
- msg/Image.msg
- msg/Imu.msg
- msg/PointCloud.msg
- msg/PointCloud2.msg
- msg/TimeReference.msg
- msg/ChannelFloat32.msg
- msg/MultiDOFJointState.msg
- msg/JoyFeedback.msg
- msg/Range.msg
- msg/Joy.msg
- msg/BatteryState.msg
- msg/JointState.msg
- msg/NavSatStatus.msg
- msg/RelativeHumidity.msg
- msg/LaserEcho.msg
- msg/RegionOfInterest.msg
- msg/CompressedImage.msg
- msg/Illuminance.msg
- msg/NavSatFix.msg
- msg/CameraInfo.msg
- msg/MultiEchoLaserScan.msg
- msg/JoyFeedbackArray.msg
Services
Plugins
Recent questions tagged sensor_msgs at Robotics Stack Exchange
sensor_msgs package from common_msgs repoactionlib_msgs common_msgs diagnostic_msgs geometry_msgs nav_msgs sensor_msgs shape_msgs stereo_msgs trajectory_msgs visualization_msgs |
|
Package Summary
Tags | No category tags. |
Version | 1.10.6 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros/common_msgs.git |
VCS Type | git |
VCS Version | hydro-devel |
Last Updated | 2015-05-11 |
Dev Status | MAINTAINED |
CI status | Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Tully Foote
Authors
Changelog for package sensor_msgs
1.10.6 (2014-02-27)
1.10.5 (2014-02-25)
1.10.4 (2014-02-18)
- Fix roslib import for message module, remove roslib.load_manifest
- Contributors: Bence Magyar
1.10.3 (2014-01-07)
- python 3 compatibility
- line wrap Imu.msg comments
1.10.2 (2013-08-19)
- adding __init__.py #11
1.10.1 (2013-08-16)
1.10.0 (2013-07-13)
- adding MultiDOFJointState message
1.9.16 (2013-05-21)
- update email in package.xml
1.9.15 (2013-03-08)
1.9.14 (2013-01-19)
1.9.13 (2013-01-13)
- YUV422 actually has an 8 bit depth
1.9.12 (2013-01-02)
- do not consider YUV422 to be a color anymore
- added missing license header
1.9.11 (2012-12-17)
- modified dep type of catkin
1.9.10 (2012-12-13)
- add missing downstream depend
- switched from langs to message* packages
1.9.9 (2012-11-22)
- Added Low-Cost/Android Sensors reviewed messages
- Updated comments to reflect REP 117 for fixed-distance rangers
- Adding reviewed MultiEchoLaserScan message.
1.9.8 (2012-11-14)
1.9.7 (2012-10-30)
- fix catkin function order
1.9.6 (2012-10-18)
- updated cmake min version to 2.8.3, use cmake_parse_arguments instead of custom macro
- fix the bad number of channels for YUV422 UYVY
1.9.5 (2012-09-28)
- fixed missing find genmsg
1.9.4 (2012-09-27 18:06)
1.9.3 (2012-09-27 17:39)
- cleanup
- add precision about YUV422
- add YUV422 to some functions
- cleaned up package.xml files
- updated to latest catkin
- fixed dependencies and more
- updated to latest catkin: created package.xmls, updated CmakeLists.txt
1.9.2 (2012-09-05)
- updated pkg-config in manifest.xml
- updated catkin variables
1.9.1 (2012-09-04)
- use install destination variables, removed manual installation of manifests
1.9.0 (2012-08-29)
- update the docs
1.8.13 (2012-07-26 18:34:15 +0000)
- made inline functions static inline
- fix ODR violation and missing headers
- moved c++ code from sensor_msgs to headers
1.8.8 (2012-06-12 22:36)
- simplifying deps
- make find_package REQUIRED
- removed obsolete catkin tag from manifest files
- fixed package dependency for another common message (#3956), removed unnecessary package name from another message
- fixed package dependencies for several common messages (fixed #3956)
- clarify NavSatFix message comments
- normalize shared lib building, #3838
- adding TimeReference to build
- TimeReference decl was invalid
- adding point_cloud2 as reviewed at http://ros.org/wiki/sensor_msgs/Reviews/Python%20PointCloud2%20_API_Review
- TimeReference msg as reviewed #ros-pkg5355
- install headers
- adding manifest exports
- fix boost-finding stuff
- removed depend, added catkin
- adding roscpp_core dependencies
- stripping depend and export tags from common_msgs manifests as msg dependencies are now declared in cmake and stack.yaml. Also removed bag migration exports
- install-related fixes
- common_msgs: removing migration rules as all are over a year old
- sensor_msgs: removing old octave support now that rosoct is gone
- bye bye vestigial MSG_DIRS
- sensor_msgs: getting rid of other build files
- adios rosbuild2 in manifest.xml
- catkin updates
- catkin_project
- Updated to work with new message generation macros
- adios debian/ hello stack.yaml. (sketch/prototype/testing).
- More tweaking for standalone message generation
- Getting standalone message generation working... w/o munging rosbuild2
- more rosbuild2 hacking
- rosbuild2 tweaks
- missing dependencies
- sensor_msgs: Added YUV422 image encoding constant.
- adding in explicit ros/console.h include for ros macros now that ros::Message base class is gone
- adding JoyFeedback and JoyFeedbackArray
- updating manifest.xml
- adding Joy.msg
- Add image encodings for 16-bit Bayer, RGB, and BGR formats. Update isMono(), isAlpha(), isBayer(), etc.
- rosbuild2 taking shape
- sensor_msgs: Source-compatible corrections to fillImage signature.
- sensor_msgs: Functions for distinguishing categories of encodings. From cv_bridge redesign API review.
- applying patch to this method like josh did in r33966 in rviz
- sensor_msgs (rep0104): Migration rules for CameraInfo, RegionOfInterest.
- sensor_msgs (rep0104): Doc improvements for CameraInfo.
- sensor_msgs (rep0104): Cleaned up PointCloud2 msg docs. Restored original meaning of 'no invalid points' to is_dense (#4446).
- sensor_msgs (rep0104): Documented u,v channel semantics for PointCloud msg (#4482).
- sensor_msgs (rep0104): Added distortion model string constants.
- sensor_msgs (rep0104): Include guard for image_encodings.h.
- sensor_msgs (rep0104): Applied changes to CameraInfo and RegionOfInterest messages.
- Clarify frame of reference for NavSatFix position covariance.
- Add new satellite navigation messages approved by GPS API review.
- adding Range message as reviewed #4488
- adding missing file
- cleaner fix for point_cloud_conversion definitions for #4451
- inlining implementation in header for #4451
- sensor_msgs: Fixed URL in CameraInfo.msg and indicated how to mark an uncalibrated camera. #4105
- removing all the extra exports
- add units to message description
- bug fix in PC->PC2 conversion
- include guards for point_cloud_conversions.h #4285
- Added Ubuntu platform tags to manifest
- added PointCloud2<->PointCloud conversion routines.
- Updating link to camera calibration
- updating message as per review http://www.ros.org/wiki/sensor_msgs/Reviews/2010-03-01%20PointCloud2_API_Review
- sensor_msgs: Added size (number of elements for arrays) to PointField.
- pushing the new PointCloud structure in trunk
- Changed wording of angle convention for the LaserScan message. We are now specifying how angles are measured, not which way the laser spins.
- Remove use of deprecated rosbuild macros
- Added exporting of generated srv includes.
- Added call to gen_srv now that there is a service.
- Added the SetCameraInfo service.
- octave image parsing function now handles all possible image format types
- changing review status
- adding JointState documentation ticket:3006
- Typo in comments
- updated parsing routines for octave
- Adding 1 more rule for migration point clouds and bringing test_common_msgs back from future.
- Adding JointState migration rule.
- replace pr2_mechanism_msgs::JointStates by new non-pr2-specific sensor_msgs::JointState. Door test passes
- better documentation of the CameraInfo message
- updated url
- sensor_msgs: Added rule to migrate from old laser_scan/LaserScan.
- sensor_msgs: Added string constants for bayer encodings.
- clearing API reviews for they've been through a bunch of them recently.
- Removed the Timestamp message.
- Updating migration rules to better support the intermediate Image message that existed.
- comments for sensor_msgs
- Adding a CompressedImage migration rule.
- Fixing robot_msgs references
- Changing the ordering of fields within the new image message so that all meta information comes before the data block.
- Migration of RawStereo message.
- Migration rule for CameraInfo.
- First cut at migration rules for images.
- Moving stereo messages out of sensor_msgs to stereo/stereo_msgs
- Getting rid of PixelEncoding since it is encompassed in Image message instead.
- update to IMU message comments and defined semantics for covariance
- Changing naming of bag migration rules.
- Image message and CvBridge change
- moving FillImage.h to fill_image.h for Jeremy
- Adding image_encodings header/cpp, since genmsg_cpp doesn't actually support constant string values
- fixing spelling
- Message documentation
- Switching IMU to sensor_msgs/Imu related to #2277
- adding IMU msg
- Took out event_type field, as that would indeed make it more than a timestamp.
- adding OpenCV doc comment
- Rename rows,cols to height,width in Image message
- Adding more migration rule tests and fixing assorted rules.
- Added a timestamp message. (Will be used to track camera and perhaps some day hokuyo trigger times.)
- sensor_msgs: Updates to CameraInfo, added pixel encoding and ROI.
- New sensor_msgs::Image message
- PointCloud:
- pts -> points
* chan -> channels ChannelFloat32:
- vals -> values
- sensor_msgs: Added explanation of reprojection matrix to StereoInfo.
- sensor_msgs: Cleaned up CompressedImage. Updated image_publisher. Blacklisted jpeg.
- merging in the changes to messages see ros-users email. THis is about half the common_msgs API changes
- sensor_msgs: Comments to better describe CameraInfo and StereoInfo.
- Renamed CamInfo message to CameraInfo.
- sensor_msgs_processImage can now process empty images
-
- update openrave and sensor_msgs octave scripts
- Image from image_msgs -> sensor_msgs #1661
- updating review status
- moving LaserScan from laser_scan package to sensor_msgs package #1254
- populating common_msgs
Wiki Tutorials
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
- msg/LaserScan.msg
- msg/PointField.msg
- msg/Temperature.msg
- msg/MagneticField.msg
- msg/FluidPressure.msg
- msg/Image.msg
- msg/Imu.msg
- msg/PointCloud.msg
- msg/PointCloud2.msg
- msg/TimeReference.msg
- msg/ChannelFloat32.msg
- msg/MultiDOFJointState.msg
- msg/JoyFeedback.msg
- msg/Range.msg
- msg/Joy.msg
- msg/JointState.msg
- msg/NavSatStatus.msg
- msg/RelativeHumidity.msg
- msg/LaserEcho.msg
- msg/RegionOfInterest.msg
- msg/CompressedImage.msg
- msg/Illuminance.msg
- msg/NavSatFix.msg
- msg/CameraInfo.msg
- msg/MultiEchoLaserScan.msg
- msg/JoyFeedbackArray.msg
Services
Plugins
Recent questions tagged sensor_msgs at Robotics Stack Exchange
sensor_msgs package from common_msgs repoactionlib_msgs common_msgs diagnostic_msgs geometry_msgs nav_msgs sensor_msgs shape_msgs stereo_msgs trajectory_msgs visualization_msgs |
|
Package Summary
Tags | No category tags. |
Version | 1.12.8 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros/common_msgs.git |
VCS Type | git |
VCS Version | jade-devel |
Last Updated | 2021-01-12 |
Dev Status | MAINTAINED |
CI status | Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Michel Hidalgo
Authors
- Tully Foote
Changelog for package sensor_msgs
1.12.8 (2021-01-12)
- Update package maintainers (#170)
- Use setuptools instead of distutils (#159)
- Bump CMake version to avoid CMP0048 warning (#158)
- Fix TabError: inconsistent use of tabs and spaces in indentation (#155)
- Contributors: Michel Hidalgo, Ramon Wijnands, Shane Loretz
1.12.7 (2018-11-06)
- Include sstream on header that needs i (#131)
- included missing import for the read_points_list method
(#128)
- included missing import for the read_points_list method
- Merge pull request #127 from ros-1/fix-typos
- Merge pull request #85 from ros/missing_test_target_dependency fix missing test target dependency
- Contributors: Dirk Thomas, Jasper, Kuang Fangjun, Tully Foote, chapulina
1.12.6 (2018-05-03)
- Return default value to prevent missing return warning.
- Add function to convert PointCloud2 to namedtuples Add new function read_points_list that converts a PointCloud2 to a list of named tuples. It works on top of read_points, which generates lists containing the values. In consequence read_points_list is slower than read_points.
- Added equidistant distortion model const
- Added test_depend on rosunit in sensor_msgs
- fix catkin_lint warnings
- add mingration rule, copied from common_msgs-1.6
- Add missing include for atoi. Fixes #97
- Contributors: 2scholz, Adam Allevato, Ivor Wanders, Kei Okada, Tully Foote, alexzzhu
1.12.5 (2016-09-30)
- Deal with abstract image encodings
- Fix spelling mistakes
- Fix year
- Contributors: Jochen Sprickerhof, Kentaro Wada, trorornmn
1.12.4 (2016-02-22)
- added type mapping and support for different types of points in point clouds
- remove boost dependency fixes #81
- adding a BatteryState message
- fix iterator doc
- remove warning due to anonymous namespace
- Contributors: Sebastian Pütz, Tully Foote, Vincent Rabaud
1.12.3 (2015-04-20)
1.12.2 (2015-03-21)
1.12.1 (2015-03-17)
1.12.0 (2014-12-29)
1.11.6 (2014-11-04)
- Fix compilation with Clang
- Contributors: jmtatsch
1.11.5 (2014-10-27)
- add a test for the operator+ fix The behavior of that operator also had to be fixed to return a proper child class
- fix critical bug with operator+
- Contributors: Michael Ferguson, Vincent Rabaud
1.11.4 (2014-06-19)
- Fix bug caused by use of va_arg in argument list.
- Contributors: Daniel Maturana
1.11.3 (2014-05-07)
- clean up documentation of sensor_msgs so that wiki generated doxygen is readable
- Export architecture_independent flag in package.xml
- Contributors: Michael Ferguson, Scott K Logan
1.11.2 (2014-04-24)
1.11.1 (2014-04-16)
- fix missing include dirs for tests
- Contributors: Dirk Thomas
1.11.0 (2014-03-04)
- add a PointCloud2 iterator and modifier
- Contributors: Tully Foote, Vincent Rabaud
1.10.6 (2014-02-27)
1.10.5 (2014-02-25)
1.10.4 (2014-02-18)
- Fix roslib import for message module, remove roslib.load_manifest
- Contributors: Bence Magyar
1.10.3 (2014-01-07)
- python 3 compatibility
- line wrap Imu.msg comments
1.10.2 (2013-08-19)
- adding __init__.py #11
1.10.1 (2013-08-16)
1.10.0 (2013-07-13)
- adding MultiDOFJointState message
1.9.16 (2013-05-21)
- update email in package.xml
1.9.15 (2013-03-08)
1.9.14 (2013-01-19)
1.9.13 (2013-01-13)
- YUV422 actually has an 8 bit depth
1.9.12 (2013-01-02)
- do not consider YUV422 to be a color anymore
- added missing license header
1.9.11 (2012-12-17)
- modified dep type of catkin
1.9.10 (2012-12-13)
- add missing downstream depend
- switched from langs to message* packages
1.9.9 (2012-11-22)
- Added Low-Cost/Android Sensors reviewed messages
- Updated comments to reflect REP 117 for fixed-distance rangers
- Adding reviewed MultiEchoLaserScan message.
1.9.8 (2012-11-14)
1.9.7 (2012-10-30)
- fix catkin function order
1.9.6 (2012-10-18)
- updated cmake min version to 2.8.3, use cmake_parse_arguments instead of custom macro
- fix the bad number of channels for YUV422 UYVY
1.9.5 (2012-09-28)
- fixed missing find genmsg
1.9.4 (2012-09-27 18:06)
1.9.3 (2012-09-27 17:39)
- cleanup
- add precision about YUV422
- add YUV422 to some functions
- cleaned up package.xml files
- updated to latest catkin
- fixed dependencies and more
- updated to latest catkin: created package.xmls, updated CmakeLists.txt
1.9.2 (2012-09-05)
- updated pkg-config in manifest.xml
- updated catkin variables
1.9.1 (2012-09-04)
- use install destination variables, removed manual installation of manifests
1.9.0 (2012-08-29)
- update the docs
1.8.13 (2012-07-26 18:34:15 +0000)
- made inline functions static inline
- fix ODR violation and missing headers
- moved c++ code from sensor_msgs to headers
1.8.8 (2012-06-12 22:36)
- simplifying deps
- make find_package REQUIRED
- removed obsolete catkin tag from manifest files
- fixed package dependency for another common message (#3956), removed unnecessary package name from another message
- fixed package dependencies for several common messages (fixed #3956)
- clarify NavSatFix message comments
- normalize shared lib building, #3838
- adding TimeReference to build
- TimeReference decl was invalid
- adding point_cloud2 as reviewed at http://ros.org/wiki/sensor_msgs/Reviews/Python%20PointCloud2%20_API_Review
- TimeReference msg as reviewed #ros-pkg5355
- install headers
- adding manifest exports
- fix boost-finding stuff
- removed depend, added catkin
- adding roscpp_core dependencies
- stripping depend and export tags from common_msgs manifests as msg dependencies are now declared in cmake and stack.yaml. Also removed bag migration exports
- install-related fixes
- common_msgs: removing migration rules as all are over a year old
- sensor_msgs: removing old octave support now that rosoct is gone
- bye bye vestigial MSG_DIRS
- sensor_msgs: getting rid of other build files
- adios rosbuild2 in manifest.xml
- catkin updates
- catkin_project
- Updated to work with new message generation macros
- adios debian/ hello stack.yaml. (sketch/prototype/testing).
- More tweaking for standalone message generation
- Getting standalone message generation working... w/o munging rosbuild2
- more rosbuild2 hacking
- rosbuild2 tweaks
- missing dependencies
- sensor_msgs: Added YUV422 image encoding constant.
- adding in explicit ros/console.h include for ros macros now that ros::Message base class is gone
- adding JoyFeedback and JoyFeedbackArray
- updating manifest.xml
- adding Joy.msg
- Add image encodings for 16-bit Bayer, RGB, and BGR formats. Update isMono(), isAlpha(), isBayer(), etc.
- rosbuild2 taking shape
- sensor_msgs: Source-compatible corrections to fillImage signature.
- sensor_msgs: Functions for distinguishing categories of encodings. From cv_bridge redesign API review.
- applying patch to this method like josh did in r33966 in rviz
- sensor_msgs (rep0104): Migration rules for CameraInfo, RegionOfInterest.
- sensor_msgs (rep0104): Doc improvements for CameraInfo.
- sensor_msgs (rep0104): Cleaned up PointCloud2 msg docs. Restored original meaning of 'no invalid points' to is_dense (#4446).
- sensor_msgs (rep0104): Documented u,v channel semantics for PointCloud msg (#4482).
- sensor_msgs (rep0104): Added distortion model string constants.
- sensor_msgs (rep0104): Include guard for image_encodings.h.
- sensor_msgs (rep0104): Applied changes to CameraInfo and RegionOfInterest messages.
- Clarify frame of reference for NavSatFix position covariance.
- Add new satellite navigation messages approved by GPS API review.
- adding Range message as reviewed #4488
- adding missing file
- cleaner fix for point_cloud_conversion definitions for #4451
- inlining implementation in header for #4451
- sensor_msgs: Fixed URL in CameraInfo.msg and indicated how to mark an uncalibrated camera. #4105
- removing all the extra exports
- add units to message description
- bug fix in PC->PC2 conversion
- include guards for point_cloud_conversions.h #4285
- Added Ubuntu platform tags to manifest
- added PointCloud2<->PointCloud conversion routines.
- Updating link to camera calibration
- updating message as per review http://www.ros.org/wiki/sensor_msgs/Reviews/2010-03-01%20PointCloud2_API_Review
- sensor_msgs: Added size (number of elements for arrays) to PointField.
- pushing the new PointCloud structure in trunk
- Changed wording of angle convention for the LaserScan message. We are now specifying how angles are measured, not which way the laser spins.
- Remove use of deprecated rosbuild macros
- Added exporting of generated srv includes.
- Added call to gen_srv now that there is a service.
- Added the SetCameraInfo service.
- octave image parsing function now handles all possible image format types
- changing review status
- adding JointState documentation ticket:3006
- Typo in comments
- updated parsing routines for octave
- Adding 1 more rule for migration point clouds and bringing test_common_msgs back from future.
- Adding JointState migration rule.
- replace pr2_mechanism_msgs::JointStates by new non-pr2-specific sensor_msgs::JointState. Door test passes
- better documentation of the CameraInfo message
- updated url
- sensor_msgs: Added rule to migrate from old laser_scan/LaserScan.
- sensor_msgs: Added string constants for bayer encodings.
- clearing API reviews for they've been through a bunch of them recently.
- Removed the Timestamp message.
- Updating migration rules to better support the intermediate Image message that existed.
- comments for sensor_msgs
- Adding a CompressedImage migration rule.
- Fixing robot_msgs references
- Changing the ordering of fields within the new image message so that all meta information comes before the data block.
- Migration of RawStereo message.
- Migration rule for CameraInfo.
- First cut at migration rules for images.
- Moving stereo messages out of sensor_msgs to stereo/stereo_msgs
- Getting rid of PixelEncoding since it is encompassed in Image message instead.
- update to IMU message comments and defined semantics for covariance
- Changing naming of bag migration rules.
- Image message and CvBridge change
- moving FillImage.h to fill_image.h for Jeremy
- Adding image_encodings header/cpp, since genmsg_cpp doesn't actually support constant string values
- fixing spelling
- Message documentation
- Switching IMU to sensor_msgs/Imu related to #2277
- adding IMU msg
- Took out event_type field, as that would indeed make it more than a timestamp.
- adding OpenCV doc comment
- Rename rows,cols to height,width in Image message
- Adding more migration rule tests and fixing assorted rules.
- Added a timestamp message. (Will be used to track camera and perhaps some day hokuyo trigger times.)
- sensor_msgs: Updates to CameraInfo, added pixel encoding and ROI.
- New sensor_msgs::Image message
- PointCloud:
- pts -> points
* chan -> channels ChannelFloat32:
- vals -> values
- sensor_msgs: Added explanation of reprojection matrix to StereoInfo.
- sensor_msgs: Cleaned up CompressedImage. Updated image_publisher. Blacklisted jpeg.
- merging in the changes to messages see ros-users email. THis is about half the common_msgs API changes
- sensor_msgs: Comments to better describe CameraInfo and StereoInfo.
- Renamed CamInfo message to CameraInfo.
- sensor_msgs_processImage can now process empty images
-
- update openrave and sensor_msgs octave scripts
- Image from image_msgs -> sensor_msgs #1661
- updating review status
- moving LaserScan from laser_scan package to sensor_msgs package #1254
- populating common_msgs
Wiki Tutorials
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
- msg/LaserScan.msg
- msg/PointField.msg
- msg/Temperature.msg
- msg/MagneticField.msg
- msg/FluidPressure.msg
- msg/Image.msg
- msg/Imu.msg
- msg/PointCloud.msg
- msg/PointCloud2.msg
- msg/TimeReference.msg
- msg/ChannelFloat32.msg
- msg/MultiDOFJointState.msg
- msg/JoyFeedback.msg
- msg/Range.msg
- msg/Joy.msg
- msg/BatteryState.msg
- msg/JointState.msg
- msg/NavSatStatus.msg
- msg/RelativeHumidity.msg
- msg/LaserEcho.msg
- msg/RegionOfInterest.msg
- msg/CompressedImage.msg
- msg/Illuminance.msg
- msg/NavSatFix.msg
- msg/CameraInfo.msg
- msg/MultiEchoLaserScan.msg
- msg/JoyFeedbackArray.msg
Services
Plugins
Recent questions tagged sensor_msgs at Robotics Stack Exchange
sensor_msgs package from common_msgs repoactionlib_msgs common_msgs diagnostic_msgs geometry_msgs nav_msgs sensor_msgs shape_msgs stereo_msgs trajectory_msgs visualization_msgs |
|
Package Summary
Tags | No category tags. |
Version | 1.12.8 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros/common_msgs.git |
VCS Type | git |
VCS Version | jade-devel |
Last Updated | 2021-01-12 |
Dev Status | MAINTAINED |
CI status |
|
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Michel Hidalgo
Authors
- Tully Foote
Changelog for package sensor_msgs
1.12.8 (2021-01-12)
- Update package maintainers (#170)
- Use setuptools instead of distutils (#159)
- Bump CMake version to avoid CMP0048 warning (#158)
- Fix TabError: inconsistent use of tabs and spaces in indentation (#155)
- Contributors: Michel Hidalgo, Ramon Wijnands, Shane Loretz
1.12.7 (2018-11-06)
- Include sstream on header that needs i (#131)
- included missing import for the read_points_list method
(#128)
- included missing import for the read_points_list method
- Merge pull request #127 from ros-1/fix-typos
- Merge pull request #85 from ros/missing_test_target_dependency fix missing test target dependency
- Contributors: Dirk Thomas, Jasper, Kuang Fangjun, Tully Foote, chapulina
1.12.6 (2018-05-03)
- Return default value to prevent missing return warning.
- Add function to convert PointCloud2 to namedtuples Add new function read_points_list that converts a PointCloud2 to a list of named tuples. It works on top of read_points, which generates lists containing the values. In consequence read_points_list is slower than read_points.
- Added equidistant distortion model const
- Added test_depend on rosunit in sensor_msgs
- fix catkin_lint warnings
- add mingration rule, copied from common_msgs-1.6
- Add missing include for atoi. Fixes #97
- Contributors: 2scholz, Adam Allevato, Ivor Wanders, Kei Okada, Tully Foote, alexzzhu
1.12.5 (2016-09-30)
- Deal with abstract image encodings
- Fix spelling mistakes
- Fix year
- Contributors: Jochen Sprickerhof, Kentaro Wada, trorornmn
1.12.4 (2016-02-22)
- added type mapping and support for different types of points in point clouds
- remove boost dependency fixes #81
- adding a BatteryState message
- fix iterator doc
- remove warning due to anonymous namespace
- Contributors: Sebastian Pütz, Tully Foote, Vincent Rabaud
1.12.3 (2015-04-20)
1.12.2 (2015-03-21)
1.12.1 (2015-03-17)
1.12.0 (2014-12-29)
1.11.6 (2014-11-04)
- Fix compilation with Clang
- Contributors: jmtatsch
1.11.5 (2014-10-27)
- add a test for the operator+ fix The behavior of that operator also had to be fixed to return a proper child class
- fix critical bug with operator+
- Contributors: Michael Ferguson, Vincent Rabaud
1.11.4 (2014-06-19)
- Fix bug caused by use of va_arg in argument list.
- Contributors: Daniel Maturana
1.11.3 (2014-05-07)
- clean up documentation of sensor_msgs so that wiki generated doxygen is readable
- Export architecture_independent flag in package.xml
- Contributors: Michael Ferguson, Scott K Logan
1.11.2 (2014-04-24)
1.11.1 (2014-04-16)
- fix missing include dirs for tests
- Contributors: Dirk Thomas
1.11.0 (2014-03-04)
- add a PointCloud2 iterator and modifier
- Contributors: Tully Foote, Vincent Rabaud
1.10.6 (2014-02-27)
1.10.5 (2014-02-25)
1.10.4 (2014-02-18)
- Fix roslib import for message module, remove roslib.load_manifest
- Contributors: Bence Magyar
1.10.3 (2014-01-07)
- python 3 compatibility
- line wrap Imu.msg comments
1.10.2 (2013-08-19)
- adding __init__.py #11
1.10.1 (2013-08-16)
1.10.0 (2013-07-13)
- adding MultiDOFJointState message
1.9.16 (2013-05-21)
- update email in package.xml
1.9.15 (2013-03-08)
1.9.14 (2013-01-19)
1.9.13 (2013-01-13)
- YUV422 actually has an 8 bit depth
1.9.12 (2013-01-02)
- do not consider YUV422 to be a color anymore
- added missing license header
1.9.11 (2012-12-17)
- modified dep type of catkin
1.9.10 (2012-12-13)
- add missing downstream depend
- switched from langs to message* packages
1.9.9 (2012-11-22)
- Added Low-Cost/Android Sensors reviewed messages
- Updated comments to reflect REP 117 for fixed-distance rangers
- Adding reviewed MultiEchoLaserScan message.
1.9.8 (2012-11-14)
1.9.7 (2012-10-30)
- fix catkin function order
1.9.6 (2012-10-18)
- updated cmake min version to 2.8.3, use cmake_parse_arguments instead of custom macro
- fix the bad number of channels for YUV422 UYVY
1.9.5 (2012-09-28)
- fixed missing find genmsg
1.9.4 (2012-09-27 18:06)
1.9.3 (2012-09-27 17:39)
- cleanup
- add precision about YUV422
- add YUV422 to some functions
- cleaned up package.xml files
- updated to latest catkin
- fixed dependencies and more
- updated to latest catkin: created package.xmls, updated CmakeLists.txt
1.9.2 (2012-09-05)
- updated pkg-config in manifest.xml
- updated catkin variables
1.9.1 (2012-09-04)
- use install destination variables, removed manual installation of manifests
1.9.0 (2012-08-29)
- update the docs
1.8.13 (2012-07-26 18:34:15 +0000)
- made inline functions static inline
- fix ODR violation and missing headers
- moved c++ code from sensor_msgs to headers
1.8.8 (2012-06-12 22:36)
- simplifying deps
- make find_package REQUIRED
- removed obsolete catkin tag from manifest files
- fixed package dependency for another common message (#3956), removed unnecessary package name from another message
- fixed package dependencies for several common messages (fixed #3956)
- clarify NavSatFix message comments
- normalize shared lib building, #3838
- adding TimeReference to build
- TimeReference decl was invalid
- adding point_cloud2 as reviewed at http://ros.org/wiki/sensor_msgs/Reviews/Python%20PointCloud2%20_API_Review
- TimeReference msg as reviewed #ros-pkg5355
- install headers
- adding manifest exports
- fix boost-finding stuff
- removed depend, added catkin
- adding roscpp_core dependencies
- stripping depend and export tags from common_msgs manifests as msg dependencies are now declared in cmake and stack.yaml. Also removed bag migration exports
- install-related fixes
- common_msgs: removing migration rules as all are over a year old
- sensor_msgs: removing old octave support now that rosoct is gone
- bye bye vestigial MSG_DIRS
- sensor_msgs: getting rid of other build files
- adios rosbuild2 in manifest.xml
- catkin updates
- catkin_project
- Updated to work with new message generation macros
- adios debian/ hello stack.yaml. (sketch/prototype/testing).
- More tweaking for standalone message generation
- Getting standalone message generation working... w/o munging rosbuild2
- more rosbuild2 hacking
- rosbuild2 tweaks
- missing dependencies
- sensor_msgs: Added YUV422 image encoding constant.
- adding in explicit ros/console.h include for ros macros now that ros::Message base class is gone
- adding JoyFeedback and JoyFeedbackArray
- updating manifest.xml
- adding Joy.msg
- Add image encodings for 16-bit Bayer, RGB, and BGR formats. Update isMono(), isAlpha(), isBayer(), etc.
- rosbuild2 taking shape
- sensor_msgs: Source-compatible corrections to fillImage signature.
- sensor_msgs: Functions for distinguishing categories of encodings. From cv_bridge redesign API review.
- applying patch to this method like josh did in r33966 in rviz
- sensor_msgs (rep0104): Migration rules for CameraInfo, RegionOfInterest.
- sensor_msgs (rep0104): Doc improvements for CameraInfo.
- sensor_msgs (rep0104): Cleaned up PointCloud2 msg docs. Restored original meaning of 'no invalid points' to is_dense (#4446).
- sensor_msgs (rep0104): Documented u,v channel semantics for PointCloud msg (#4482).
- sensor_msgs (rep0104): Added distortion model string constants.
- sensor_msgs (rep0104): Include guard for image_encodings.h.
- sensor_msgs (rep0104): Applied changes to CameraInfo and RegionOfInterest messages.
- Clarify frame of reference for NavSatFix position covariance.
- Add new satellite navigation messages approved by GPS API review.
- adding Range message as reviewed #4488
- adding missing file
- cleaner fix for point_cloud_conversion definitions for #4451
- inlining implementation in header for #4451
- sensor_msgs: Fixed URL in CameraInfo.msg and indicated how to mark an uncalibrated camera. #4105
- removing all the extra exports
- add units to message description
- bug fix in PC->PC2 conversion
- include guards for point_cloud_conversions.h #4285
- Added Ubuntu platform tags to manifest
- added PointCloud2<->PointCloud conversion routines.
- Updating link to camera calibration
- updating message as per review http://www.ros.org/wiki/sensor_msgs/Reviews/2010-03-01%20PointCloud2_API_Review
- sensor_msgs: Added size (number of elements for arrays) to PointField.
- pushing the new PointCloud structure in trunk
- Changed wording of angle convention for the LaserScan message. We are now specifying how angles are measured, not which way the laser spins.
- Remove use of deprecated rosbuild macros
- Added exporting of generated srv includes.
- Added call to gen_srv now that there is a service.
- Added the SetCameraInfo service.
- octave image parsing function now handles all possible image format types
- changing review status
- adding JointState documentation ticket:3006
- Typo in comments
- updated parsing routines for octave
- Adding 1 more rule for migration point clouds and bringing test_common_msgs back from future.
- Adding JointState migration rule.
- replace pr2_mechanism_msgs::JointStates by new non-pr2-specific sensor_msgs::JointState. Door test passes
- better documentation of the CameraInfo message
- updated url
- sensor_msgs: Added rule to migrate from old laser_scan/LaserScan.
- sensor_msgs: Added string constants for bayer encodings.
- clearing API reviews for they've been through a bunch of them recently.
- Removed the Timestamp message.
- Updating migration rules to better support the intermediate Image message that existed.
- comments for sensor_msgs
- Adding a CompressedImage migration rule.
- Fixing robot_msgs references
- Changing the ordering of fields within the new image message so that all meta information comes before the data block.
- Migration of RawStereo message.
- Migration rule for CameraInfo.
- First cut at migration rules for images.
- Moving stereo messages out of sensor_msgs to stereo/stereo_msgs
- Getting rid of PixelEncoding since it is encompassed in Image message instead.
- update to IMU message comments and defined semantics for covariance
- Changing naming of bag migration rules.
- Image message and CvBridge change
- moving FillImage.h to fill_image.h for Jeremy
- Adding image_encodings header/cpp, since genmsg_cpp doesn't actually support constant string values
- fixing spelling
- Message documentation
- Switching IMU to sensor_msgs/Imu related to #2277
- adding IMU msg
- Took out event_type field, as that would indeed make it more than a timestamp.
- adding OpenCV doc comment
- Rename rows,cols to height,width in Image message
- Adding more migration rule tests and fixing assorted rules.
- Added a timestamp message. (Will be used to track camera and perhaps some day hokuyo trigger times.)
- sensor_msgs: Updates to CameraInfo, added pixel encoding and ROI.
- New sensor_msgs::Image message
- PointCloud:
- pts -> points
* chan -> channels ChannelFloat32:
- vals -> values
- sensor_msgs: Added explanation of reprojection matrix to StereoInfo.
- sensor_msgs: Cleaned up CompressedImage. Updated image_publisher. Blacklisted jpeg.
- merging in the changes to messages see ros-users email. THis is about half the common_msgs API changes
- sensor_msgs: Comments to better describe CameraInfo and StereoInfo.
- Renamed CamInfo message to CameraInfo.
- sensor_msgs_processImage can now process empty images
-
- update openrave and sensor_msgs octave scripts
- Image from image_msgs -> sensor_msgs #1661
- updating review status
- moving LaserScan from laser_scan package to sensor_msgs package #1254
- populating common_msgs
Wiki Tutorials
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
- msg/LaserScan.msg
- msg/PointField.msg
- msg/Temperature.msg
- msg/MagneticField.msg
- msg/FluidPressure.msg
- msg/Image.msg
- msg/Imu.msg
- msg/PointCloud.msg
- msg/PointCloud2.msg
- msg/TimeReference.msg
- msg/ChannelFloat32.msg
- msg/MultiDOFJointState.msg
- msg/JoyFeedback.msg
- msg/Range.msg
- msg/Joy.msg
- msg/BatteryState.msg
- msg/JointState.msg
- msg/NavSatStatus.msg
- msg/RelativeHumidity.msg
- msg/LaserEcho.msg
- msg/RegionOfInterest.msg
- msg/CompressedImage.msg
- msg/Illuminance.msg
- msg/NavSatFix.msg
- msg/CameraInfo.msg
- msg/MultiEchoLaserScan.msg
- msg/JoyFeedbackArray.msg