Skip to content

Commit

Permalink
Merge branch 'master' into iss134_odomzerodiv
Browse files Browse the repository at this point in the history
  • Loading branch information
Achllle authored May 24, 2021
2 parents d8d32f1 + 3f865ea commit ef77362
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ROS/osr/src/rover.py
Original file line number Diff line number Diff line change
Expand Up @@ -330,8 +330,7 @@ def forward_kinematics(self):
rospy.logwarn_throttle(1, "Current turning radius was calculated as zero which"
"is an illegal value. Check your wheel calibration."
self.curr_twist.twist.angular.z = 0. # turning in place is currently unsupported
# covariance
self.curr_twist.covariance = 36 * [0.0,]


if __name__ == '__main__':
rospy.init_node('rover', log_level=rospy.INFO)
Expand Down

0 comments on commit ef77362

Please sign in to comment.