Add aditional services to mg_odometry for easier callibration #2

Merged
Pimpest merged 8 commits from odometry-calib into main 2025-03-10 11:45:41 +00:00
6 changed files with 76 additions and 0 deletions
Showing only changes of commit 5e2cc0b5af - Show all commits

View File

@ -14,6 +14,7 @@ rosidl_generate_interfaces(${PROJECT_NAME}
"action/MoveStraight.action"
"action/MovePoint.action"
"action/LookAt.action"
"action/Rotate.action"
"srv/SetWidth.srv"
)

View File

@ -0,0 +1,25 @@
float64 angle
float64 step 0.01
float64 tolerance 0.001
float64 max_wheel_speed 3
float64 max_angular 3.14
float64 max_vel 2
float64 pos_mult 15
float64 ornt_mult 4
float64 t_ornt_mult 0.1
float64 obst_mult_a -5
float64 obst_mult_b -30
float64 obst_mult_c -9
string[] ignore_tags []
---
uint8 SUCCESS=0
uint8 BLOCKED=1
uint8 TIMEOUT=2
uint8 MISALIGNED=3
uint8 UNKNOWN=254
uint8 error
---
float64 distance_passed