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
4 changed files with 10 additions and 0 deletions
Showing only changes of commit f973dfc9d8 - Show all commits

View File

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

2
mg_msgs/srv/SetWidth.srv Normal file
View File

@ -0,0 +1,2 @@
float64 width
---