pyrobosim.utils.trajectory.Trajectory.delete

Trajectory.delete(idx: int) bool

Deletes a trajectory point at the specified index.

Parameters:

idx – The index

Returns:

True if the point was successfully deleted, otherwise False.