Added msgs intended for gui
This commit is contained in:
@ -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
4
mg_msgs/msg/TEdit.msg
Normal file
@ -0,0 +1,4 @@
|
||||
|
||||
uint8 type
|
||||
uint16 idx
|
||||
uint16 idy
|
||||
6
mg_msgs/msg/TEditCycle.msg
Normal file
6
mg_msgs/msg/TEditCycle.msg
Normal file
@ -0,0 +1,6 @@
|
||||
|
||||
mg_msgs/TEdit[<=100] modifications
|
||||
mg_msgs/Point2d[<=100] new_points
|
||||
|
||||
bool DELETE=1
|
||||
bool ADD=0
|
||||
Reference in New Issue
Block a user