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 2 replies

Comment options

You must be logged in to vote
2 replies
@kminoda
Comment options

kminoda Apr 19, 2022
Collaborator Author

@yegor86
Comment options

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.
3 participants