Skip to content

Multiple goal pose for robot #108

Closed Answered by balakumar-s
daudaml asked this question in Software Q&A
Discussion options

You must be logged in to vote

plan_goalset plans to reach one of the poses in the goalset. This is similar to equation 10 in https://arxiv.org/abs/2204.00134.

If you want to generate motion plans from a batch of start configs to a batch of goal poses, check plan_batch(). E.g.,

result = motion_gen.plan_batch(

To slow down motions, try a velocity_scale of 0.5.

velocity_scale: Optional[Union[List[float], float]] = None,

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by daudaml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants