ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

The JointTrajectoryPoint contains individual arrays for position, velocity, accelerations, and effort. Array types under CPP are vector types (see here). If any of these arrays are empty (i.e. vector.empty()), then they can be considered invalid.