Skip to content

Commit

Permalink
Added xtion namespace support
Browse files Browse the repository at this point in the history
Signed-off-by: Juancams <jc.manzanares.serrano@gmail.com>
  • Loading branch information
Juancams committed Apr 22, 2024
1 parent f91a326 commit 0ef91fc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions launch/kobuki.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ def generate_launch_description():
PythonLaunchDescriptionSource([os.path.join(
get_package_share_directory('openni2_camera'),
'launch/'), 'camera_with_cloud.launch.py']),
launch_arguments={
'namespace': ns,
}.items(),
condition=IfCondition(PythonExpression([xtion]))
)

Expand Down

0 comments on commit 0ef91fc

Please sign in to comment.