controlers=[]
is misleading in doc/examples/motion_planning_python_api/motion_planning_python_api_tutorial.rst?
#902
Labels
enhancement
New feature or request
Description
doc/examples/motion_planning_python_api/motion_planning_python_api_tutorial.rst
suggests usingrobot.execute(robot_trajectory, controllers=[])
. It never explains thecontrollers=[]
but for me it does not move the physical robot, unless I specify the actualcontrollers=[controller_name]
).Your environment
Steps to reproduce
Read the doc file, and observe the
controllers=[]
without an explanationExpected behaviour
Documentation explains what the
controllers
parameter is supposed to do.The text was updated successfully, but these errors were encountered: