usdot-fhwa-stol / carma-platform

CARMA Platform is built on robot operating system (ROS) and utilizes open source software (OSS) that enables Cooperative Driving Automation (CDA) features to allow Automated Driving Systems to interact and cooperate with infrastructure and other vehicles through communication. Doxygen Source Code Documentation :
https://usdot-fhwa-stol.github.io/documentation/carma-platform/
399 stars 122 forks source link

Support Lidar to GPS failover for truck demonstration #600

Closed msmcconnell closed 3 years ago

msmcconnell commented 4 years ago

Types of Issue

Descriptive summary

For the truck demonstration in May, the system must be able to continue operation for some time if the lidar fails. In this event it must switch to GPS for localization. However, this transition must be done safely and therefore a filter must be placed after the gnss_ndt_selector node.

Expected behavior

Lidar can be disengaged and vehicle does not stray more than 1 full lane width from its original line of travel.

Software version this applies to

3.3.0

msmcconnell commented 3 years ago

Resolved by above PRs