Skip to content

Commit

Permalink
Change the driver nodes for Garmin 18x GPS
Browse files Browse the repository at this point in the history
  • Loading branch information
howard891016 committed Dec 10, 2024
1 parent 3eda5b5 commit 4ccd894
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion f1eighth_sensor_kit_launch/launch/gnss.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,14 @@

<!-- Garmin GNSS Driver -->
<group if="$(eval &quot;'$(var launch_driver)' and '$(var gnss_receiver)'=='garmin'&quot;)">
<include file="$(find-pkg-share gpsd_client)/launch/gpsd_client-launch.py"/>
<!-- <include file="$(find-pkg-share gpsd_client)/launch/gpsd_client-launch.py"/> -->
<push-ros-namespace namespace="garmin"/>
<node pkg="nmea_reader" exec="nmea_reader" name="nmea_reader">
<param name="port" value="/dev/ttyUSB0"/>
<param name="baud" value="9600"/>
</node>
<node pkg="nmea_navsat_driver" exec="nmea_topic_driver" name="nmea_topic_driver">
</node>
</group>

<!-- NavSatFix to MGRS Pose -->
Expand Down

0 comments on commit 4ccd894

Please sign in to comment.