Skip to content

Linear cartesian path planning #336

Answered by marip8
joao-pm-santos96 asked this question in Q&A
Discussion options

You must be logged in to vote

Nominally yes. Trajopt can accept joint waypoints or Cartesian waypoints, and it represents movement between these waypoints in joint space (i.e. a joint-interpolated arc, rather than a straight linear line). However, if your waypoints are spaced closely enough together and are on your linear trajectory, the joint-interpolated arc between waypoints approximates a line.

If you're using trajopt through tesseract, you can denote the MoveInstructions of your motion planning input as LINEAR moves; then the SimplePlanner (which generates a seed trajectory for Trajopt) will do linear interpolation between those waypoints at some specifiable density to approximate a line. Then Trajopt will optimi…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@joao-pm-santos96
Comment options

@joao-pm-santos96
Comment options

@marip8
Comment options

Answer selected by joao-pm-santos96
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #335 on June 21, 2023 14:52.