Commonly used messages in ROS. Includes messages for actions (actionlib_msgs), diagnostics (diagnostic_msgs), geometric primitives (geometry_msgs), robot navigation (nav_msgs), and common sensors (sensor_msgs), such as laser range finders, cameras, point clouds.
I always get such error:
error: field points[] must be of type [trajectory_msgs/JointTrajectoryPoint]
I do not know the correct format of JointTrajectoryPoint, can anybody give me an example?
I always get such error: error: field points[] must be of type [trajectory_msgs/JointTrajectoryPoint] I do not know the correct format of JointTrajectoryPoint, can anybody give me an example?