move_by
should give feedback on whether the requested position is reached (or thought to be reached).
#46
Labels
enhancement
New feature or request
In
/stretch_mujoco_simulator.py
, themove_by
command is a non-blocking function. When the user sends amove_by
command, there is no blocking call or feedback whether the robot has moved.We need either a timeout (similar to
move_to
's) to block until the robot reaches the position, or a different mechanism for the user to check if the desired position has been reached (without having to implement the logic themselves).We also need to amend the docstrings since the
timeout
argument is not operational.The text was updated successfully, but these errors were encountered: