Skip to content

Commit

Permalink
Added GPS, fixed baudrate to 9600
Browse files Browse the repository at this point in the history
  • Loading branch information
jemmmel committed May 1, 2024
1 parent b85048a commit d805f43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/wt905.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
witmotion:
ros__parameters:
port: ttyUSB0
baud_rate: 115200 # baud
baud_rate: 9600 # baud
polling_interval: 5 # ms
timeout_ms: 150 # ms
restart_service_name: /restart_imu
Expand Down Expand Up @@ -51,7 +51,7 @@ witmotion:
enabled: false
topic_name: /orientation
gps_publisher:
enabled: false
enabled: true
navsat_fix_frame_id: world
navsat_fix_topic_name: /gps
navsat_altitude_topic_name: /gps_altitude
Expand Down

0 comments on commit d805f43

Please sign in to comment.