Can I add constraints in trajopt? #647
sm3304love
started this conversation in
General
Replies: 3 comments
-
Hi, I ran into that very same issue recently. Have you found any possible solution? @sm3304love |
Beta Was this translation helpful? Give feedback.
0 replies
-
I'm only aware of the tcpSpeedLimiter in Scan 'n Plan. Somewhat related is the Constant TCP velocity time parameterization. |
Beta Was this translation helpful? Give feedback.
0 replies
-
For reference: #402 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I want to use TrajOpt in my project and have some questions.
I would like to know how I can add constraints, such as joint velocity and Cartesian velocity, to my plan profile.
I noticed the
createJointVelocityConstraint
function intrajopt_ifopt_utils.h
, but I couldn't find any examples demonstrating how to set a joint velocity constraint usingcreateJointVelocityConstraint
.Additionally, I couldn't find any function in
trajopt_ifopt_utils.h
to set Cartesian velocity constraints. Is there no option to set Cartesian velocity constraints in TrajOpt?Thank you.
Beta Was this translation helpful? Give feedback.
All reactions