6 from py_binding_tools
import roscpp_init
10 roscpp_init(
"mtc_tutorial")
15 task.name =
"fixed state"
20 planningScene = PlanningScene(task.getRobotModel())
23 fixedState = stages.FixedState(
"fixed state")
24 fixedState.setState(planningScene)
31 task.publish(task.solutions[0])