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

cdsteinkuehler's profile - activity

2021-09-13 02:35:25 -0500 received badge  Famous Question (source)
2017-03-27 12:47:59 -0500 received badge  Notable Question (source)
2016-01-22 11:38:57 -0500 received badge  Popular Question (source)
2016-01-22 09:33:06 -0500 received badge  Scholar (source)
2016-01-22 09:33:01 -0500 commented answer Identifying valid fields in JointTrajectoryPoint message

Thanks! I missed the fact the variable length message arrays include a length prefix.

2016-01-18 14:09:05 -0500 asked a question Identifying valid fields in JointTrajectoryPoint message

When interpreting the JointTrajectoryPoint[] array provided by a JointTrajectory message, what mechanism is used to determine if optional fields (like velocities and accelerations) are valid and should be used when interpolating the path or are invalid and should be ignored?

Is it required that any unused fields are set to zero?