You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The goal is to make sure the trajectories requested by the user are somewhat continuous. We might even be able to use the max velocity used for joint trajectory generation (maybe with extra 20% to avoid false negative). For now, I would replicate implementation for PID tracking error, i.e.:
Limits hard coded in arm derived classes
Send rate limits to PID using provided interface
Command to enable/disable rate limits, including check mark in PID Qt widget
The text was updated successfully, but these errors were encountered:
The goal is to make sure the trajectories requested by the user are somewhat continuous. We might even be able to use the max velocity used for joint trajectory generation (maybe with extra 20% to avoid false negative). For now, I would replicate implementation for PID tracking error, i.e.:
The text was updated successfully, but these errors were encountered: