Question about planning multiple target pose #73
-
Hi, I was wondering if cuRobo can plan for multiple target poses and if so how to do it or which examples I should look to. I'm interested in knowing whether it's possible to provide a list of target poses to cuRobo and have it generate plans to sequentially navigate through each one. Or is planning multiple poses a feature only available in MPC? |
Beta Was this translation helpful? Give feedback.
Answered by
balakumar-s
Dec 8, 2023
Replies: 1 comment
-
You would have to write the outer loop to plan to reach a sequence of poses. Essentially a for-loop with each planning problem starting at the last time step of the previous trajectory. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
balakumar-s
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You would have to write the outer loop to plan to reach a sequence of poses. Essentially a for-loop with each planning problem starting at the last time step of the previous trajectory.