Motion planner (MoveIt) and Task planner (Plansys) integration

This commit is contained in:
Roman Andrianov 2023-04-30 11:46:52 +00:00 committed by Igor Brylyov
parent 0a735b87c9
commit 000ddb4831
43 changed files with 1402 additions and 379 deletions

View file

@ -1,18 +1,12 @@
NODES = {
--[[
talker_node = {
name = "talker",
type = "Publisher",
msg_type = "std_msgs/String",
},
service_node = {
name = "add_two_ints",
type = "Service",
msg_type = "example_interfaces/AddTwoInts"
},]]--
camera_node = {
name = "camera_node",
type = "Publisher",
msg_type = "sensor_msgs/Image"
},
scene_component = {
name = "scene_component",
type = "Service",
msg_type = "component_interfaces/DetectObject"
},
}