moveit2_tutorials icon indicating copy to clipboard operation
moveit2_tutorials copied to clipboard

`controlers=[]` is misleading in doc/examples/motion_planning_python_api/motion_planning_python_api_tutorial.rst?

Open ANogin opened this issue 1 year ago • 0 comments

Description

doc/examples/motion_planning_python_api/motion_planning_python_api_tutorial.rst suggests using robot.execute(robot_trajectory, controllers=[]). It never explains the controllers=[] but for me it does not move the physical robot, unless I specify the actual controllers=[controller_name]).

Your environment

  • ROS Distro: Iron
  • OS Version: Ubuntu 22.04.4
  • Source or Binary build? Binary
  • If binary, which release version? latest from apt.

Steps to reproduce

Read the doc file, and observe the controllers=[] without an explanation

Expected behaviour

Documentation explains what the controllers parameter is supposed to do.

ANogin avatar May 03 '24 02:05 ANogin