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
Trajectories are currently built by adding points individually through AddTrajPoint and then converting the vector of waypoints through a toJointTrajectory call.
Similar to lookupWaypoint, a lookupTrajectory function could offload creation of the sparse trajectory vector to an external service. Moveit Simple would then only be responsible for interpolation and collision checks for the dense trajectory.
Additionally, an addTrajectory function could encapsulate the lookup, interpolation, and collision checks for convenience.
The text was updated successfully, but these errors were encountered:
Trajectories are currently built by adding points individually through
AddTrajPoint
and then converting the vector of waypoints through atoJointTrajectory
call.Similar to lookupWaypoint, a lookupTrajectory function could offload creation of the sparse trajectory vector to an external service. Moveit Simple would then only be responsible for interpolation and collision checks for the dense trajectory.
Additionally, an addTrajectory function could encapsulate the lookup, interpolation, and collision checks for convenience.
The text was updated successfully, but these errors were encountered: