Added msgs intended for gui

This commit is contained in:
2025-03-10 15:19:35 +01:00
parent 8e42767533
commit 200c4fade5
3 changed files with 12 additions and 0 deletions

View File

@ -11,6 +11,8 @@ find_package(rosidl_default_generators REQUIRED)
rosidl_generate_interfaces(${PROJECT_NAME}
"msg/Point2d.msg"
"msg/TEdit.msg"
"msg/TEditCycle.msg"
"action/MoveStraight.action"
"action/MovePoint.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