Skip to content

Commit

Permalink
Set velocity reporting and controlling frequency to 20.
Browse files Browse the repository at this point in the history
  • Loading branch information
jerry73204 committed Nov 2, 2024
1 parent d4ade51 commit fbf12a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion f1eighth_vehicle_interface/params/actuator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@
tire_angle_to_steer_ratio: 1.0

# The publication rate of control commands
rate: 100.0
rate: 20.0
2 changes: 1 addition & 1 deletion f1eighth_vehicle_interface/params/velocity_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
markers_per_rotation: 12

# The publication rate of velocity report messages
rate: 100.0
rate: 20.0

# The frame ID marked on output messages
frame_id: "base_link"

0 comments on commit fbf12a3

Please sign in to comment.