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

Add SetMode.srv

parent e46a9787
No related branches found
No related tags found
No related merge requests found
Pipeline #435 passed with stages
in 2 minutes and 6 seconds
build/ build/
devel/ devel/
generated/ generated/
\ No newline at end of file .vscode
\ No newline at end of file
...@@ -30,6 +30,7 @@ add_service_files( ...@@ -30,6 +30,7 @@ add_service_files(
FILES FILES
SetPose.srv SetPose.srv
SetPidGains.srv SetPidGains.srv
SetMode.srv
) )
## Generate actions in the 'action' folder ## Generate actions in the 'action' folder
......
# 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
\ 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