Add global path planner #12

Merged
Pimpest merged 5 commits from global-planner into main 2025-04-27 15:48:11 +00:00
22 changed files with 696 additions and 0 deletions
Showing only changes of commit d171734de6 - Show all commits

View File

@ -12,8 +12,6 @@ find_package(rosidl_default_generators REQUIRED)
rosidl_generate_interfaces(${PROJECT_NAME}
"msg/Path.msg"
"msg/Point2d.msg"
"msg/TEdit.msg"
"msg/TEditCycle.msg"
"action/MoveGlobal.action"
"action/MoveStraight.action"
"action/MovePoint.action"

View File

@ -1,4 +0,0 @@
uint8 type
uint16 idx
uint16 idy

View File

@ -1,8 +0,0 @@
mg_msgs/TEdit[100] modifications
mg_msgs/Point2d[100] new_points
uint8 cmodifications 0
uint8 cnew_points 0
uint8 DELETE=1
uint8 ADD=0