Files
StarPilot/selfdrive/car
FrogAi 9398b76ace Speed limit controller
Added toggle to control the cruise set speed according to speed limit supplied by OSM, NOO, or the vehicle itself.

Co-Authored-By: Jacob Pfeifer <jacob@pfeifer.dev>
Co-Authored-By: Efini <19368997+efini@users.noreply.github.com>
Co-Authored-By: Kumar <36933347+rav4kumar@users.noreply.github.com>
Co-Authored-By: multikyd <72329880+multikyd@users.noreply.github.com>
2024-05-01 13:13:49 -07:00
..
2024-04-30 17:03:04 -07:00
2024-05-01 13:13:49 -07:00
2024-04-30 17:07:04 -07:00
2024-04-18 18:09:21 -07:00
2024-04-30 17:03:06 -07:00
2024-05-01 13:13:49 -07:00
2024-04-18 18:09:21 -07:00
2024-04-30 17:07:05 -07:00
2024-04-30 17:03:00 -07:00
2024-04-18 18:09:21 -07:00
2024-04-18 18:09:21 -07:00
2024-04-18 18:09:21 -07:00
2024-04-18 18:09:21 -07:00
2024-04-18 18:09:21 -07:00
2024-04-18 18:09:21 -07:00
2024-04-18 18:09:21 -07:00
2024-05-01 13:13:49 -07:00
2024-04-18 18:09:21 -07:00
2024-04-18 18:09:21 -07:00
2024-04-18 18:09:21 -07:00

Car port structure

interface.py

Generic interface to send and receive messages from CAN (controlsd uses this to communicate with car)

fingerprints.py

Fingerprints for matching to a specific car

carcontroller.py

Builds CAN messages to send to car

carstate.py

Reads CAN from car and builds openpilot CarState message

values.py

Limits for actuation, general constants for cars, and supported car documentation

radar_interface.py

Interface for parsing radar points from the car