Skip to content

Commit

Permalink
Update service documentation (commaai#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
pevdh authored Mar 31, 2020
1 parent 8f13dfc commit 35040fe
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions service_list.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,19 +103,31 @@ testJoystick: [8056, false, 0.]
# gpsd -- publishes EON's gps
# publishes: gpsNMEA

# visiond -- talks to the cameras, runs the model, saves the videos
# publishes: frame, model, driverMonitoring, cameraOdometry, thumbnail
# camerad -- publishes camera frames
# publishes: frame, frontFrame, thumbnail
# subscribes: driverState

# dmonitoringmodeld -- runs face detection on camera frames
# publishes: driverState

# **** stateful data transformers ****

# modeld -- runs & publishes the model
# publishes: model, cameraOdometry
# subscribes: liveCalibration, pathPlan

# plannerd -- decides where to drive the car
# subscribes: carState, model, radarState, controlsState, liveParameters
# publishes: plan, pathPlan, liveMpc, liveLongitudinalMpc

# controlsd -- drives the car by sending CAN messages to panda
# subscribes: can, thermal, health, plan, pathPlan, driverMonitoring, liveCalibration
# subscribes: can, thermal, health, plan, pathPlan, dMonitoringState, liveCalibration, model
# publishes: carState, carControl, sendcan, controlsState, carEvents, carParams

# dmonitoringd -- processes driver monitoring data and publishes driver awareness
# subscribes: driverState, liveCalibration, carState, model, gpsLocation
# publishes: dMonitoringState

# radard -- processes the radar and vision data
# subscribes: can, controlsState, model, liveParameters
# publishes: radarState, liveTracks
Expand Down

0 comments on commit 35040fe

Please sign in to comment.