ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Got an answer. My questions was if position[i] represented the angle of rotation or the difference in angle with respect to the previous rotation position[i - 1]. The answer is, position[i] refers to the actual rotation angle. Thank you.