Add global path planner #12

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

View File

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

4
mg_msgs/msg/TEdit.msg Normal file
View File

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

View File

@ -0,0 +1,6 @@
mg_msgs/TEdit[<=100] modifications
mg_msgs/Point2d[<=100] new_points
bool DELETE=1
bool ADD=0