Skip to content

Commit

Permalink
update launch params (#830)
Browse files Browse the repository at this point in the history
  • Loading branch information
DangitBen authored Sep 18, 2024
1 parent 58e3e2f commit 53c9c71
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mapviz/launch/mapviz.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ def generate_launch_description():
executable="initialize_origin.py",
name="initialize_origin",
parameters=[
{"name": "local_xy_frame", "value": "map"},
{"name": "local_xy_origin", "value": "swri"},
{"name": "local_xy_origins", "value": """[
{"local_xy_frame": "map"},
{"local_xy_origin": "swri"},
{"local_xy_origins": """[
{"name": "swri",
"latitude": 29.45196669,
"longitude": -98.61370577,
Expand All @@ -29,7 +29,7 @@ def generate_launch_description():
"longitude": -98.629367,
"altitude": 200.0,
"heading": 0.0}
]"""}
]"""},
]
),
launch_ros.actions.Node(
Expand Down

0 comments on commit 53c9c71

Please sign in to comment.