Skip to content

What are the requirements for sensor configuration in using Autoware? #2529

Answered by aohsato
kminoda asked this question in Q&A
Discussion options

You must be logged in to vote

@kminoda
Thanks for your question!
Unfortunately, there is no documentation about the whole sensing policy just for now. 🤕

The sensing policy around the localization module is as follows.

LiDAR pointcloud ( sensor_msgs/PointCloud2 ) is mandatory.
https://github.com/autowarefoundation/autoware.universe/tree/main/localization/ndt_scan_matcher

Vehicle Twist ( geometry_msgs/TwistWithCovarianceStamped ) is mandatory.
https://github.com/autowarefoundation/autoware.universe/tree/main/localization/ekf_localizer

IMU ( sensor_msgs/Imu ) is not mandatory, but it can be used with gyro_odometer to improve the accuracy of Vehicle Twist.
https://github.com/autowarefoundation/autoware.universe/tree/main/…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@kminoda
Comment options

kminoda Apr 19, 2022
Collaborator Author

Answer selected by kminoda
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
component:localization Vehicle's position determination in its environment. component:sensing Data acquisition from sensors, drivers, preprocessing.
2 participants