Skip to content
Snippets Groups Projects
Commit 46bca803 authored by Tommy Persson's avatar Tommy Persson
Browse files

Plansys 2 turtle examples works.

parent c5dc06e4
No related branches found
No related tags found
No related merge requests found
......@@ -37,14 +37,27 @@ def generate_launch_description():
get_package_share_directory('lrs_exec'),
'exec.launch.py')),
launch_arguments={"ns": LaunchConfiguration('ns'),
"location": LaunchConfiguration('location')}.items()
"location": LaunchConfiguration('location'),
"ros2_bridge": "true",
}.items()
)
streamer_include = IncludeLaunchDescription(
PythonLaunchDescriptionSource(
os.path.join(
get_package_share_directory('lrs_exec'),
'tst_streamer.launch.py')),
launch_arguments={"ns": LaunchConfiguration('ns'),
"location": LaunchConfiguration('location'),
"name": "turtletst"}.items()
)
return LaunchDescription([
sim_arg,
ns_arg,
location_arg,
exec_include,
streamer_include,
sim_include,
Node(
package='lrs_turtle',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment