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

Autoware sensing messages package.

Additional Links

No additional links.

Maintainers

  • Mete Fatih Cırıt
  • Ryohsuke Mitsudome
  • Yutaka Kondo

Authors

No additional 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

Changelog for package autoware_sensing_msgs

1.9.0 (2025-06-18)

1.8.0 (2025-05-21)

  • chore: fix email domain (#133)
  • chore: update maintainers (#132)
  • Contributors: Mete Fatih Cırıt

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)

  • chore: update [package.xml]{.title-ref} and fix [CMakeLists.txt]{.title-ref} (#91) update package.xml and fix cmakefiles
  • feat(sensing-messages): add sensing messages (#24)
    • feat(sensing-messages): add sensing messages
  • Contributors: M. Fatih Cırıt, Yutaka Kondo

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Services

No service files found

Plugins

No plugins found.

Recent questions tagged autoware_sensing_msgs at Robotics Stack Exchange

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

Autoware sensing messages package.

Additional Links

No additional links.

Maintainers

  • Mete Fatih Cırıt
  • Ryohsuke Mitsudome
  • Yutaka Kondo

Authors

No additional 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

Changelog for package autoware_sensing_msgs

1.9.0 (2025-06-18)

1.8.0 (2025-05-21)

  • chore: fix email domain (#133)
  • chore: update maintainers (#132)
  • Contributors: Mete Fatih Cırıt

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)

  • chore: update [package.xml]{.title-ref} and fix [CMakeLists.txt]{.title-ref} (#91) update package.xml and fix cmakefiles
  • feat(sensing-messages): add sensing messages (#24)
    • feat(sensing-messages): add sensing messages
  • Contributors: M. Fatih Cırıt, Yutaka Kondo

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Dependant Packages

Name Deps
autoware_msgs

Launch files

No launch files found

Services

No service files found

Plugins

No plugins found.

Recent questions tagged autoware_sensing_msgs at Robotics Stack Exchange

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

Autoware sensing messages package.

Additional Links

No additional links.

Maintainers

  • Mete Fatih Cırıt
  • Ryohsuke Mitsudome
  • Yutaka Kondo

Authors

No additional 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

Changelog for package autoware_sensing_msgs

1.9.0 (2025-06-18)

1.8.0 (2025-05-21)

  • chore: fix email domain (#133)
  • chore: update maintainers (#132)
  • Contributors: Mete Fatih Cırıt

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)

  • chore: update [package.xml]{.title-ref} and fix [CMakeLists.txt]{.title-ref} (#91) update package.xml and fix cmakefiles
  • feat(sensing-messages): add sensing messages (#24)
    • feat(sensing-messages): add sensing messages
  • Contributors: M. Fatih Cırıt, Yutaka Kondo

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Dependant Packages

Name Deps
autoware_msgs

Launch files

No launch files found

Services

No service files found

Plugins

No plugins found.

Recent questions tagged autoware_sensing_msgs at Robotics Stack Exchange

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

Autoware sensing messages package.

Additional Links

No additional links.

Maintainers

  • Mete Fatih Cırıt
  • Ryohsuke Mitsudome
  • Yutaka Kondo

Authors

No additional 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

Changelog for package autoware_sensing_msgs

1.9.0 (2025-06-18)

1.8.0 (2025-05-21)

  • chore: fix email domain (#133)
  • chore: update maintainers (#132)
  • Contributors: Mete Fatih Cırıt

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)

  • chore: update [package.xml]{.title-ref} and fix [CMakeLists.txt]{.title-ref} (#91) update package.xml and fix cmakefiles
  • feat(sensing-messages): add sensing messages (#24)
    • feat(sensing-messages): add sensing messages
  • Contributors: M. Fatih Cırıt, Yutaka Kondo

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Dependant Packages

Name Deps
autoware_msgs

Launch files

No launch files found

Services

No service files found

Plugins

No plugins found.

Recent questions tagged autoware_sensing_msgs at Robotics Stack Exchange

No version for distro ardent showing humble. Known supported distros are highlighted in the buttons above.

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

Autoware sensing messages package.

Additional Links

No additional links.

Maintainers

  • Mete Fatih Cırıt
  • Ryohsuke Mitsudome
  • Yutaka Kondo

Authors

No additional 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

Changelog for package autoware_sensing_msgs

1.9.0 (2025-06-18)

1.8.0 (2025-05-21)

  • chore: fix email domain (#133)
  • chore: update maintainers (#132)
  • Contributors: Mete Fatih Cırıt

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)

  • chore: update [package.xml]{.title-ref} and fix [CMakeLists.txt]{.title-ref} (#91) update package.xml and fix cmakefiles
  • feat(sensing-messages): add sensing messages (#24)
    • feat(sensing-messages): add sensing messages
  • Contributors: M. Fatih Cırıt, Yutaka Kondo

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Services

No service files found

Plugins

No plugins found.

Recent questions tagged autoware_sensing_msgs at Robotics Stack Exchange

No version for distro bouncy showing humble. Known supported distros are highlighted in the buttons above.

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

Autoware sensing messages package.

Additional Links

No additional links.

Maintainers

  • Mete Fatih Cırıt
  • Ryohsuke Mitsudome
  • Yutaka Kondo

Authors

No additional 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

Changelog for package autoware_sensing_msgs

1.9.0 (2025-06-18)

1.8.0 (2025-05-21)

  • chore: fix email domain (#133)
  • chore: update maintainers (#132)
  • Contributors: Mete Fatih Cırıt

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)

  • chore: update [package.xml]{.title-ref} and fix [CMakeLists.txt]{.title-ref} (#91) update package.xml and fix cmakefiles
  • feat(sensing-messages): add sensing messages (#24)
    • feat(sensing-messages): add sensing messages
  • Contributors: M. Fatih Cırıt, Yutaka Kondo

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Services

No service files found

Plugins

No plugins found.

Recent questions tagged autoware_sensing_msgs at Robotics Stack Exchange

No version for distro crystal showing humble. Known supported distros are highlighted in the buttons above.

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

Autoware sensing messages package.

Additional Links

No additional links.

Maintainers

  • Mete Fatih Cırıt
  • Ryohsuke Mitsudome
  • Yutaka Kondo

Authors

No additional 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

Changelog for package autoware_sensing_msgs

1.9.0 (2025-06-18)

1.8.0 (2025-05-21)

  • chore: fix email domain (#133)
  • chore: update maintainers (#132)
  • Contributors: Mete Fatih Cırıt

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)

  • chore: update [package.xml]{.title-ref} and fix [CMakeLists.txt]{.title-ref} (#91) update package.xml and fix cmakefiles
  • feat(sensing-messages): add sensing messages (#24)
    • feat(sensing-messages): add sensing messages
  • Contributors: M. Fatih Cırıt, Yutaka Kondo

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Services

No service files found

Plugins

No plugins found.

Recent questions tagged autoware_sensing_msgs at Robotics Stack Exchange

No version for distro eloquent showing humble. Known supported distros are highlighted in the buttons above.

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

Autoware sensing messages package.

Additional Links

No additional links.

Maintainers

  • Mete Fatih Cırıt
  • Ryohsuke Mitsudome
  • Yutaka Kondo

Authors

No additional 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

Changelog for package autoware_sensing_msgs

1.9.0 (2025-06-18)

1.8.0 (2025-05-21)

  • chore: fix email domain (#133)
  • chore: update maintainers (#132)
  • Contributors: Mete Fatih Cırıt

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)

  • chore: update [package.xml]{.title-ref} and fix [CMakeLists.txt]{.title-ref} (#91) update package.xml and fix cmakefiles
  • feat(sensing-messages): add sensing messages (#24)
    • feat(sensing-messages): add sensing messages
  • Contributors: M. Fatih Cırıt, Yutaka Kondo

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Services

No service files found

Plugins

No plugins found.

Recent questions tagged autoware_sensing_msgs at Robotics Stack Exchange

No version for distro dashing showing humble. Known supported distros are highlighted in the buttons above.

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

Autoware sensing messages package.

Additional Links

No additional links.

Maintainers

  • Mete Fatih Cırıt
  • Ryohsuke Mitsudome
  • Yutaka Kondo

Authors

No additional 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

Changelog for package autoware_sensing_msgs

1.9.0 (2025-06-18)

1.8.0 (2025-05-21)

  • chore: fix email domain (#133)
  • chore: update maintainers (#132)
  • Contributors: Mete Fatih Cırıt

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)

  • chore: update [package.xml]{.title-ref} and fix [CMakeLists.txt]{.title-ref} (#91) update package.xml and fix cmakefiles
  • feat(sensing-messages): add sensing messages (#24)
    • feat(sensing-messages): add sensing messages
  • Contributors: M. Fatih Cırıt, Yutaka Kondo

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Services

No service files found

Plugins

No plugins found.

Recent questions tagged autoware_sensing_msgs at Robotics Stack Exchange

No version for distro galactic showing humble. Known supported distros are highlighted in the buttons above.

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

Autoware sensing messages package.

Additional Links

No additional links.

Maintainers

  • Mete Fatih Cırıt
  • Ryohsuke Mitsudome
  • Yutaka Kondo

Authors

No additional 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

Changelog for package autoware_sensing_msgs

1.9.0 (2025-06-18)

1.8.0 (2025-05-21)

  • chore: fix email domain (#133)
  • chore: update maintainers (#132)
  • Contributors: Mete Fatih Cırıt

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)

  • chore: update [package.xml]{.title-ref} and fix [CMakeLists.txt]{.title-ref} (#91) update package.xml and fix cmakefiles
  • feat(sensing-messages): add sensing messages (#24)
    • feat(sensing-messages): add sensing messages
  • Contributors: M. Fatih Cırıt, Yutaka Kondo

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Services

No service files found

Plugins

No plugins found.

Recent questions tagged autoware_sensing_msgs at Robotics Stack Exchange

No version for distro foxy showing humble. Known supported distros are highlighted in the buttons above.

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

Autoware sensing messages package.

Additional Links

No additional links.

Maintainers

  • Mete Fatih Cırıt
  • Ryohsuke Mitsudome
  • Yutaka Kondo

Authors

No additional 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

Changelog for package autoware_sensing_msgs

1.9.0 (2025-06-18)

1.8.0 (2025-05-21)

  • chore: fix email domain (#133)
  • chore: update maintainers (#132)
  • Contributors: Mete Fatih Cırıt

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)

  • chore: update [package.xml]{.title-ref} and fix [CMakeLists.txt]{.title-ref} (#91) update package.xml and fix cmakefiles
  • feat(sensing-messages): add sensing messages (#24)
    • feat(sensing-messages): add sensing messages
  • Contributors: M. Fatih Cırıt, Yutaka Kondo

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Services

No service files found

Plugins

No plugins found.

Recent questions tagged autoware_sensing_msgs at Robotics Stack Exchange

No version for distro iron showing humble. Known supported distros are highlighted in the buttons above.

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

Autoware sensing messages package.

Additional Links

No additional links.

Maintainers

  • Mete Fatih Cırıt
  • Ryohsuke Mitsudome
  • Yutaka Kondo

Authors

No additional 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

Changelog for package autoware_sensing_msgs

1.9.0 (2025-06-18)

1.8.0 (2025-05-21)

  • chore: fix email domain (#133)
  • chore: update maintainers (#132)
  • Contributors: Mete Fatih Cırıt

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)

  • chore: update [package.xml]{.title-ref} and fix [CMakeLists.txt]{.title-ref} (#91) update package.xml and fix cmakefiles
  • feat(sensing-messages): add sensing messages (#24)
    • feat(sensing-messages): add sensing messages
  • Contributors: M. Fatih Cırıt, Yutaka Kondo

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Services

No service files found

Plugins

No plugins found.

Recent questions tagged autoware_sensing_msgs at Robotics Stack Exchange

No version for distro lunar showing humble. Known supported distros are highlighted in the buttons above.

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

Autoware sensing messages package.

Additional Links

No additional links.

Maintainers

  • Mete Fatih Cırıt
  • Ryohsuke Mitsudome
  • Yutaka Kondo

Authors

No additional 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

Changelog for package autoware_sensing_msgs

1.9.0 (2025-06-18)

1.8.0 (2025-05-21)

  • chore: fix email domain (#133)
  • chore: update maintainers (#132)
  • Contributors: Mete Fatih Cırıt

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)

  • chore: update [package.xml]{.title-ref} and fix [CMakeLists.txt]{.title-ref} (#91) update package.xml and fix cmakefiles
  • feat(sensing-messages): add sensing messages (#24)
    • feat(sensing-messages): add sensing messages
  • Contributors: M. Fatih Cırıt, Yutaka Kondo

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Services

No service files found

Plugins

No plugins found.

Recent questions tagged autoware_sensing_msgs at Robotics Stack Exchange

No version for distro jade showing humble. Known supported distros are highlighted in the buttons above.

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

Autoware sensing messages package.

Additional Links

No additional links.

Maintainers

  • Mete Fatih Cırıt
  • Ryohsuke Mitsudome
  • Yutaka Kondo

Authors

No additional 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

Changelog for package autoware_sensing_msgs

1.9.0 (2025-06-18)

1.8.0 (2025-05-21)

  • chore: fix email domain (#133)
  • chore: update maintainers (#132)
  • Contributors: Mete Fatih Cırıt

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)

  • chore: update [package.xml]{.title-ref} and fix [CMakeLists.txt]{.title-ref} (#91) update package.xml and fix cmakefiles
  • feat(sensing-messages): add sensing messages (#24)
    • feat(sensing-messages): add sensing messages
  • Contributors: M. Fatih Cırıt, Yutaka Kondo

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Services

No service files found

Plugins

No plugins found.

Recent questions tagged autoware_sensing_msgs at Robotics Stack Exchange

No version for distro indigo showing humble. Known supported distros are highlighted in the buttons above.

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

Autoware sensing messages package.

Additional Links

No additional links.

Maintainers

  • Mete Fatih Cırıt
  • Ryohsuke Mitsudome
  • Yutaka Kondo

Authors

No additional 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

Changelog for package autoware_sensing_msgs

1.9.0 (2025-06-18)

1.8.0 (2025-05-21)

  • chore: fix email domain (#133)
  • chore: update maintainers (#132)
  • Contributors: Mete Fatih Cırıt

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)

  • chore: update [package.xml]{.title-ref} and fix [CMakeLists.txt]{.title-ref} (#91) update package.xml and fix cmakefiles
  • feat(sensing-messages): add sensing messages (#24)
    • feat(sensing-messages): add sensing messages
  • Contributors: M. Fatih Cırıt, Yutaka Kondo

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Services

No service files found

Plugins

No plugins found.

Recent questions tagged autoware_sensing_msgs at Robotics Stack Exchange

No version for distro hydro showing humble. Known supported distros are highlighted in the buttons above.

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

Autoware sensing messages package.

Additional Links

No additional links.

Maintainers

  • Mete Fatih Cırıt
  • Ryohsuke Mitsudome
  • Yutaka Kondo

Authors

No additional 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

Changelog for package autoware_sensing_msgs

1.9.0 (2025-06-18)

1.8.0 (2025-05-21)

  • chore: fix email domain (#133)
  • chore: update maintainers (#132)
  • Contributors: Mete Fatih Cırıt

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)

  • chore: update [package.xml]{.title-ref} and fix [CMakeLists.txt]{.title-ref} (#91) update package.xml and fix cmakefiles
  • feat(sensing-messages): add sensing messages (#24)
    • feat(sensing-messages): add sensing messages
  • Contributors: M. Fatih Cırıt, Yutaka Kondo

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Services

No service files found

Plugins

No plugins found.

Recent questions tagged autoware_sensing_msgs at Robotics Stack Exchange

No version for distro kinetic showing humble. Known supported distros are highlighted in the buttons above.

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

Autoware sensing messages package.

Additional Links

No additional links.

Maintainers

  • Mete Fatih Cırıt
  • Ryohsuke Mitsudome
  • Yutaka Kondo

Authors

No additional 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

Changelog for package autoware_sensing_msgs

1.9.0 (2025-06-18)

1.8.0 (2025-05-21)

  • chore: fix email domain (#133)
  • chore: update maintainers (#132)
  • Contributors: Mete Fatih Cırıt

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)

  • chore: update [package.xml]{.title-ref} and fix [CMakeLists.txt]{.title-ref} (#91) update package.xml and fix cmakefiles
  • feat(sensing-messages): add sensing messages (#24)
    • feat(sensing-messages): add sensing messages
  • Contributors: M. Fatih Cırıt, Yutaka Kondo

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Services

No service files found

Plugins

No plugins found.

Recent questions tagged autoware_sensing_msgs at Robotics Stack Exchange

No version for distro melodic showing humble. Known supported distros are highlighted in the buttons above.

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

Autoware sensing messages package.

Additional Links

No additional links.

Maintainers

  • Mete Fatih Cırıt
  • Ryohsuke Mitsudome
  • Yutaka Kondo

Authors

No additional 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

Changelog for package autoware_sensing_msgs

1.9.0 (2025-06-18)

1.8.0 (2025-05-21)

  • chore: fix email domain (#133)
  • chore: update maintainers (#132)
  • Contributors: Mete Fatih Cırıt

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)

  • chore: update [package.xml]{.title-ref} and fix [CMakeLists.txt]{.title-ref} (#91) update package.xml and fix cmakefiles
  • feat(sensing-messages): add sensing messages (#24)
    • feat(sensing-messages): add sensing messages
  • Contributors: M. Fatih Cırıt, Yutaka Kondo

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Services

No service files found

Plugins

No plugins found.

Recent questions tagged autoware_sensing_msgs at Robotics Stack Exchange

No version for distro noetic showing humble. Known supported distros are highlighted in the buttons above.

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

Autoware sensing messages package.

Additional Links

No additional links.

Maintainers

  • Mete Fatih Cırıt
  • Ryohsuke Mitsudome
  • Yutaka Kondo

Authors

No additional 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

Changelog for package autoware_sensing_msgs

1.9.0 (2025-06-18)

1.8.0 (2025-05-21)

  • chore: fix email domain (#133)
  • chore: update maintainers (#132)
  • Contributors: Mete Fatih Cırıt

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)

  • chore: update [package.xml]{.title-ref} and fix [CMakeLists.txt]{.title-ref} (#91) update package.xml and fix cmakefiles
  • feat(sensing-messages): add sensing messages (#24)
    • feat(sensing-messages): add sensing messages
  • Contributors: M. Fatih Cırıt, Yutaka Kondo

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Services

No service files found

Plugins

No plugins found.

Recent questions tagged autoware_sensing_msgs at Robotics Stack Exchange