Skip to content
Snippets Groups Projects
Commit 4998cf12 authored by Thomas VADEBOUT's avatar Thomas VADEBOUT
Browse files

Update SetServoPosition.srv

parent 07f6ea7a
No related branches found
No related tags found
No related merge requests found
Pipeline #457 passed with stages
in 2 minutes and 13 seconds
# Use a mask to selec the servo and it's angle
# LSB for left servo to MSB for right servo
# for example : 0b11011 means that all servos are UNFOLDED (1) and the middle one is FOLDED (0)
# 0b11011 = SERVO_OPEN_1 | SERVO_OPEN_2 | SERVO_OPEN_4 | SERVO_OPEN_5
uint8 SERVO_OPEN_1 = 1
uint8 SERVO_OPEN_2 = 2
uint8 SERVO_OPEN_3 = 4
uint8 SERVO_OPEN_4 = 8
uint8 SERVO_OPEN_5 = 16
uint8 servos_pos
---
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment