You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue summarizes the available ecosystem when it comes to path and motion planning. We exclude the kind of motion planning that includes dynamics more complicated than a chain of integrators, i.e., we include trajectory generation with acceleration limits, but not with force/torque limits.
Path planning: Find a path from one point to another that avoids obstacles. The typical metric is shortest distance, but non-uniform cost over space is sometimes considered.
Motion planning: Turn a path into a trajectory, i.e., plan the velocity and acceleration profiles with which to follow the path.
The primary difference between motion planning and path planning is thus that time is not considered in path planning.
Trajectory optimization / optimal control additionally considers the dynamical model of the system.
This issue summarizes the available ecosystem when it comes to path and motion planning. We exclude the kind of motion planning that includes dynamics more complicated than a chain of integrators, i.e., we include trajectory generation with acceleration limits, but not with force/torque limits.
The current capabilities of Multibody.jl are documented here https://juliacomputing.github.io/Multibody.jl/dev/#Trajectory-planning
traj5
et al.https://github.com/alexander-leong/MotionPlanningOptimization.jl
See also
The text was updated successfully, but these errors were encountered: