openpilot1/selfdrive/car
FrogAi 19b62e3bdc Visuals - Custom Onroad UI - Pedals Being Pressed
Display the brake and gas pedals on the onroad UI below the steering wheel icon.
2024-08-06 15:21:37 -07:00
..
body Vehicles - Disable openpilot Longitudinal Control 2024-08-06 15:21:36 -07:00
chrysler Visuals - Custom Onroad UI - Pedals Being Pressed 2024-08-06 15:21:37 -07:00
ford Vehicles - Disable openpilot Longitudinal Control 2024-08-06 15:21:36 -07:00
gm Vehicles - GM - Long Pitch Compensation 2024-08-06 15:21:36 -07:00
honda Visuals - Custom Onroad UI - Pedals Being Pressed 2024-08-06 15:21:37 -07:00
hyundai Visuals - Custom Onroad UI - Pedals Being Pressed 2024-08-06 15:21:37 -07:00
mazda Vehicles - Disable openpilot Longitudinal Control 2024-08-06 15:21:36 -07:00
mock Vehicles - Disable openpilot Longitudinal Control 2024-08-06 15:21:36 -07:00
nissan Vehicles - Disable openpilot Longitudinal Control 2024-08-06 15:21:36 -07:00
subaru Visuals - Custom Onroad UI - Pedals Being Pressed 2024-08-06 15:21:37 -07:00
tesla Vehicles - Disable openpilot Longitudinal Control 2024-08-06 15:21:36 -07:00
tests FrogPilot features - Add back comma pedal support 2024-08-06 15:20:05 -07:00
torque_data Controls - Lateral Tuning - NNFF 2024-08-06 15:21:32 -07:00
toyota Visuals - Custom Onroad UI - Pedals Being Pressed 2024-08-06 15:21:37 -07:00
volkswagen Visuals - Custom Onroad UI - Pedals Being Pressed 2024-08-06 15:21:37 -07:00
CARS_template.md openpilot v0.9.7 release 2024-07-24 10:32:22 -07:00
README.md openpilot v0.9.7 release 2024-07-24 10:32:22 -07:00
__init__.py OPGM - Pedal interceptor longitudinal control 2024-08-02 14:40:45 -07:00
car_helpers.py Vehicles - Force Fingerprint 2024-08-06 15:21:36 -07:00
card.py Vehicles - Disable openpilot Longitudinal Control 2024-08-06 15:21:36 -07:00
disable_ecu.py openpilot v0.9.7 release 2024-07-24 10:32:22 -07:00
docs.py openpilot v0.9.7 release 2024-07-24 10:32:22 -07:00
docs_definitions.py openpilot v0.9.7 release 2024-07-24 10:32:22 -07:00
ecu_addrs.py openpilot v0.9.7 release 2024-07-24 10:32:22 -07:00
fingerprints.py openpilot v0.9.7 release 2024-07-24 10:32:22 -07:00
fw_query_definitions.py openpilot v0.9.7 release 2024-07-24 10:32:22 -07:00
fw_versions.py openpilot v0.9.7 release 2024-07-24 10:32:22 -07:00
interfaces.py Vehicles - Disable openpilot Longitudinal Control 2024-08-06 15:21:36 -07:00
isotp_parallel_query.py openpilot v0.9.7 release 2024-07-24 10:32:22 -07:00
values.py openpilot v0.9.7 release 2024-07-24 10:32:22 -07:00
vin.py openpilot v0.9.7 release 2024-07-24 10:32:22 -07:00

README.md

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