Home Previous Up Next Index

armarx::NJointTrajectoryControllerInterface

Overview

interface NJointTrajectoryControllerInterface extends NJointControllerInterface

Operation Index

setTrajectory
isFinished
getCurrentTimestamp
getCurrentProgressFraction

Operations

void setTrajectory(TrajectoryBase traj)

bool isFinished()

double getCurrentTimestamp()

float getCurrentProgressFraction()


Home Previous Up Next Index