Skip to content
Snippets Groups Projects
Commit 3091ae31 authored by Charles Javerliat's avatar Charles Javerliat
Browse files

Remove setMode service

parent d18bd519
No related branches found
No related tags found
No related merge requests found
Pipeline #441 failed with stages
in 22 seconds
# Calibration mode is used to set linear velocity for
# each wheel individually for calibrating the PID
uint8 MODE_CALIBRATION = 1
# Normal mode is used for sending regular cmd_vel with linear
# and angular velocity for the robot as a whole.
uint8 MODE_NORMAL = 2
uint8 mode
---
bool success
string message
\ No newline at end of file
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