Understanding TrajOpt
TrajOpt $[1]$ is an optimization based approach for motion planning. More specifically, it uses a sequential convex optimization procedure along with a formulation of collision constraints to find locally optimal planning trajectories, even for robotic systems that have a large number of degrees of freedom.
This post will go into the details of the optimization part, and give an outline of how it can be implemented. My implementation can be found here
[Read More]