[Doc] track_target does not doc that it does not wait until target reached #2053
Labels
documentation
Improvements or additions to documentation
triage
Issues that have not been triaged yet
Describe the issue
Doc of
track_target
: does likerun_target
but without the acceleration / deceleration.run_target
has an argumentwait
andtrack_target
does not.Reading the doc did not make me clear that
track_target
does not wait for the motor to reach the target before continuing with the rest of the program.
Suggested improvement
How can we fix it or make it clearer?
Add to track_target doc:
track_target does not wait for the motor to reach the target, but directly continues with the rest of the program.
The text was updated successfully, but these errors were encountered: