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
ros2_control adds linear/cubic/quintic spline fitting to incoming trajectories. The splines can cause overshoot or collisions, and ros2_control does not check for collisions after applying the spline fitting. How can we fix this?
for normal trajectories
Use linear interpolation to prevent overshoot
Increase the density of waypoints from MoveIt so the interpolation is minimal
for admittance
Same thing (linear interpolation & increased waypoint density from MoveIt)
for trajectory replacement
This is an open question. Linear interpolation would probably be too jerky
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
ros2_control adds linear/cubic/quintic spline fitting to incoming trajectories. The splines can cause overshoot or collisions, and ros2_control does not check for collisions after applying the spline fitting. How can we fix this?
Beta Was this translation helpful? Give feedback.
All reactions