Skip to content

Commit

Permalink
fix(gnss.launch): topic namespace (#193)
Browse files Browse the repository at this point in the history
Signed-off-by: Tomohito Ando <[email protected]>
  • Loading branch information
TomohitoAndo committed Jan 15, 2024
1 parent d175f43 commit 913ba50
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions aip_x2_launch/launch/gnss.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
<!-- Septentrio Mosaic Driver -->
<node pkg="septentrio_gnss_driver" name="septentrio" exec="septentrio_gnss_driver_node" if="$(var launch_driver)">
<param from="$(find-pkg-share aip_x2_launch)/config/mosaic_x5_rover.param.yaml"/>
<remap from="/navsatfix" to="~/nav_sat_fix"/>
<remap from="/poscovgeodetic" to="~/poscovgeodetic"/>
<remap from="/pvtgeodetic" to="~/pvtgeodetic"/>
<remap from="navsatfix" to="~/nav_sat_fix"/>
<remap from="poscovgeodetic" to="~/poscovgeodetic"/>
<remap from="pvtgeodetic" to="~/pvtgeodetic"/>
</node>

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

0 comments on commit 913ba50

Please sign in to comment.