Skip to content

Commit

Permalink
remap /vectornav/imu to /imu, standardisation
Browse files Browse the repository at this point in the history
  • Loading branch information
patates-cipsi418 committed May 7, 2024
1 parent 59832c8 commit b43e195
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rove_bringup/launch/vectornav.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ def generate_launch_description():
parameters=[vn_param_file],
remappings=[
('/vectornav/gnss', '/gps/fix'),
('/vectornav/imu', '/imu'),
]
),
])

0 comments on commit b43e195

Please sign in to comment.