Skip to content

Commit

Permalink
Reduce update rate to avoid clogging the log
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed Jul 26, 2024
1 parent c7521cc commit 10f2e22
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
controller_manager:
ros__parameters:
update_rate: 100 # Hz
update_rate: 10 # Hz

joint_state_broadcaster:
type: joint_state_broadcaster/JointStateBroadcaster
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
controller_manager:
ros__parameters:
update_rate: 100 # Hz
update_rate: 10 # Hz

forward_position_controller:
type: position_controllers/JointGroupPositionController
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
controller_manager:
ros__parameters:
update_rate: 100 # Hz
update_rate: 10 # Hz

forward_position_controller:
type: forward_command_controller/ForwardCommandController
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
controller_manager:
ros__parameters:
update_rate: 100 # Hz
update_rate: 10 # Hz

forward_position_controller:
type: forward_command_controller/ForwardCommandController
Expand Down
2 changes: 1 addition & 1 deletion example_6/bringup/config/rrbot_modular_actuators.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
controller_manager:
ros__parameters:
update_rate: 100 # Hz
update_rate: 10 # Hz

joint_state_broadcaster:
type: joint_state_broadcaster/JointStateBroadcaster
Expand Down

0 comments on commit 10f2e22

Please sign in to comment.