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
{{ message }}
This repository has been archived by the owner on Jul 15, 2019. It is now read-only.
There are a nr of hard coded constants (in the current implementation of the adapter) that influence the way TOTG will process the incoming trajectory and generate velocities and accelerations for it.
At the very least those should be turned into ROS parameters, so they can be changed without having to recompile anything.
Constants / magic nrs to consider:
default acceleration limit (a_max)
default velocity limit (v_max)
timestep (0.001)
the value for maxDeviation in the Path ctor (0.1)
value used for subsampling of the TOTG Trajectory result (0.025)
The text was updated successfully, but these errors were encountered:
There are a nr of hard coded constants (in the current implementation of the adapter) that influence the way TOTG will process the incoming trajectory and generate velocities and accelerations for it.
At the very least those should be turned into ROS parameters, so they can be changed without having to recompile anything.
Constants / magic nrs to consider:
a_max
)v_max
)timestep
(0.001
)maxDeviation
in thePath
ctor (0.1
)Trajectory
result (0.025
)The text was updated successfully, but these errors were encountered: