Browse Source

pimu push for set fan on

bugfix/nav_mode_push_sync
Mohamed Fazil 1 year ago
parent
commit
4678604062
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      stretch_core/nodes/stretch_driver

+ 1
- 1
stretch_core/nodes/stretch_driver View File

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

Loading…
Cancel
Save