trajectories icon indicating copy to clipboard operation
trajectories copied to clipboard

Time-Optimal Path Following with Bounded Acceleration and Velocity

Results 8 trajectories issues
Sort by recently updated
recently updated
newest added

Hello, If a trajectory with a certain duration is desired, can this algorithm be modified to parameterize the trajectory to take a certain duration, while remaining under the acceleration and...

Hi, when testing some simple trajectory, the algorithm causes an abort in Eigen. The trajectory is 1d: 0, 1, 0.7, 1.6, 0 It fails with: > TimeOptimalTrajectoryTest: /usr/include/eigen3/Eigen/src/Core/DenseCoeffsBase.h:378: Eigen::DenseCoeffsBase::Scalar& Eigen::DenseCoeffsBase::operator[](Eigen::DenseCoeffsBase::Index)...

Can I get trajectory with trapezoidal Cartesian velocity profile and collision detection using this trajectories package?

I want to use this package for generation of trajectory from one waypoint to another waypoint on a straight line for UR5 robot arm. I am new to this package...

Given an input trajectory which is a pair of two of the same points, the duration of the smoothed trajectory is around 40s.

Hello, IF we wanted a certain part of the trajectory to be constrained to a different max velocity than the rest of the trajectory, How can we update the code...

In the CircularPathSegment,how to understand the function getSwitchingPoints? I don't figure out why the 3 dimensions of the vector y and x should be calculated separately when calculate the swithchingAngle....

When this happens, is there any special way to deal with it?