pyrobosim.utils.trajectory.Trajectory.delete

Trajectory.delete(idx)

Deletes a trajectory point at the specified index.

Parameters:

idx (int) – The index

Returns:

True if the point was successfully deleted, otherwise False.

Return type:

bool