![]() |
autoware_sensing_msgs package from autoware_msgs repoautoware_common_msgs autoware_control_msgs autoware_localization_msgs autoware_map_msgs autoware_msgs autoware_perception_msgs autoware_planning_msgs autoware_sensing_msgs autoware_system_msgs autoware_v2x_msgs autoware_vehicle_msgs |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.9.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/autowarefoundation/autoware_msgs.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-06-18 |
Dev Status | DEVELOPED |
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
- Mete Fatih Cırıt
- Ryohsuke Mitsudome
- Yutaka Kondo
Authors
autoware_sensing_msgs
GNSS/INS sensor messages
Possible Data Types:
- Position
- Orientation
- Twist (Velocity)
- linear
- angular
- Accel
- linear
- angular
Position
For this information, you can use the NavSatFix message.
If the sensor provides MSL(Mean Sea Level) for altitude, you can use it for the altitude field.
-
sensor_msgs/NavSatFix
following fields are used:-
std_msgs/Header
header -
float64
latitude -
float64
longitude -
float64
altitude -
float64[9]
position_covariance
-
For detailed info about the east, north, up, see the Coordinate Axes Conventions.
Orientation
GnssInsOrientationStamped.msg
This message contains the GNSS-INS orientation information.
The orientation is represented by a quaternion.
If the sensor provides roll, pitch, yaw; you should convert it to quaternion.
For detailed info about the roll, pitch, yaw and rotation axes see the Coordinate Axes Conventions.
Velocity
For this information, you can use the TwistWithCovarianceStamped message.
Its structure is as follows:
-
geometry_msgs/TwistWithCovarianceStamped
following fields are used:-
std_msgs/Header
header -
geometry_msgs/TwistWithCovariance
twist-
geometry_msgs/Twist
twist-
geometry_msgs/Vector3
linear -
geometry_msgs/Vector3
angular
-
-
float64[36]
covariance
-
-
- The linear field contains the linear velocities in the x, y, z axes.
- The angular field contains the angular velocities in the x, y, z axes.
- The covariance matrix parameters are linear and angular velocities in order.
For detailed info about the covariance matrix RMSE? Variances? Covariance Matrix?.
Acceleration
For this information, you can use the AccelWithCovarianceStamped message.
Its structure is as follows:
-
geometry_msgs/AccelWithCovarianceStamped
following fields are used:-
std_msgs/Header
header -
geometry_msgs/AccelWithCovariance
accel-
geometry_msgs/Accel
accel-
geometry_msgs/Vector3
linear -
geometry_msgs/Vector3
angular
-
-
float64[36]
covariance
-
-
- The linear field contains the linear accelerations in the x, y, z axes.
- The angular field contains the angular accelerations in the x, y, z axes.
- The covariance matrix parameters are linear and angular accelerations in order.
For detailed info about the covariance matrix RMSE? Variances? Covariance Matrix?.
Design
Coordinate Frames
Frames used in Autoware are defined as follows:
flowchart LR
earth --> Map[map] --> base_link
base_link --> gnss_ins
base_link --> sensor_a
base_link --> sensor_b
File truncated at 100 lines see the full file
Changelog for package autoware_sensing_msgs
1.9.0 (2025-06-18)
1.8.0 (2025-05-21)
1.7.0 (2025-04-21)
- feat(autoware_sensing_msgs): implement the proposed universal radar messages (#120) Co-authored-by: Taekjin LEE <<technolojin@gmail.com>> Co-authored-by: Mete Fatih Cırıt <<xmfcx@users.noreply.github.com>>
- Contributors: Kenzo Lobos Tsunekawa
1.6.0 (2025-04-07)
1.5.0 (2025-04-02)
1.4.0 (2025-02-25)
- fix(autoware_msgs): fix links to issues in CHANGELOG.rst files (#108)
- Contributors: Esteve Fernandez
1.3.0 (2024-11-25)
1.2.0 (2024-10-01)
1.1.0 (2024-05-10)
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
ament_cmake_auto | |
rosidl_default_generators | |
rosidl_default_runtime | |
ament_lint_auto | |
ament_lint_common | |
geometry_msgs | |
std_msgs |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
autoware_msgs | |
autoware_gnss_poser |
Launch files
Messages
Services
Plugins
Recent questions tagged autoware_sensing_msgs at Robotics Stack Exchange
![]() |
autoware_sensing_msgs package from autoware_msgs repoautoware_common_msgs autoware_control_msgs autoware_localization_msgs autoware_map_msgs autoware_msgs autoware_perception_msgs autoware_planning_msgs autoware_sensing_msgs autoware_system_msgs autoware_v2x_msgs autoware_vehicle_msgs |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.9.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/autowarefoundation/autoware_msgs.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-06-18 |
Dev Status | DEVELOPED |
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
- Mete Fatih Cırıt
- Ryohsuke Mitsudome
- Yutaka Kondo
Authors
autoware_sensing_msgs
GNSS/INS sensor messages
Possible Data Types:
- Position
- Orientation
- Twist (Velocity)
- linear
- angular
- Accel
- linear
- angular
Position
For this information, you can use the NavSatFix message.
If the sensor provides MSL(Mean Sea Level) for altitude, you can use it for the altitude field.
-
sensor_msgs/NavSatFix
following fields are used:-
std_msgs/Header
header -
float64
latitude -
float64
longitude -
float64
altitude -
float64[9]
position_covariance
-
For detailed info about the east, north, up, see the Coordinate Axes Conventions.
Orientation
GnssInsOrientationStamped.msg
This message contains the GNSS-INS orientation information.
The orientation is represented by a quaternion.
If the sensor provides roll, pitch, yaw; you should convert it to quaternion.
For detailed info about the roll, pitch, yaw and rotation axes see the Coordinate Axes Conventions.
Velocity
For this information, you can use the TwistWithCovarianceStamped message.
Its structure is as follows:
-
geometry_msgs/TwistWithCovarianceStamped
following fields are used:-
std_msgs/Header
header -
geometry_msgs/TwistWithCovariance
twist-
geometry_msgs/Twist
twist-
geometry_msgs/Vector3
linear -
geometry_msgs/Vector3
angular
-
-
float64[36]
covariance
-
-
- The linear field contains the linear velocities in the x, y, z axes.
- The angular field contains the angular velocities in the x, y, z axes.
- The covariance matrix parameters are linear and angular velocities in order.
For detailed info about the covariance matrix RMSE? Variances? Covariance Matrix?.
Acceleration
For this information, you can use the AccelWithCovarianceStamped message.
Its structure is as follows:
-
geometry_msgs/AccelWithCovarianceStamped
following fields are used:-
std_msgs/Header
header -
geometry_msgs/AccelWithCovariance
accel-
geometry_msgs/Accel
accel-
geometry_msgs/Vector3
linear -
geometry_msgs/Vector3
angular
-
-
float64[36]
covariance
-
-
- The linear field contains the linear accelerations in the x, y, z axes.
- The angular field contains the angular accelerations in the x, y, z axes.
- The covariance matrix parameters are linear and angular accelerations in order.
For detailed info about the covariance matrix RMSE? Variances? Covariance Matrix?.
Design
Coordinate Frames
Frames used in Autoware are defined as follows:
flowchart LR
earth --> Map[map] --> base_link
base_link --> gnss_ins
base_link --> sensor_a
base_link --> sensor_b
File truncated at 100 lines see the full file
Changelog for package autoware_sensing_msgs
1.9.0 (2025-06-18)
1.8.0 (2025-05-21)
1.7.0 (2025-04-21)
- feat(autoware_sensing_msgs): implement the proposed universal radar messages (#120) Co-authored-by: Taekjin LEE <<technolojin@gmail.com>> Co-authored-by: Mete Fatih Cırıt <<xmfcx@users.noreply.github.com>>
- Contributors: Kenzo Lobos Tsunekawa
1.6.0 (2025-04-07)
1.5.0 (2025-04-02)
1.4.0 (2025-02-25)
- fix(autoware_msgs): fix links to issues in CHANGELOG.rst files (#108)
- Contributors: Esteve Fernandez
1.3.0 (2024-11-25)
1.2.0 (2024-10-01)
1.1.0 (2024-05-10)
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
ament_cmake_auto | |
rosidl_default_generators | |
rosidl_default_runtime | |
ament_lint_auto | |
ament_lint_common | |
geometry_msgs | |
std_msgs |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
autoware_msgs |
Launch files
Messages
Services
Plugins
Recent questions tagged autoware_sensing_msgs at Robotics Stack Exchange
![]() |
autoware_sensing_msgs package from autoware_msgs repoautoware_common_msgs autoware_control_msgs autoware_localization_msgs autoware_map_msgs autoware_msgs autoware_perception_msgs autoware_planning_msgs autoware_sensing_msgs autoware_system_msgs autoware_v2x_msgs autoware_vehicle_msgs |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.9.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/autowarefoundation/autoware_msgs.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-06-18 |
Dev Status | DEVELOPED |
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
- Mete Fatih Cırıt
- Ryohsuke Mitsudome
- Yutaka Kondo
Authors
autoware_sensing_msgs
GNSS/INS sensor messages
Possible Data Types:
- Position
- Orientation
- Twist (Velocity)
- linear
- angular
- Accel
- linear
- angular
Position
For this information, you can use the NavSatFix message.
If the sensor provides MSL(Mean Sea Level) for altitude, you can use it for the altitude field.
-
sensor_msgs/NavSatFix
following fields are used:-
std_msgs/Header
header -
float64
latitude -
float64
longitude -
float64
altitude -
float64[9]
position_covariance
-
For detailed info about the east, north, up, see the Coordinate Axes Conventions.
Orientation
GnssInsOrientationStamped.msg
This message contains the GNSS-INS orientation information.
The orientation is represented by a quaternion.
If the sensor provides roll, pitch, yaw; you should convert it to quaternion.
For detailed info about the roll, pitch, yaw and rotation axes see the Coordinate Axes Conventions.
Velocity
For this information, you can use the TwistWithCovarianceStamped message.
Its structure is as follows:
-
geometry_msgs/TwistWithCovarianceStamped
following fields are used:-
std_msgs/Header
header -
geometry_msgs/TwistWithCovariance
twist-
geometry_msgs/Twist
twist-
geometry_msgs/Vector3
linear -
geometry_msgs/Vector3
angular
-
-
float64[36]
covariance
-
-
- The linear field contains the linear velocities in the x, y, z axes.
- The angular field contains the angular velocities in the x, y, z axes.
- The covariance matrix parameters are linear and angular velocities in order.
For detailed info about the covariance matrix RMSE? Variances? Covariance Matrix?.
Acceleration
For this information, you can use the AccelWithCovarianceStamped message.
Its structure is as follows:
-
geometry_msgs/AccelWithCovarianceStamped
following fields are used:-
std_msgs/Header
header -
geometry_msgs/AccelWithCovariance
accel-
geometry_msgs/Accel
accel-
geometry_msgs/Vector3
linear -
geometry_msgs/Vector3
angular
-
-
float64[36]
covariance
-
-
- The linear field contains the linear accelerations in the x, y, z axes.
- The angular field contains the angular accelerations in the x, y, z axes.
- The covariance matrix parameters are linear and angular accelerations in order.
For detailed info about the covariance matrix RMSE? Variances? Covariance Matrix?.
Design
Coordinate Frames
Frames used in Autoware are defined as follows:
flowchart LR
earth --> Map[map] --> base_link
base_link --> gnss_ins
base_link --> sensor_a
base_link --> sensor_b
File truncated at 100 lines see the full file
Changelog for package autoware_sensing_msgs
1.9.0 (2025-06-18)
1.8.0 (2025-05-21)
1.7.0 (2025-04-21)
- feat(autoware_sensing_msgs): implement the proposed universal radar messages (#120) Co-authored-by: Taekjin LEE <<technolojin@gmail.com>> Co-authored-by: Mete Fatih Cırıt <<xmfcx@users.noreply.github.com>>
- Contributors: Kenzo Lobos Tsunekawa
1.6.0 (2025-04-07)
1.5.0 (2025-04-02)
1.4.0 (2025-02-25)
- fix(autoware_msgs): fix links to issues in CHANGELOG.rst files (#108)
- Contributors: Esteve Fernandez
1.3.0 (2024-11-25)
1.2.0 (2024-10-01)
1.1.0 (2024-05-10)
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
ament_cmake_auto | |
rosidl_default_generators | |
rosidl_default_runtime | |
ament_lint_auto | |
ament_lint_common | |
geometry_msgs | |
std_msgs |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
autoware_msgs |
Launch files
Messages
Services
Plugins
Recent questions tagged autoware_sensing_msgs at Robotics Stack Exchange
![]() |
autoware_sensing_msgs package from autoware_msgs repoautoware_common_msgs autoware_control_msgs autoware_localization_msgs autoware_map_msgs autoware_msgs autoware_perception_msgs autoware_planning_msgs autoware_sensing_msgs autoware_system_msgs autoware_v2x_msgs autoware_vehicle_msgs |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.9.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/autowarefoundation/autoware_msgs.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-06-18 |
Dev Status | DEVELOPED |
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
- Mete Fatih Cırıt
- Ryohsuke Mitsudome
- Yutaka Kondo
Authors
autoware_sensing_msgs
GNSS/INS sensor messages
Possible Data Types:
- Position
- Orientation
- Twist (Velocity)
- linear
- angular
- Accel
- linear
- angular
Position
For this information, you can use the NavSatFix message.
If the sensor provides MSL(Mean Sea Level) for altitude, you can use it for the altitude field.
-
sensor_msgs/NavSatFix
following fields are used:-
std_msgs/Header
header -
float64
latitude -
float64
longitude -
float64
altitude -
float64[9]
position_covariance
-
For detailed info about the east, north, up, see the Coordinate Axes Conventions.
Orientation
GnssInsOrientationStamped.msg
This message contains the GNSS-INS orientation information.
The orientation is represented by a quaternion.
If the sensor provides roll, pitch, yaw; you should convert it to quaternion.
For detailed info about the roll, pitch, yaw and rotation axes see the Coordinate Axes Conventions.
Velocity
For this information, you can use the TwistWithCovarianceStamped message.
Its structure is as follows:
-
geometry_msgs/TwistWithCovarianceStamped
following fields are used:-
std_msgs/Header
header -
geometry_msgs/TwistWithCovariance
twist-
geometry_msgs/Twist
twist-
geometry_msgs/Vector3
linear -
geometry_msgs/Vector3
angular
-
-
float64[36]
covariance
-
-
- The linear field contains the linear velocities in the x, y, z axes.
- The angular field contains the angular velocities in the x, y, z axes.
- The covariance matrix parameters are linear and angular velocities in order.
For detailed info about the covariance matrix RMSE? Variances? Covariance Matrix?.
Acceleration
For this information, you can use the AccelWithCovarianceStamped message.
Its structure is as follows:
-
geometry_msgs/AccelWithCovarianceStamped
following fields are used:-
std_msgs/Header
header -
geometry_msgs/AccelWithCovariance
accel-
geometry_msgs/Accel
accel-
geometry_msgs/Vector3
linear -
geometry_msgs/Vector3
angular
-
-
float64[36]
covariance
-
-
- The linear field contains the linear accelerations in the x, y, z axes.
- The angular field contains the angular accelerations in the x, y, z axes.
- The covariance matrix parameters are linear and angular accelerations in order.
For detailed info about the covariance matrix RMSE? Variances? Covariance Matrix?.
Design
Coordinate Frames
Frames used in Autoware are defined as follows:
flowchart LR
earth --> Map[map] --> base_link
base_link --> gnss_ins
base_link --> sensor_a
base_link --> sensor_b
File truncated at 100 lines see the full file
Changelog for package autoware_sensing_msgs
1.9.0 (2025-06-18)
1.8.0 (2025-05-21)
1.7.0 (2025-04-21)
- feat(autoware_sensing_msgs): implement the proposed universal radar messages (#120) Co-authored-by: Taekjin LEE <<technolojin@gmail.com>> Co-authored-by: Mete Fatih Cırıt <<xmfcx@users.noreply.github.com>>
- Contributors: Kenzo Lobos Tsunekawa
1.6.0 (2025-04-07)
1.5.0 (2025-04-02)
1.4.0 (2025-02-25)
- fix(autoware_msgs): fix links to issues in CHANGELOG.rst files (#108)
- Contributors: Esteve Fernandez
1.3.0 (2024-11-25)
1.2.0 (2024-10-01)
1.1.0 (2024-05-10)
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
ament_cmake_auto | |
rosidl_default_generators | |
rosidl_default_runtime | |
ament_lint_auto | |
ament_lint_common | |
geometry_msgs | |
std_msgs |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
autoware_msgs |
Launch files
Messages
Services
Plugins
Recent questions tagged autoware_sensing_msgs at Robotics Stack Exchange
![]() |
autoware_sensing_msgs package from autoware_msgs repoautoware_common_msgs autoware_control_msgs autoware_localization_msgs autoware_map_msgs autoware_msgs autoware_perception_msgs autoware_planning_msgs autoware_sensing_msgs autoware_system_msgs autoware_v2x_msgs autoware_vehicle_msgs |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.9.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/autowarefoundation/autoware_msgs.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-06-18 |
Dev Status | DEVELOPED |
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
- Mete Fatih Cırıt
- Ryohsuke Mitsudome
- Yutaka Kondo
Authors
autoware_sensing_msgs
GNSS/INS sensor messages
Possible Data Types:
- Position
- Orientation
- Twist (Velocity)
- linear
- angular
- Accel
- linear
- angular
Position
For this information, you can use the NavSatFix message.
If the sensor provides MSL(Mean Sea Level) for altitude, you can use it for the altitude field.
-
sensor_msgs/NavSatFix
following fields are used:-
std_msgs/Header
header -
float64
latitude -
float64
longitude -
float64
altitude -
float64[9]
position_covariance
-
For detailed info about the east, north, up, see the Coordinate Axes Conventions.
Orientation
GnssInsOrientationStamped.msg
This message contains the GNSS-INS orientation information.
The orientation is represented by a quaternion.
If the sensor provides roll, pitch, yaw; you should convert it to quaternion.
For detailed info about the roll, pitch, yaw and rotation axes see the Coordinate Axes Conventions.
Velocity
For this information, you can use the TwistWithCovarianceStamped message.
Its structure is as follows:
-
geometry_msgs/TwistWithCovarianceStamped
following fields are used:-
std_msgs/Header
header -
geometry_msgs/TwistWithCovariance
twist-
geometry_msgs/Twist
twist-
geometry_msgs/Vector3
linear -
geometry_msgs/Vector3
angular
-
-
float64[36]
covariance
-
-
- The linear field contains the linear velocities in the x, y, z axes.
- The angular field contains the angular velocities in the x, y, z axes.
- The covariance matrix parameters are linear and angular velocities in order.
For detailed info about the covariance matrix RMSE? Variances? Covariance Matrix?.
Acceleration
For this information, you can use the AccelWithCovarianceStamped message.
Its structure is as follows:
-
geometry_msgs/AccelWithCovarianceStamped
following fields are used:-
std_msgs/Header
header -
geometry_msgs/AccelWithCovariance
accel-
geometry_msgs/Accel
accel-
geometry_msgs/Vector3
linear -
geometry_msgs/Vector3
angular
-
-
float64[36]
covariance
-
-
- The linear field contains the linear accelerations in the x, y, z axes.
- The angular field contains the angular accelerations in the x, y, z axes.
- The covariance matrix parameters are linear and angular accelerations in order.
For detailed info about the covariance matrix RMSE? Variances? Covariance Matrix?.
Design
Coordinate Frames
Frames used in Autoware are defined as follows:
flowchart LR
earth --> Map[map] --> base_link
base_link --> gnss_ins
base_link --> sensor_a
base_link --> sensor_b
File truncated at 100 lines see the full file
Changelog for package autoware_sensing_msgs
1.9.0 (2025-06-18)
1.8.0 (2025-05-21)
1.7.0 (2025-04-21)
- feat(autoware_sensing_msgs): implement the proposed universal radar messages (#120) Co-authored-by: Taekjin LEE <<technolojin@gmail.com>> Co-authored-by: Mete Fatih Cırıt <<xmfcx@users.noreply.github.com>>
- Contributors: Kenzo Lobos Tsunekawa
1.6.0 (2025-04-07)
1.5.0 (2025-04-02)
1.4.0 (2025-02-25)
- fix(autoware_msgs): fix links to issues in CHANGELOG.rst files (#108)
- Contributors: Esteve Fernandez
1.3.0 (2024-11-25)
1.2.0 (2024-10-01)
1.1.0 (2024-05-10)
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
ament_cmake_auto | |
rosidl_default_generators | |
rosidl_default_runtime | |
ament_lint_auto | |
ament_lint_common | |
geometry_msgs | |
std_msgs |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
autoware_msgs | |
autoware_gnss_poser |
Launch files
Messages
Services
Plugins
Recent questions tagged autoware_sensing_msgs at Robotics Stack Exchange
![]() |
autoware_sensing_msgs package from autoware_msgs repoautoware_common_msgs autoware_control_msgs autoware_localization_msgs autoware_map_msgs autoware_msgs autoware_perception_msgs autoware_planning_msgs autoware_sensing_msgs autoware_system_msgs autoware_v2x_msgs autoware_vehicle_msgs |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.9.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/autowarefoundation/autoware_msgs.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-06-18 |
Dev Status | DEVELOPED |
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
- Mete Fatih Cırıt
- Ryohsuke Mitsudome
- Yutaka Kondo
Authors
autoware_sensing_msgs
GNSS/INS sensor messages
Possible Data Types:
- Position
- Orientation
- Twist (Velocity)
- linear
- angular
- Accel
- linear
- angular
Position
For this information, you can use the NavSatFix message.
If the sensor provides MSL(Mean Sea Level) for altitude, you can use it for the altitude field.
-
sensor_msgs/NavSatFix
following fields are used:-
std_msgs/Header
header -
float64
latitude -
float64
longitude -
float64
altitude -
float64[9]
position_covariance
-
For detailed info about the east, north, up, see the Coordinate Axes Conventions.
Orientation
GnssInsOrientationStamped.msg
This message contains the GNSS-INS orientation information.
The orientation is represented by a quaternion.
If the sensor provides roll, pitch, yaw; you should convert it to quaternion.
For detailed info about the roll, pitch, yaw and rotation axes see the Coordinate Axes Conventions.
Velocity
For this information, you can use the TwistWithCovarianceStamped message.
Its structure is as follows:
-
geometry_msgs/TwistWithCovarianceStamped
following fields are used:-
std_msgs/Header
header -
geometry_msgs/TwistWithCovariance
twist-
geometry_msgs/Twist
twist-
geometry_msgs/Vector3
linear -
geometry_msgs/Vector3
angular
-
-
float64[36]
covariance
-
-
- The linear field contains the linear velocities in the x, y, z axes.
- The angular field contains the angular velocities in the x, y, z axes.
- The covariance matrix parameters are linear and angular velocities in order.
For detailed info about the covariance matrix RMSE? Variances? Covariance Matrix?.
Acceleration
For this information, you can use the AccelWithCovarianceStamped message.
Its structure is as follows:
-
geometry_msgs/AccelWithCovarianceStamped
following fields are used:-
std_msgs/Header
header -
geometry_msgs/AccelWithCovariance
accel-
geometry_msgs/Accel
accel-
geometry_msgs/Vector3
linear -
geometry_msgs/Vector3
angular
-
-
float64[36]
covariance
-
-
- The linear field contains the linear accelerations in the x, y, z axes.
- The angular field contains the angular accelerations in the x, y, z axes.
- The covariance matrix parameters are linear and angular accelerations in order.
For detailed info about the covariance matrix RMSE? Variances? Covariance Matrix?.
Design
Coordinate Frames
Frames used in Autoware are defined as follows:
flowchart LR
earth --> Map[map] --> base_link
base_link --> gnss_ins
base_link --> sensor_a
base_link --> sensor_b
File truncated at 100 lines see the full file
Changelog for package autoware_sensing_msgs
1.9.0 (2025-06-18)
1.8.0 (2025-05-21)
1.7.0 (2025-04-21)
- feat(autoware_sensing_msgs): implement the proposed universal radar messages (#120) Co-authored-by: Taekjin LEE <<technolojin@gmail.com>> Co-authored-by: Mete Fatih Cırıt <<xmfcx@users.noreply.github.com>>
- Contributors: Kenzo Lobos Tsunekawa
1.6.0 (2025-04-07)
1.5.0 (2025-04-02)
1.4.0 (2025-02-25)
- fix(autoware_msgs): fix links to issues in CHANGELOG.rst files (#108)
- Contributors: Esteve Fernandez
1.3.0 (2024-11-25)
1.2.0 (2024-10-01)
1.1.0 (2024-05-10)
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
ament_cmake_auto | |
rosidl_default_generators | |
rosidl_default_runtime | |
ament_lint_auto | |
ament_lint_common | |
geometry_msgs | |
std_msgs |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
autoware_msgs | |
autoware_gnss_poser |
Launch files
Messages
Services
Plugins
Recent questions tagged autoware_sensing_msgs at Robotics Stack Exchange
![]() |
autoware_sensing_msgs package from autoware_msgs repoautoware_common_msgs autoware_control_msgs autoware_localization_msgs autoware_map_msgs autoware_msgs autoware_perception_msgs autoware_planning_msgs autoware_sensing_msgs autoware_system_msgs autoware_v2x_msgs autoware_vehicle_msgs |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.9.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/autowarefoundation/autoware_msgs.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-06-18 |
Dev Status | DEVELOPED |
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
- Mete Fatih Cırıt
- Ryohsuke Mitsudome
- Yutaka Kondo
Authors
autoware_sensing_msgs
GNSS/INS sensor messages
Possible Data Types:
- Position
- Orientation
- Twist (Velocity)
- linear
- angular
- Accel
- linear
- angular
Position
For this information, you can use the NavSatFix message.
If the sensor provides MSL(Mean Sea Level) for altitude, you can use it for the altitude field.
-
sensor_msgs/NavSatFix
following fields are used:-
std_msgs/Header
header -
float64
latitude -
float64
longitude -
float64
altitude -
float64[9]
position_covariance
-
For detailed info about the east, north, up, see the Coordinate Axes Conventions.
Orientation
GnssInsOrientationStamped.msg
This message contains the GNSS-INS orientation information.
The orientation is represented by a quaternion.
If the sensor provides roll, pitch, yaw; you should convert it to quaternion.
For detailed info about the roll, pitch, yaw and rotation axes see the Coordinate Axes Conventions.
Velocity
For this information, you can use the TwistWithCovarianceStamped message.
Its structure is as follows:
-
geometry_msgs/TwistWithCovarianceStamped
following fields are used:-
std_msgs/Header
header -
geometry_msgs/TwistWithCovariance
twist-
geometry_msgs/Twist
twist-
geometry_msgs/Vector3
linear -
geometry_msgs/Vector3
angular
-
-
float64[36]
covariance
-
-
- The linear field contains the linear velocities in the x, y, z axes.
- The angular field contains the angular velocities in the x, y, z axes.
- The covariance matrix parameters are linear and angular velocities in order.
For detailed info about the covariance matrix RMSE? Variances? Covariance Matrix?.
Acceleration
For this information, you can use the AccelWithCovarianceStamped message.
Its structure is as follows:
-
geometry_msgs/AccelWithCovarianceStamped
following fields are used:-
std_msgs/Header
header -
geometry_msgs/AccelWithCovariance
accel-
geometry_msgs/Accel
accel-
geometry_msgs/Vector3
linear -
geometry_msgs/Vector3
angular
-
-
float64[36]
covariance
-
-
- The linear field contains the linear accelerations in the x, y, z axes.
- The angular field contains the angular accelerations in the x, y, z axes.
- The covariance matrix parameters are linear and angular accelerations in order.
For detailed info about the covariance matrix RMSE? Variances? Covariance Matrix?.
Design
Coordinate Frames
Frames used in Autoware are defined as follows:
flowchart LR
earth --> Map[map] --> base_link
base_link --> gnss_ins
base_link --> sensor_a
base_link --> sensor_b
File truncated at 100 lines see the full file
Changelog for package autoware_sensing_msgs
1.9.0 (2025-06-18)
1.8.0 (2025-05-21)
1.7.0 (2025-04-21)
- feat(autoware_sensing_msgs): implement the proposed universal radar messages (#120) Co-authored-by: Taekjin LEE <<technolojin@gmail.com>> Co-authored-by: Mete Fatih Cırıt <<xmfcx@users.noreply.github.com>>
- Contributors: Kenzo Lobos Tsunekawa
1.6.0 (2025-04-07)
1.5.0 (2025-04-02)
1.4.0 (2025-02-25)
- fix(autoware_msgs): fix links to issues in CHANGELOG.rst files (#108)
- Contributors: Esteve Fernandez
1.3.0 (2024-11-25)
1.2.0 (2024-10-01)
1.1.0 (2024-05-10)
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
ament_cmake_auto | |
rosidl_default_generators | |
rosidl_default_runtime | |
ament_lint_auto | |
ament_lint_common | |
geometry_msgs | |
std_msgs |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
autoware_msgs | |
autoware_gnss_poser |
Launch files
Messages
Services
Plugins
Recent questions tagged autoware_sensing_msgs at Robotics Stack Exchange
![]() |
autoware_sensing_msgs package from autoware_msgs repoautoware_common_msgs autoware_control_msgs autoware_localization_msgs autoware_map_msgs autoware_msgs autoware_perception_msgs autoware_planning_msgs autoware_sensing_msgs autoware_system_msgs autoware_v2x_msgs autoware_vehicle_msgs |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.9.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/autowarefoundation/autoware_msgs.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-06-18 |
Dev Status | DEVELOPED |
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
- Mete Fatih Cırıt
- Ryohsuke Mitsudome
- Yutaka Kondo
Authors
autoware_sensing_msgs
GNSS/INS sensor messages
Possible Data Types:
- Position
- Orientation
- Twist (Velocity)
- linear
- angular
- Accel
- linear
- angular
Position
For this information, you can use the NavSatFix message.
If the sensor provides MSL(Mean Sea Level) for altitude, you can use it for the altitude field.
-
sensor_msgs/NavSatFix
following fields are used:-
std_msgs/Header
header -
float64
latitude -
float64
longitude -
float64
altitude -
float64[9]
position_covariance
-
For detailed info about the east, north, up, see the Coordinate Axes Conventions.
Orientation
GnssInsOrientationStamped.msg
This message contains the GNSS-INS orientation information.
The orientation is represented by a quaternion.
If the sensor provides roll, pitch, yaw; you should convert it to quaternion.
For detailed info about the roll, pitch, yaw and rotation axes see the Coordinate Axes Conventions.
Velocity
For this information, you can use the TwistWithCovarianceStamped message.
Its structure is as follows:
-
geometry_msgs/TwistWithCovarianceStamped
following fields are used:-
std_msgs/Header
header -
geometry_msgs/TwistWithCovariance
twist-
geometry_msgs/Twist
twist-
geometry_msgs/Vector3
linear -
geometry_msgs/Vector3
angular
-
-
float64[36]
covariance
-
-
- The linear field contains the linear velocities in the x, y, z axes.
- The angular field contains the angular velocities in the x, y, z axes.
- The covariance matrix parameters are linear and angular velocities in order.
For detailed info about the covariance matrix RMSE? Variances? Covariance Matrix?.
Acceleration
For this information, you can use the AccelWithCovarianceStamped message.
Its structure is as follows:
-
geometry_msgs/AccelWithCovarianceStamped
following fields are used:-
std_msgs/Header
header -
geometry_msgs/AccelWithCovariance
accel-
geometry_msgs/Accel
accel-
geometry_msgs/Vector3
linear -
geometry_msgs/Vector3
angular
-
-
float64[36]
covariance
-
-
- The linear field contains the linear accelerations in the x, y, z axes.
- The angular field contains the angular accelerations in the x, y, z axes.
- The covariance matrix parameters are linear and angular accelerations in order.
For detailed info about the covariance matrix RMSE? Variances? Covariance Matrix?.
Design
Coordinate Frames
Frames used in Autoware are defined as follows:
flowchart LR
earth --> Map[map] --> base_link
base_link --> gnss_ins
base_link --> sensor_a
base_link --> sensor_b
File truncated at 100 lines see the full file
Changelog for package autoware_sensing_msgs
1.9.0 (2025-06-18)
1.8.0 (2025-05-21)
1.7.0 (2025-04-21)
- feat(autoware_sensing_msgs): implement the proposed universal radar messages (#120) Co-authored-by: Taekjin LEE <<technolojin@gmail.com>> Co-authored-by: Mete Fatih Cırıt <<xmfcx@users.noreply.github.com>>
- Contributors: Kenzo Lobos Tsunekawa
1.6.0 (2025-04-07)
1.5.0 (2025-04-02)
1.4.0 (2025-02-25)
- fix(autoware_msgs): fix links to issues in CHANGELOG.rst files (#108)
- Contributors: Esteve Fernandez
1.3.0 (2024-11-25)
1.2.0 (2024-10-01)
1.1.0 (2024-05-10)
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
ament_cmake_auto | |
rosidl_default_generators | |
rosidl_default_runtime | |
ament_lint_auto | |
ament_lint_common | |
geometry_msgs | |
std_msgs |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
autoware_msgs | |
autoware_gnss_poser |
Launch files
Messages
Services
Plugins
Recent questions tagged autoware_sensing_msgs at Robotics Stack Exchange
![]() |
autoware_sensing_msgs package from autoware_msgs repoautoware_common_msgs autoware_control_msgs autoware_localization_msgs autoware_map_msgs autoware_msgs autoware_perception_msgs autoware_planning_msgs autoware_sensing_msgs autoware_system_msgs autoware_v2x_msgs autoware_vehicle_msgs |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.9.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/autowarefoundation/autoware_msgs.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-06-18 |
Dev Status | DEVELOPED |
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
- Mete Fatih Cırıt
- Ryohsuke Mitsudome
- Yutaka Kondo
Authors
autoware_sensing_msgs
GNSS/INS sensor messages
Possible Data Types:
- Position
- Orientation
- Twist (Velocity)
- linear
- angular
- Accel
- linear
- angular
Position
For this information, you can use the NavSatFix message.
If the sensor provides MSL(Mean Sea Level) for altitude, you can use it for the altitude field.
-
sensor_msgs/NavSatFix
following fields are used:-
std_msgs/Header
header -
float64
latitude -
float64
longitude -
float64
altitude -
float64[9]
position_covariance
-
For detailed info about the east, north, up, see the Coordinate Axes Conventions.
Orientation
GnssInsOrientationStamped.msg
This message contains the GNSS-INS orientation information.
The orientation is represented by a quaternion.
If the sensor provides roll, pitch, yaw; you should convert it to quaternion.
For detailed info about the roll, pitch, yaw and rotation axes see the Coordinate Axes Conventions.
Velocity
For this information, you can use the TwistWithCovarianceStamped message.
Its structure is as follows:
-
geometry_msgs/TwistWithCovarianceStamped
following fields are used:-
std_msgs/Header
header -
geometry_msgs/TwistWithCovariance
twist-
geometry_msgs/Twist
twist-
geometry_msgs/Vector3
linear -
geometry_msgs/Vector3
angular
-
-
float64[36]
covariance
-
-
- The linear field contains the linear velocities in the x, y, z axes.
- The angular field contains the angular velocities in the x, y, z axes.
- The covariance matrix parameters are linear and angular velocities in order.
For detailed info about the covariance matrix RMSE? Variances? Covariance Matrix?.
Acceleration
For this information, you can use the AccelWithCovarianceStamped message.
Its structure is as follows:
-
geometry_msgs/AccelWithCovarianceStamped
following fields are used:-
std_msgs/Header
header -
geometry_msgs/AccelWithCovariance
accel-
geometry_msgs/Accel
accel-
geometry_msgs/Vector3
linear -
geometry_msgs/Vector3
angular
-
-
float64[36]
covariance
-
-
- The linear field contains the linear accelerations in the x, y, z axes.
- The angular field contains the angular accelerations in the x, y, z axes.
- The covariance matrix parameters are linear and angular accelerations in order.
For detailed info about the covariance matrix RMSE? Variances? Covariance Matrix?.
Design
Coordinate Frames
Frames used in Autoware are defined as follows:
flowchart LR
earth --> Map[map] --> base_link
base_link --> gnss_ins
base_link --> sensor_a
base_link --> sensor_b
File truncated at 100 lines see the full file
Changelog for package autoware_sensing_msgs
1.9.0 (2025-06-18)
1.8.0 (2025-05-21)
1.7.0 (2025-04-21)
- feat(autoware_sensing_msgs): implement the proposed universal radar messages (#120) Co-authored-by: Taekjin LEE <<technolojin@gmail.com>> Co-authored-by: Mete Fatih Cırıt <<xmfcx@users.noreply.github.com>>
- Contributors: Kenzo Lobos Tsunekawa
1.6.0 (2025-04-07)
1.5.0 (2025-04-02)
1.4.0 (2025-02-25)
- fix(autoware_msgs): fix links to issues in CHANGELOG.rst files (#108)
- Contributors: Esteve Fernandez
1.3.0 (2024-11-25)
1.2.0 (2024-10-01)
1.1.0 (2024-05-10)
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
ament_cmake_auto | |
rosidl_default_generators | |
rosidl_default_runtime | |
ament_lint_auto | |
ament_lint_common | |
geometry_msgs | |
std_msgs |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
autoware_msgs | |
autoware_gnss_poser |
Launch files
Messages
Services
Plugins
Recent questions tagged autoware_sensing_msgs at Robotics Stack Exchange
![]() |
autoware_sensing_msgs package from autoware_msgs repoautoware_common_msgs autoware_control_msgs autoware_localization_msgs autoware_map_msgs autoware_msgs autoware_perception_msgs autoware_planning_msgs autoware_sensing_msgs autoware_system_msgs autoware_v2x_msgs autoware_vehicle_msgs |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.9.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/autowarefoundation/autoware_msgs.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-06-18 |
Dev Status | DEVELOPED |
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
- Mete Fatih Cırıt
- Ryohsuke Mitsudome
- Yutaka Kondo
Authors
autoware_sensing_msgs
GNSS/INS sensor messages
Possible Data Types:
- Position
- Orientation
- Twist (Velocity)
- linear
- angular
- Accel
- linear
- angular
Position
For this information, you can use the NavSatFix message.
If the sensor provides MSL(Mean Sea Level) for altitude, you can use it for the altitude field.
-
sensor_msgs/NavSatFix
following fields are used:-
std_msgs/Header
header -
float64
latitude -
float64
longitude -
float64
altitude -
float64[9]
position_covariance
-
For detailed info about the east, north, up, see the Coordinate Axes Conventions.
Orientation
GnssInsOrientationStamped.msg
This message contains the GNSS-INS orientation information.
The orientation is represented by a quaternion.
If the sensor provides roll, pitch, yaw; you should convert it to quaternion.
For detailed info about the roll, pitch, yaw and rotation axes see the Coordinate Axes Conventions.
Velocity
For this information, you can use the TwistWithCovarianceStamped message.
Its structure is as follows:
-
geometry_msgs/TwistWithCovarianceStamped
following fields are used:-
std_msgs/Header
header -
geometry_msgs/TwistWithCovariance
twist-
geometry_msgs/Twist
twist-
geometry_msgs/Vector3
linear -
geometry_msgs/Vector3
angular
-
-
float64[36]
covariance
-
-
- The linear field contains the linear velocities in the x, y, z axes.
- The angular field contains the angular velocities in the x, y, z axes.
- The covariance matrix parameters are linear and angular velocities in order.
For detailed info about the covariance matrix RMSE? Variances? Covariance Matrix?.
Acceleration
For this information, you can use the AccelWithCovarianceStamped message.
Its structure is as follows:
-
geometry_msgs/AccelWithCovarianceStamped
following fields are used:-
std_msgs/Header
header -
geometry_msgs/AccelWithCovariance
accel-
geometry_msgs/Accel
accel-
geometry_msgs/Vector3
linear -
geometry_msgs/Vector3
angular
-
-
float64[36]
covariance
-
-
- The linear field contains the linear accelerations in the x, y, z axes.
- The angular field contains the angular accelerations in the x, y, z axes.
- The covariance matrix parameters are linear and angular accelerations in order.
For detailed info about the covariance matrix RMSE? Variances? Covariance Matrix?.
Design
Coordinate Frames
Frames used in Autoware are defined as follows:
flowchart LR
earth --> Map[map] --> base_link
base_link --> gnss_ins
base_link --> sensor_a
base_link --> sensor_b
File truncated at 100 lines see the full file
Changelog for package autoware_sensing_msgs
1.9.0 (2025-06-18)
1.8.0 (2025-05-21)
1.7.0 (2025-04-21)
- feat(autoware_sensing_msgs): implement the proposed universal radar messages (#120) Co-authored-by: Taekjin LEE <<technolojin@gmail.com>> Co-authored-by: Mete Fatih Cırıt <<xmfcx@users.noreply.github.com>>
- Contributors: Kenzo Lobos Tsunekawa
1.6.0 (2025-04-07)
1.5.0 (2025-04-02)
1.4.0 (2025-02-25)
- fix(autoware_msgs): fix links to issues in CHANGELOG.rst files (#108)
- Contributors: Esteve Fernandez
1.3.0 (2024-11-25)
1.2.0 (2024-10-01)
1.1.0 (2024-05-10)
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
ament_cmake_auto | |
rosidl_default_generators | |
rosidl_default_runtime | |
ament_lint_auto | |
ament_lint_common | |
geometry_msgs | |
std_msgs |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
autoware_msgs | |
autoware_gnss_poser |
Launch files
Messages
Services
Plugins
Recent questions tagged autoware_sensing_msgs at Robotics Stack Exchange
![]() |
autoware_sensing_msgs package from autoware_msgs repoautoware_common_msgs autoware_control_msgs autoware_localization_msgs autoware_map_msgs autoware_msgs autoware_perception_msgs autoware_planning_msgs autoware_sensing_msgs autoware_system_msgs autoware_v2x_msgs autoware_vehicle_msgs |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.9.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/autowarefoundation/autoware_msgs.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-06-18 |
Dev Status | DEVELOPED |
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
- Mete Fatih Cırıt
- Ryohsuke Mitsudome
- Yutaka Kondo
Authors
autoware_sensing_msgs
GNSS/INS sensor messages
Possible Data Types:
- Position
- Orientation
- Twist (Velocity)
- linear
- angular
- Accel
- linear
- angular
Position
For this information, you can use the NavSatFix message.
If the sensor provides MSL(Mean Sea Level) for altitude, you can use it for the altitude field.
-
sensor_msgs/NavSatFix
following fields are used:-
std_msgs/Header
header -
float64
latitude -
float64
longitude -
float64
altitude -
float64[9]
position_covariance
-
For detailed info about the east, north, up, see the Coordinate Axes Conventions.
Orientation
GnssInsOrientationStamped.msg
This message contains the GNSS-INS orientation information.
The orientation is represented by a quaternion.
If the sensor provides roll, pitch, yaw; you should convert it to quaternion.
For detailed info about the roll, pitch, yaw and rotation axes see the Coordinate Axes Conventions.
Velocity
For this information, you can use the TwistWithCovarianceStamped message.
Its structure is as follows:
-
geometry_msgs/TwistWithCovarianceStamped
following fields are used:-
std_msgs/Header
header -
geometry_msgs/TwistWithCovariance
twist-
geometry_msgs/Twist
twist-
geometry_msgs/Vector3
linear -
geometry_msgs/Vector3
angular
-
-
float64[36]
covariance
-
-
- The linear field contains the linear velocities in the x, y, z axes.
- The angular field contains the angular velocities in the x, y, z axes.
- The covariance matrix parameters are linear and angular velocities in order.
For detailed info about the covariance matrix RMSE? Variances? Covariance Matrix?.
Acceleration
For this information, you can use the AccelWithCovarianceStamped message.
Its structure is as follows:
-
geometry_msgs/AccelWithCovarianceStamped
following fields are used:-
std_msgs/Header
header -
geometry_msgs/AccelWithCovariance
accel-
geometry_msgs/Accel
accel-
geometry_msgs/Vector3
linear -
geometry_msgs/Vector3
angular
-
-
float64[36]
covariance
-
-
- The linear field contains the linear accelerations in the x, y, z axes.
- The angular field contains the angular accelerations in the x, y, z axes.
- The covariance matrix parameters are linear and angular accelerations in order.
For detailed info about the covariance matrix RMSE? Variances? Covariance Matrix?.
Design
Coordinate Frames
Frames used in Autoware are defined as follows:
flowchart LR
earth --> Map[map] --> base_link
base_link --> gnss_ins
base_link --> sensor_a
base_link --> sensor_b
File truncated at 100 lines see the full file
Changelog for package autoware_sensing_msgs
1.9.0 (2025-06-18)
1.8.0 (2025-05-21)
1.7.0 (2025-04-21)
- feat(autoware_sensing_msgs): implement the proposed universal radar messages (#120) Co-authored-by: Taekjin LEE <<technolojin@gmail.com>> Co-authored-by: Mete Fatih Cırıt <<xmfcx@users.noreply.github.com>>
- Contributors: Kenzo Lobos Tsunekawa
1.6.0 (2025-04-07)
1.5.0 (2025-04-02)
1.4.0 (2025-02-25)
- fix(autoware_msgs): fix links to issues in CHANGELOG.rst files (#108)
- Contributors: Esteve Fernandez
1.3.0 (2024-11-25)
1.2.0 (2024-10-01)
1.1.0 (2024-05-10)
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
ament_cmake_auto | |
rosidl_default_generators | |
rosidl_default_runtime | |
ament_lint_auto | |
ament_lint_common | |
geometry_msgs | |
std_msgs |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
autoware_msgs | |
autoware_gnss_poser |
Launch files
Messages
Services
Plugins
Recent questions tagged autoware_sensing_msgs at Robotics Stack Exchange
![]() |
autoware_sensing_msgs package from autoware_msgs repoautoware_common_msgs autoware_control_msgs autoware_localization_msgs autoware_map_msgs autoware_msgs autoware_perception_msgs autoware_planning_msgs autoware_sensing_msgs autoware_system_msgs autoware_v2x_msgs autoware_vehicle_msgs |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.9.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/autowarefoundation/autoware_msgs.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-06-18 |
Dev Status | DEVELOPED |
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
- Mete Fatih Cırıt
- Ryohsuke Mitsudome
- Yutaka Kondo
Authors
autoware_sensing_msgs
GNSS/INS sensor messages
Possible Data Types:
- Position
- Orientation
- Twist (Velocity)
- linear
- angular
- Accel
- linear
- angular
Position
For this information, you can use the NavSatFix message.
If the sensor provides MSL(Mean Sea Level) for altitude, you can use it for the altitude field.
-
sensor_msgs/NavSatFix
following fields are used:-
std_msgs/Header
header -
float64
latitude -
float64
longitude -
float64
altitude -
float64[9]
position_covariance
-
For detailed info about the east, north, up, see the Coordinate Axes Conventions.
Orientation
GnssInsOrientationStamped.msg
This message contains the GNSS-INS orientation information.
The orientation is represented by a quaternion.
If the sensor provides roll, pitch, yaw; you should convert it to quaternion.
For detailed info about the roll, pitch, yaw and rotation axes see the Coordinate Axes Conventions.
Velocity
For this information, you can use the TwistWithCovarianceStamped message.
Its structure is as follows:
-
geometry_msgs/TwistWithCovarianceStamped
following fields are used:-
std_msgs/Header
header -
geometry_msgs/TwistWithCovariance
twist-
geometry_msgs/Twist
twist-
geometry_msgs/Vector3
linear -
geometry_msgs/Vector3
angular
-
-
float64[36]
covariance
-
-
- The linear field contains the linear velocities in the x, y, z axes.
- The angular field contains the angular velocities in the x, y, z axes.
- The covariance matrix parameters are linear and angular velocities in order.
For detailed info about the covariance matrix RMSE? Variances? Covariance Matrix?.
Acceleration
For this information, you can use the AccelWithCovarianceStamped message.
Its structure is as follows:
-
geometry_msgs/AccelWithCovarianceStamped
following fields are used:-
std_msgs/Header
header -
geometry_msgs/AccelWithCovariance
accel-
geometry_msgs/Accel
accel-
geometry_msgs/Vector3
linear -
geometry_msgs/Vector3
angular
-
-
float64[36]
covariance
-
-
- The linear field contains the linear accelerations in the x, y, z axes.
- The angular field contains the angular accelerations in the x, y, z axes.
- The covariance matrix parameters are linear and angular accelerations in order.
For detailed info about the covariance matrix RMSE? Variances? Covariance Matrix?.
Design
Coordinate Frames
Frames used in Autoware are defined as follows:
flowchart LR
earth --> Map[map] --> base_link
base_link --> gnss_ins
base_link --> sensor_a
base_link --> sensor_b
File truncated at 100 lines see the full file
Changelog for package autoware_sensing_msgs
1.9.0 (2025-06-18)
1.8.0 (2025-05-21)
1.7.0 (2025-04-21)
- feat(autoware_sensing_msgs): implement the proposed universal radar messages (#120) Co-authored-by: Taekjin LEE <<technolojin@gmail.com>> Co-authored-by: Mete Fatih Cırıt <<xmfcx@users.noreply.github.com>>
- Contributors: Kenzo Lobos Tsunekawa
1.6.0 (2025-04-07)
1.5.0 (2025-04-02)
1.4.0 (2025-02-25)
- fix(autoware_msgs): fix links to issues in CHANGELOG.rst files (#108)
- Contributors: Esteve Fernandez
1.3.0 (2024-11-25)
1.2.0 (2024-10-01)
1.1.0 (2024-05-10)
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
ament_cmake_auto | |
rosidl_default_generators | |
rosidl_default_runtime | |
ament_lint_auto | |
ament_lint_common | |
geometry_msgs | |
std_msgs |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
autoware_msgs | |
autoware_gnss_poser |
Launch files
Messages
Services
Plugins
Recent questions tagged autoware_sensing_msgs at Robotics Stack Exchange
![]() |
autoware_sensing_msgs package from autoware_msgs repoautoware_common_msgs autoware_control_msgs autoware_localization_msgs autoware_map_msgs autoware_msgs autoware_perception_msgs autoware_planning_msgs autoware_sensing_msgs autoware_system_msgs autoware_v2x_msgs autoware_vehicle_msgs |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.9.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/autowarefoundation/autoware_msgs.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-06-18 |
Dev Status | DEVELOPED |
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
- Mete Fatih Cırıt
- Ryohsuke Mitsudome
- Yutaka Kondo
Authors
autoware_sensing_msgs
GNSS/INS sensor messages
Possible Data Types:
- Position
- Orientation
- Twist (Velocity)
- linear
- angular
- Accel
- linear
- angular
Position
For this information, you can use the NavSatFix message.
If the sensor provides MSL(Mean Sea Level) for altitude, you can use it for the altitude field.
-
sensor_msgs/NavSatFix
following fields are used:-
std_msgs/Header
header -
float64
latitude -
float64
longitude -
float64
altitude -
float64[9]
position_covariance
-
For detailed info about the east, north, up, see the Coordinate Axes Conventions.
Orientation
GnssInsOrientationStamped.msg
This message contains the GNSS-INS orientation information.
The orientation is represented by a quaternion.
If the sensor provides roll, pitch, yaw; you should convert it to quaternion.
For detailed info about the roll, pitch, yaw and rotation axes see the Coordinate Axes Conventions.
Velocity
For this information, you can use the TwistWithCovarianceStamped message.
Its structure is as follows:
-
geometry_msgs/TwistWithCovarianceStamped
following fields are used:-
std_msgs/Header
header -
geometry_msgs/TwistWithCovariance
twist-
geometry_msgs/Twist
twist-
geometry_msgs/Vector3
linear -
geometry_msgs/Vector3
angular
-
-
float64[36]
covariance
-
-
- The linear field contains the linear velocities in the x, y, z axes.
- The angular field contains the angular velocities in the x, y, z axes.
- The covariance matrix parameters are linear and angular velocities in order.
For detailed info about the covariance matrix RMSE? Variances? Covariance Matrix?.
Acceleration
For this information, you can use the AccelWithCovarianceStamped message.
Its structure is as follows:
-
geometry_msgs/AccelWithCovarianceStamped
following fields are used:-
std_msgs/Header
header -
geometry_msgs/AccelWithCovariance
accel-
geometry_msgs/Accel
accel-
geometry_msgs/Vector3
linear -
geometry_msgs/Vector3
angular
-
-
float64[36]
covariance
-
-
- The linear field contains the linear accelerations in the x, y, z axes.
- The angular field contains the angular accelerations in the x, y, z axes.
- The covariance matrix parameters are linear and angular accelerations in order.
For detailed info about the covariance matrix RMSE? Variances? Covariance Matrix?.
Design
Coordinate Frames
Frames used in Autoware are defined as follows:
flowchart LR
earth --> Map[map] --> base_link
base_link --> gnss_ins
base_link --> sensor_a
base_link --> sensor_b
File truncated at 100 lines see the full file
Changelog for package autoware_sensing_msgs
1.9.0 (2025-06-18)
1.8.0 (2025-05-21)
1.7.0 (2025-04-21)
- feat(autoware_sensing_msgs): implement the proposed universal radar messages (#120) Co-authored-by: Taekjin LEE <<technolojin@gmail.com>> Co-authored-by: Mete Fatih Cırıt <<xmfcx@users.noreply.github.com>>
- Contributors: Kenzo Lobos Tsunekawa
1.6.0 (2025-04-07)
1.5.0 (2025-04-02)
1.4.0 (2025-02-25)
- fix(autoware_msgs): fix links to issues in CHANGELOG.rst files (#108)
- Contributors: Esteve Fernandez
1.3.0 (2024-11-25)
1.2.0 (2024-10-01)
1.1.0 (2024-05-10)
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
ament_cmake_auto | |
rosidl_default_generators | |
rosidl_default_runtime | |
ament_lint_auto | |
ament_lint_common | |
geometry_msgs | |
std_msgs |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
autoware_msgs | |
autoware_gnss_poser |
Launch files
Messages
Services
Plugins
Recent questions tagged autoware_sensing_msgs at Robotics Stack Exchange
![]() |
autoware_sensing_msgs package from autoware_msgs repoautoware_common_msgs autoware_control_msgs autoware_localization_msgs autoware_map_msgs autoware_msgs autoware_perception_msgs autoware_planning_msgs autoware_sensing_msgs autoware_system_msgs autoware_v2x_msgs autoware_vehicle_msgs |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.9.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/autowarefoundation/autoware_msgs.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-06-18 |
Dev Status | DEVELOPED |
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
- Mete Fatih Cırıt
- Ryohsuke Mitsudome
- Yutaka Kondo
Authors
autoware_sensing_msgs
GNSS/INS sensor messages
Possible Data Types:
- Position
- Orientation
- Twist (Velocity)
- linear
- angular
- Accel
- linear
- angular
Position
For this information, you can use the NavSatFix message.
If the sensor provides MSL(Mean Sea Level) for altitude, you can use it for the altitude field.
-
sensor_msgs/NavSatFix
following fields are used:-
std_msgs/Header
header -
float64
latitude -
float64
longitude -
float64
altitude -
float64[9]
position_covariance
-
For detailed info about the east, north, up, see the Coordinate Axes Conventions.
Orientation
GnssInsOrientationStamped.msg
This message contains the GNSS-INS orientation information.
The orientation is represented by a quaternion.
If the sensor provides roll, pitch, yaw; you should convert it to quaternion.
For detailed info about the roll, pitch, yaw and rotation axes see the Coordinate Axes Conventions.
Velocity
For this information, you can use the TwistWithCovarianceStamped message.
Its structure is as follows:
-
geometry_msgs/TwistWithCovarianceStamped
following fields are used:-
std_msgs/Header
header -
geometry_msgs/TwistWithCovariance
twist-
geometry_msgs/Twist
twist-
geometry_msgs/Vector3
linear -
geometry_msgs/Vector3
angular
-
-
float64[36]
covariance
-
-
- The linear field contains the linear velocities in the x, y, z axes.
- The angular field contains the angular velocities in the x, y, z axes.
- The covariance matrix parameters are linear and angular velocities in order.
For detailed info about the covariance matrix RMSE? Variances? Covariance Matrix?.
Acceleration
For this information, you can use the AccelWithCovarianceStamped message.
Its structure is as follows:
-
geometry_msgs/AccelWithCovarianceStamped
following fields are used:-
std_msgs/Header
header -
geometry_msgs/AccelWithCovariance
accel-
geometry_msgs/Accel
accel-
geometry_msgs/Vector3
linear -
geometry_msgs/Vector3
angular
-
-
float64[36]
covariance
-
-
- The linear field contains the linear accelerations in the x, y, z axes.
- The angular field contains the angular accelerations in the x, y, z axes.
- The covariance matrix parameters are linear and angular accelerations in order.
For detailed info about the covariance matrix RMSE? Variances? Covariance Matrix?.
Design
Coordinate Frames
Frames used in Autoware are defined as follows:
flowchart LR
earth --> Map[map] --> base_link
base_link --> gnss_ins
base_link --> sensor_a
base_link --> sensor_b
File truncated at 100 lines see the full file
Changelog for package autoware_sensing_msgs
1.9.0 (2025-06-18)
1.8.0 (2025-05-21)
1.7.0 (2025-04-21)
- feat(autoware_sensing_msgs): implement the proposed universal radar messages (#120) Co-authored-by: Taekjin LEE <<technolojin@gmail.com>> Co-authored-by: Mete Fatih Cırıt <<xmfcx@users.noreply.github.com>>
- Contributors: Kenzo Lobos Tsunekawa
1.6.0 (2025-04-07)
1.5.0 (2025-04-02)
1.4.0 (2025-02-25)
- fix(autoware_msgs): fix links to issues in CHANGELOG.rst files (#108)
- Contributors: Esteve Fernandez
1.3.0 (2024-11-25)
1.2.0 (2024-10-01)
1.1.0 (2024-05-10)
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
ament_cmake_auto | |
rosidl_default_generators | |
rosidl_default_runtime | |
ament_lint_auto | |
ament_lint_common | |
geometry_msgs | |
std_msgs |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
autoware_msgs | |
autoware_gnss_poser |
Launch files
Messages
Services
Plugins
Recent questions tagged autoware_sensing_msgs at Robotics Stack Exchange
![]() |
autoware_sensing_msgs package from autoware_msgs repoautoware_common_msgs autoware_control_msgs autoware_localization_msgs autoware_map_msgs autoware_msgs autoware_perception_msgs autoware_planning_msgs autoware_sensing_msgs autoware_system_msgs autoware_v2x_msgs autoware_vehicle_msgs |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.9.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/autowarefoundation/autoware_msgs.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-06-18 |
Dev Status | DEVELOPED |
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
- Mete Fatih Cırıt
- Ryohsuke Mitsudome
- Yutaka Kondo
Authors
autoware_sensing_msgs
GNSS/INS sensor messages
Possible Data Types:
- Position
- Orientation
- Twist (Velocity)
- linear
- angular
- Accel
- linear
- angular
Position
For this information, you can use the NavSatFix message.
If the sensor provides MSL(Mean Sea Level) for altitude, you can use it for the altitude field.
-
sensor_msgs/NavSatFix
following fields are used:-
std_msgs/Header
header -
float64
latitude -
float64
longitude -
float64
altitude -
float64[9]
position_covariance
-
For detailed info about the east, north, up, see the Coordinate Axes Conventions.
Orientation
GnssInsOrientationStamped.msg
This message contains the GNSS-INS orientation information.
The orientation is represented by a quaternion.
If the sensor provides roll, pitch, yaw; you should convert it to quaternion.
For detailed info about the roll, pitch, yaw and rotation axes see the Coordinate Axes Conventions.
Velocity
For this information, you can use the TwistWithCovarianceStamped message.
Its structure is as follows:
-
geometry_msgs/TwistWithCovarianceStamped
following fields are used:-
std_msgs/Header
header -
geometry_msgs/TwistWithCovariance
twist-
geometry_msgs/Twist
twist-
geometry_msgs/Vector3
linear -
geometry_msgs/Vector3
angular
-
-
float64[36]
covariance
-
-
- The linear field contains the linear velocities in the x, y, z axes.
- The angular field contains the angular velocities in the x, y, z axes.
- The covariance matrix parameters are linear and angular velocities in order.
For detailed info about the covariance matrix RMSE? Variances? Covariance Matrix?.
Acceleration
For this information, you can use the AccelWithCovarianceStamped message.
Its structure is as follows:
-
geometry_msgs/AccelWithCovarianceStamped
following fields are used:-
std_msgs/Header
header -
geometry_msgs/AccelWithCovariance
accel-
geometry_msgs/Accel
accel-
geometry_msgs/Vector3
linear -
geometry_msgs/Vector3
angular
-
-
float64[36]
covariance
-
-
- The linear field contains the linear accelerations in the x, y, z axes.
- The angular field contains the angular accelerations in the x, y, z axes.
- The covariance matrix parameters are linear and angular accelerations in order.
For detailed info about the covariance matrix RMSE? Variances? Covariance Matrix?.
Design
Coordinate Frames
Frames used in Autoware are defined as follows:
flowchart LR
earth --> Map[map] --> base_link
base_link --> gnss_ins
base_link --> sensor_a
base_link --> sensor_b
File truncated at 100 lines see the full file
Changelog for package autoware_sensing_msgs
1.9.0 (2025-06-18)
1.8.0 (2025-05-21)
1.7.0 (2025-04-21)
- feat(autoware_sensing_msgs): implement the proposed universal radar messages (#120) Co-authored-by: Taekjin LEE <<technolojin@gmail.com>> Co-authored-by: Mete Fatih Cırıt <<xmfcx@users.noreply.github.com>>
- Contributors: Kenzo Lobos Tsunekawa
1.6.0 (2025-04-07)
1.5.0 (2025-04-02)
1.4.0 (2025-02-25)
- fix(autoware_msgs): fix links to issues in CHANGELOG.rst files (#108)
- Contributors: Esteve Fernandez
1.3.0 (2024-11-25)
1.2.0 (2024-10-01)
1.1.0 (2024-05-10)
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
ament_cmake_auto | |
rosidl_default_generators | |
rosidl_default_runtime | |
ament_lint_auto | |
ament_lint_common | |
geometry_msgs | |
std_msgs |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
autoware_msgs | |
autoware_gnss_poser |
Launch files
Messages
Services
Plugins
Recent questions tagged autoware_sensing_msgs at Robotics Stack Exchange
![]() |
autoware_sensing_msgs package from autoware_msgs repoautoware_common_msgs autoware_control_msgs autoware_localization_msgs autoware_map_msgs autoware_msgs autoware_perception_msgs autoware_planning_msgs autoware_sensing_msgs autoware_system_msgs autoware_v2x_msgs autoware_vehicle_msgs |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.9.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/autowarefoundation/autoware_msgs.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-06-18 |
Dev Status | DEVELOPED |
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
- Mete Fatih Cırıt
- Ryohsuke Mitsudome
- Yutaka Kondo
Authors
autoware_sensing_msgs
GNSS/INS sensor messages
Possible Data Types:
- Position
- Orientation
- Twist (Velocity)
- linear
- angular
- Accel
- linear
- angular
Position
For this information, you can use the NavSatFix message.
If the sensor provides MSL(Mean Sea Level) for altitude, you can use it for the altitude field.
-
sensor_msgs/NavSatFix
following fields are used:-
std_msgs/Header
header -
float64
latitude -
float64
longitude -
float64
altitude -
float64[9]
position_covariance
-
For detailed info about the east, north, up, see the Coordinate Axes Conventions.
Orientation
GnssInsOrientationStamped.msg
This message contains the GNSS-INS orientation information.
The orientation is represented by a quaternion.
If the sensor provides roll, pitch, yaw; you should convert it to quaternion.
For detailed info about the roll, pitch, yaw and rotation axes see the Coordinate Axes Conventions.
Velocity
For this information, you can use the TwistWithCovarianceStamped message.
Its structure is as follows:
-
geometry_msgs/TwistWithCovarianceStamped
following fields are used:-
std_msgs/Header
header -
geometry_msgs/TwistWithCovariance
twist-
geometry_msgs/Twist
twist-
geometry_msgs/Vector3
linear -
geometry_msgs/Vector3
angular
-
-
float64[36]
covariance
-
-
- The linear field contains the linear velocities in the x, y, z axes.
- The angular field contains the angular velocities in the x, y, z axes.
- The covariance matrix parameters are linear and angular velocities in order.
For detailed info about the covariance matrix RMSE? Variances? Covariance Matrix?.
Acceleration
For this information, you can use the AccelWithCovarianceStamped message.
Its structure is as follows:
-
geometry_msgs/AccelWithCovarianceStamped
following fields are used:-
std_msgs/Header
header -
geometry_msgs/AccelWithCovariance
accel-
geometry_msgs/Accel
accel-
geometry_msgs/Vector3
linear -
geometry_msgs/Vector3
angular
-
-
float64[36]
covariance
-
-
- The linear field contains the linear accelerations in the x, y, z axes.
- The angular field contains the angular accelerations in the x, y, z axes.
- The covariance matrix parameters are linear and angular accelerations in order.
For detailed info about the covariance matrix RMSE? Variances? Covariance Matrix?.
Design
Coordinate Frames
Frames used in Autoware are defined as follows:
flowchart LR
earth --> Map[map] --> base_link
base_link --> gnss_ins
base_link --> sensor_a
base_link --> sensor_b
File truncated at 100 lines see the full file
Changelog for package autoware_sensing_msgs
1.9.0 (2025-06-18)
1.8.0 (2025-05-21)
1.7.0 (2025-04-21)
- feat(autoware_sensing_msgs): implement the proposed universal radar messages (#120) Co-authored-by: Taekjin LEE <<technolojin@gmail.com>> Co-authored-by: Mete Fatih Cırıt <<xmfcx@users.noreply.github.com>>
- Contributors: Kenzo Lobos Tsunekawa
1.6.0 (2025-04-07)
1.5.0 (2025-04-02)
1.4.0 (2025-02-25)
- fix(autoware_msgs): fix links to issues in CHANGELOG.rst files (#108)
- Contributors: Esteve Fernandez
1.3.0 (2024-11-25)
1.2.0 (2024-10-01)
1.1.0 (2024-05-10)
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
ament_cmake_auto | |
rosidl_default_generators | |
rosidl_default_runtime | |
ament_lint_auto | |
ament_lint_common | |
geometry_msgs | |
std_msgs |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
autoware_msgs | |
autoware_gnss_poser |
Launch files
Messages
Services
Plugins
Recent questions tagged autoware_sensing_msgs at Robotics Stack Exchange
![]() |
autoware_sensing_msgs package from autoware_msgs repoautoware_common_msgs autoware_control_msgs autoware_localization_msgs autoware_map_msgs autoware_msgs autoware_perception_msgs autoware_planning_msgs autoware_sensing_msgs autoware_system_msgs autoware_v2x_msgs autoware_vehicle_msgs |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.9.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/autowarefoundation/autoware_msgs.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-06-18 |
Dev Status | DEVELOPED |
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
- Mete Fatih Cırıt
- Ryohsuke Mitsudome
- Yutaka Kondo
Authors
autoware_sensing_msgs
GNSS/INS sensor messages
Possible Data Types:
- Position
- Orientation
- Twist (Velocity)
- linear
- angular
- Accel
- linear
- angular
Position
For this information, you can use the NavSatFix message.
If the sensor provides MSL(Mean Sea Level) for altitude, you can use it for the altitude field.
-
sensor_msgs/NavSatFix
following fields are used:-
std_msgs/Header
header -
float64
latitude -
float64
longitude -
float64
altitude -
float64[9]
position_covariance
-
For detailed info about the east, north, up, see the Coordinate Axes Conventions.
Orientation
GnssInsOrientationStamped.msg
This message contains the GNSS-INS orientation information.
The orientation is represented by a quaternion.
If the sensor provides roll, pitch, yaw; you should convert it to quaternion.
For detailed info about the roll, pitch, yaw and rotation axes see the Coordinate Axes Conventions.
Velocity
For this information, you can use the TwistWithCovarianceStamped message.
Its structure is as follows:
-
geometry_msgs/TwistWithCovarianceStamped
following fields are used:-
std_msgs/Header
header -
geometry_msgs/TwistWithCovariance
twist-
geometry_msgs/Twist
twist-
geometry_msgs/Vector3
linear -
geometry_msgs/Vector3
angular
-
-
float64[36]
covariance
-
-
- The linear field contains the linear velocities in the x, y, z axes.
- The angular field contains the angular velocities in the x, y, z axes.
- The covariance matrix parameters are linear and angular velocities in order.
For detailed info about the covariance matrix RMSE? Variances? Covariance Matrix?.
Acceleration
For this information, you can use the AccelWithCovarianceStamped message.
Its structure is as follows:
-
geometry_msgs/AccelWithCovarianceStamped
following fields are used:-
std_msgs/Header
header -
geometry_msgs/AccelWithCovariance
accel-
geometry_msgs/Accel
accel-
geometry_msgs/Vector3
linear -
geometry_msgs/Vector3
angular
-
-
float64[36]
covariance
-
-
- The linear field contains the linear accelerations in the x, y, z axes.
- The angular field contains the angular accelerations in the x, y, z axes.
- The covariance matrix parameters are linear and angular accelerations in order.
For detailed info about the covariance matrix RMSE? Variances? Covariance Matrix?.
Design
Coordinate Frames
Frames used in Autoware are defined as follows:
flowchart LR
earth --> Map[map] --> base_link
base_link --> gnss_ins
base_link --> sensor_a
base_link --> sensor_b
File truncated at 100 lines see the full file
Changelog for package autoware_sensing_msgs
1.9.0 (2025-06-18)
1.8.0 (2025-05-21)
1.7.0 (2025-04-21)
- feat(autoware_sensing_msgs): implement the proposed universal radar messages (#120) Co-authored-by: Taekjin LEE <<technolojin@gmail.com>> Co-authored-by: Mete Fatih Cırıt <<xmfcx@users.noreply.github.com>>
- Contributors: Kenzo Lobos Tsunekawa
1.6.0 (2025-04-07)
1.5.0 (2025-04-02)
1.4.0 (2025-02-25)
- fix(autoware_msgs): fix links to issues in CHANGELOG.rst files (#108)
- Contributors: Esteve Fernandez
1.3.0 (2024-11-25)
1.2.0 (2024-10-01)
1.1.0 (2024-05-10)
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
ament_cmake_auto | |
rosidl_default_generators | |
rosidl_default_runtime | |
ament_lint_auto | |
ament_lint_common | |
geometry_msgs | |
std_msgs |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
autoware_msgs | |
autoware_gnss_poser |
Launch files
Messages
Services
Plugins
Recent questions tagged autoware_sensing_msgs at Robotics Stack Exchange
![]() |
autoware_sensing_msgs package from autoware_msgs repoautoware_common_msgs autoware_control_msgs autoware_localization_msgs autoware_map_msgs autoware_msgs autoware_perception_msgs autoware_planning_msgs autoware_sensing_msgs autoware_system_msgs autoware_v2x_msgs autoware_vehicle_msgs |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.9.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/autowarefoundation/autoware_msgs.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-06-18 |
Dev Status | DEVELOPED |
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
- Mete Fatih Cırıt
- Ryohsuke Mitsudome
- Yutaka Kondo
Authors
autoware_sensing_msgs
GNSS/INS sensor messages
Possible Data Types:
- Position
- Orientation
- Twist (Velocity)
- linear
- angular
- Accel
- linear
- angular
Position
For this information, you can use the NavSatFix message.
If the sensor provides MSL(Mean Sea Level) for altitude, you can use it for the altitude field.
-
sensor_msgs/NavSatFix
following fields are used:-
std_msgs/Header
header -
float64
latitude -
float64
longitude -
float64
altitude -
float64[9]
position_covariance
-
For detailed info about the east, north, up, see the Coordinate Axes Conventions.
Orientation
GnssInsOrientationStamped.msg
This message contains the GNSS-INS orientation information.
The orientation is represented by a quaternion.
If the sensor provides roll, pitch, yaw; you should convert it to quaternion.
For detailed info about the roll, pitch, yaw and rotation axes see the Coordinate Axes Conventions.
Velocity
For this information, you can use the TwistWithCovarianceStamped message.
Its structure is as follows:
-
geometry_msgs/TwistWithCovarianceStamped
following fields are used:-
std_msgs/Header
header -
geometry_msgs/TwistWithCovariance
twist-
geometry_msgs/Twist
twist-
geometry_msgs/Vector3
linear -
geometry_msgs/Vector3
angular
-
-
float64[36]
covariance
-
-
- The linear field contains the linear velocities in the x, y, z axes.
- The angular field contains the angular velocities in the x, y, z axes.
- The covariance matrix parameters are linear and angular velocities in order.
For detailed info about the covariance matrix RMSE? Variances? Covariance Matrix?.
Acceleration
For this information, you can use the AccelWithCovarianceStamped message.
Its structure is as follows:
-
geometry_msgs/AccelWithCovarianceStamped
following fields are used:-
std_msgs/Header
header -
geometry_msgs/AccelWithCovariance
accel-
geometry_msgs/Accel
accel-
geometry_msgs/Vector3
linear -
geometry_msgs/Vector3
angular
-
-
float64[36]
covariance
-
-
- The linear field contains the linear accelerations in the x, y, z axes.
- The angular field contains the angular accelerations in the x, y, z axes.
- The covariance matrix parameters are linear and angular accelerations in order.
For detailed info about the covariance matrix RMSE? Variances? Covariance Matrix?.
Design
Coordinate Frames
Frames used in Autoware are defined as follows:
flowchart LR
earth --> Map[map] --> base_link
base_link --> gnss_ins
base_link --> sensor_a
base_link --> sensor_b
File truncated at 100 lines see the full file
Changelog for package autoware_sensing_msgs
1.9.0 (2025-06-18)
1.8.0 (2025-05-21)
1.7.0 (2025-04-21)
- feat(autoware_sensing_msgs): implement the proposed universal radar messages (#120) Co-authored-by: Taekjin LEE <<technolojin@gmail.com>> Co-authored-by: Mete Fatih Cırıt <<xmfcx@users.noreply.github.com>>
- Contributors: Kenzo Lobos Tsunekawa
1.6.0 (2025-04-07)
1.5.0 (2025-04-02)
1.4.0 (2025-02-25)
- fix(autoware_msgs): fix links to issues in CHANGELOG.rst files (#108)
- Contributors: Esteve Fernandez
1.3.0 (2024-11-25)
1.2.0 (2024-10-01)
1.1.0 (2024-05-10)
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
ament_cmake_auto | |
rosidl_default_generators | |
rosidl_default_runtime | |
ament_lint_auto | |
ament_lint_common | |
geometry_msgs | |
std_msgs |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
autoware_msgs | |
autoware_gnss_poser |
Launch files
Messages
Services
Plugins
Recent questions tagged autoware_sensing_msgs at Robotics Stack Exchange
![]() |
autoware_sensing_msgs package from autoware_msgs repoautoware_common_msgs autoware_control_msgs autoware_localization_msgs autoware_map_msgs autoware_msgs autoware_perception_msgs autoware_planning_msgs autoware_sensing_msgs autoware_system_msgs autoware_v2x_msgs autoware_vehicle_msgs |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.9.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/autowarefoundation/autoware_msgs.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-06-18 |
Dev Status | DEVELOPED |
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
- Mete Fatih Cırıt
- Ryohsuke Mitsudome
- Yutaka Kondo
Authors
autoware_sensing_msgs
GNSS/INS sensor messages
Possible Data Types:
- Position
- Orientation
- Twist (Velocity)
- linear
- angular
- Accel
- linear
- angular
Position
For this information, you can use the NavSatFix message.
If the sensor provides MSL(Mean Sea Level) for altitude, you can use it for the altitude field.
-
sensor_msgs/NavSatFix
following fields are used:-
std_msgs/Header
header -
float64
latitude -
float64
longitude -
float64
altitude -
float64[9]
position_covariance
-
For detailed info about the east, north, up, see the Coordinate Axes Conventions.
Orientation
GnssInsOrientationStamped.msg
This message contains the GNSS-INS orientation information.
The orientation is represented by a quaternion.
If the sensor provides roll, pitch, yaw; you should convert it to quaternion.
For detailed info about the roll, pitch, yaw and rotation axes see the Coordinate Axes Conventions.
Velocity
For this information, you can use the TwistWithCovarianceStamped message.
Its structure is as follows:
-
geometry_msgs/TwistWithCovarianceStamped
following fields are used:-
std_msgs/Header
header -
geometry_msgs/TwistWithCovariance
twist-
geometry_msgs/Twist
twist-
geometry_msgs/Vector3
linear -
geometry_msgs/Vector3
angular
-
-
float64[36]
covariance
-
-
- The linear field contains the linear velocities in the x, y, z axes.
- The angular field contains the angular velocities in the x, y, z axes.
- The covariance matrix parameters are linear and angular velocities in order.
For detailed info about the covariance matrix RMSE? Variances? Covariance Matrix?.
Acceleration
For this information, you can use the AccelWithCovarianceStamped message.
Its structure is as follows:
-
geometry_msgs/AccelWithCovarianceStamped
following fields are used:-
std_msgs/Header
header -
geometry_msgs/AccelWithCovariance
accel-
geometry_msgs/Accel
accel-
geometry_msgs/Vector3
linear -
geometry_msgs/Vector3
angular
-
-
float64[36]
covariance
-
-
- The linear field contains the linear accelerations in the x, y, z axes.
- The angular field contains the angular accelerations in the x, y, z axes.
- The covariance matrix parameters are linear and angular accelerations in order.
For detailed info about the covariance matrix RMSE? Variances? Covariance Matrix?.
Design
Coordinate Frames
Frames used in Autoware are defined as follows:
flowchart LR
earth --> Map[map] --> base_link
base_link --> gnss_ins
base_link --> sensor_a
base_link --> sensor_b
File truncated at 100 lines see the full file
Changelog for package autoware_sensing_msgs
1.9.0 (2025-06-18)
1.8.0 (2025-05-21)
1.7.0 (2025-04-21)
- feat(autoware_sensing_msgs): implement the proposed universal radar messages (#120) Co-authored-by: Taekjin LEE <<technolojin@gmail.com>> Co-authored-by: Mete Fatih Cırıt <<xmfcx@users.noreply.github.com>>
- Contributors: Kenzo Lobos Tsunekawa
1.6.0 (2025-04-07)
1.5.0 (2025-04-02)
1.4.0 (2025-02-25)
- fix(autoware_msgs): fix links to issues in CHANGELOG.rst files (#108)
- Contributors: Esteve Fernandez
1.3.0 (2024-11-25)
1.2.0 (2024-10-01)
1.1.0 (2024-05-10)
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
ament_cmake_auto | |
rosidl_default_generators | |
rosidl_default_runtime | |
ament_lint_auto | |
ament_lint_common | |
geometry_msgs | |
std_msgs |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
autoware_msgs | |
autoware_gnss_poser |