Skip to content

Commit

Permalink
add launch argument to enable kelo_tulip in display_eddie.launch.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vamsikalagaturu committed Dec 15, 2024
1 parent af7b73c commit 5fc9ba0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion launch/display_eddie.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,10 @@ def generate_launch_description():
"load_eddie.launch.py",
)
]
)
),
launch_arguments={
"use_kelo_tulip": "true",
}.items(),
)

return LaunchDescription(
Expand Down

0 comments on commit 5fc9ba0

Please sign in to comment.