hdl_graph_slam
hdl_graph_slam copied to clipboard
Some Question using GPS
If i want to use GPS data for slam, What do i do ? Just launch hdl_graph_slam_400.launch? or write gps topic name using remap(/fix to /ublox_gps/fix)?
Hi @NeighborDva ,
add to your launch file following lines
<remap from="/gps/fix" to="/ublox_gps/fix" />
<arg name="enable_gps" default="true" />
Could you please explain why should it be published in /ublox_gps/fix topic? Because as I see on main page it should be published in topic /gps/navsat. Thank you!
because i 'm using ublox gps(zed f9p) module package(ublox driver)