Browse Source

Switch from robot to pimu push command

pull/100/head
Mohamed Fazil 1 year ago
parent
commit
7d3940334b
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

@ -528,7 +528,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