Skip to content

Commit

Permalink
Merge pull request #1 from Futu-reADS/dev/liam
Browse files Browse the repository at this point in the history
Added GPS, fixed baudrate to 9600
  • Loading branch information
jemmmel authored Jun 24, 2024
2 parents b85048a + d805f43 commit c5ebf37
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 c5ebf37

Please sign in to comment.