We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ba759d commit fb2e50fCopy full SHA for fb2e50f
1 file changed
glider/launch/glider-node.launch.py
@@ -62,8 +62,8 @@ def generate_launch_description():
62
'use_odom': False}
63
],
64
remappings=[
65
- ('/gps', '/ublox_gps_node/fix'),
66
- ('/imu', '/vectornav/imu'),
+ ('/gps', '/ublox/fix'),
+ ('/imu', '/VN100T/imu'),
67
('/odom', '/Odometry'),
68
]
69
)
0 commit comments