|
@ -533,7 +533,7 @@ class StretchDriverNode: |
|
|
# odometry, and publish joint states |
|
|
# odometry, and publish joint states |
|
|
while not rospy.is_shutdown(): |
|
|
while not rospy.is_shutdown(): |
|
|
self.robot.pimu.set_fan_on() |
|
|
self.robot.pimu.set_fan_on() |
|
|
self.robot.push_command() |
|
|
|
|
|
|
|
|
self.robot.pimu.push_command() |
|
|
self.command_mobile_base_velocity_and_publish_state() |
|
|
self.command_mobile_base_velocity_and_publish_state() |
|
|
command_base_velocity_and_publish_joint_state_rate.sleep() |
|
|
command_base_velocity_and_publish_joint_state_rate.sleep() |
|
|
except (rospy.ROSInterruptException, ThreadServiceExit): |
|
|
except (rospy.ROSInterruptException, ThreadServiceExit): |
|
|