diff --git a/stretch_core/nodes/joint_trajectory_server.py b/stretch_core/nodes/joint_trajectory_server.py index cc03c01..7c5c482 100644 --- a/stretch_core/nodes/joint_trajectory_server.py +++ b/stretch_core/nodes/joint_trajectory_server.py @@ -122,7 +122,7 @@ class JointTrajectoryAction: self.node.dirty_command=True goals_reached = [c.goal_reached() for c in self.command_groups] - update_rate = rospy.Rate(15.0) + update_rate = rospy.Rate(30.0) goal_start_time = rospy.Time.now() while not all(goals_reached):