Skip to content

Commit

Permalink
VPS用のlaunch追加
Browse files Browse the repository at this point in the history
  • Loading branch information
makotoyoshigoe committed Jan 18, 2025
1 parent 68a885f commit 69a8020
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion launch/tsudanuma.launch.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

# SPDX-FileCopyrightText: 2023 Makoto Yoshigoe [email protected]
# SPDX-License-Identifier: Apache-2.0

Expand Down Expand Up @@ -34,7 +35,7 @@ def generate_launch_description():
name="gauss_kruger_node",
executable="gauss_kruger_node",
parameters=[params_file],
# remappings=[('gnss/fix', '/vps/fix')],
remappings=[('gnss/fix', '/vps/fix')],
)

map_dir = os.path.join(get_package_share_directory('raspicat_navigation'), 'config', 'map')
Expand Down

0 comments on commit 69a8020

Please sign in to comment.