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

This reverts commit c851c61e54.
This commit is contained in:
Splinter1984 2022-03-21 02:08:45 +08:00
parent c851c61e54
commit 0495bc4dcd
75 changed files with 3558 additions and 1983 deletions

View file

@ -95,6 +95,7 @@ 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");