Skip to content
Snippets Groups Projects
Commit 87f342f0 authored by Sergi Hernandez's avatar Sergi Hernandez
Browse files

Merge branch 'development' of...

Merge branch 'development' of https://gitlab.iri.upc.edu/mobile_robotics/adc/adc_2021/iri_adc_msgs into development
parents 1aeb3960 e71ddaac
No related branches found
No related tags found
1 merge request!6Added a service to set the car lights.
uint8 CAR_OFF = 0
uint8 CAR_NORMAL_DRIVE = 1
uint8 CAR_BRAKE = 2
uint8 CAR_TURN_LEFT = 3
uint8 CAR_TURN_RIGHT = 4
uint8 CAR_PARKED = 5
uint8 CAR_EMERGENCY = 6
uint8 CAR_AMBULANCE = 7
uint8 CAR_CHARGING = 8
uint8 lights
---
uint8 SEM_OFF = 0
uint8 SEM_RED = 1
uint8 SEM_GREEN = 2
uint8 SEM_ORANGE_BLINK = 3
uint8 color
---
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment