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
I wanted to use Descrates lite through the tesseract interface. I wanted the user to be able to specify different tool pose sampling functions to be used by descrates. What would be a good way to do this?
The text was updated successfully, but these errors were encountered:
The DescartesDefaultPlanProfile profile class has a member called target_pose_sampler that you can set to a custom sampling function (with a specific function signature) or one provided by Tesseract (e.g., sample z-axis, sample fixed, etc.).
To get Descartes to do custom sampling like this, you'll need to create this profile class, set the target_pose_sampler member to your sampling function, and then add this profile class to the profile dictionary used for planning.
Hi,
I wanted to use Descrates lite through the tesseract interface. I wanted the user to be able to specify different tool pose sampling functions to be used by descrates. What would be a good way to do this?
The text was updated successfully, but these errors were encountered: