Simulation environment state monitor node added for detect models placement without sensors

This commit is contained in:
Roman Andrianov 2022-03-11 16:36:05 +00:00 committed by Splinter1984
parent dd9f004d60
commit c851c61e54
75 changed files with 1984 additions and 3559 deletions

View file

@ -95,7 +95,6 @@ namespace component_state_monitor
return;
}
_frame_name = input.at("label");
_placement = construct_pose(input.at("placement"));
auto grasp_poses = input.at("features").at("grasp-poses");