Skip to content

Commit

Permalink
Added launching wibotic_connector_can
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Delicat <[email protected]>
  • Loading branch information
delihus committed Nov 5, 2024
1 parent 5b6f5c7 commit 6e96685
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions panther_docking/launch/docking.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,14 @@ def generate_launch_description():
launch_arguments={"namespace": namespace}.items(),
)

wibotic_connector_can = Node(
package="wibotic_connector_can",
executable="wibotic_connector_can",
namespace=namespace,
emulate_tty=True,
condition=PythonExpression(["'false' if '", use_sim, "' else '", use_wibotic_info, "'"]),
)

return LaunchDescription(
[
declare_use_sim_arg,
Expand All @@ -143,5 +151,6 @@ def generate_launch_description():
docking_server_node,
docking_server_activate_node,
dock_pose_publisher,
wibotic_connector_can,
]
)
1 change: 1 addition & 0 deletions panther_docking/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@

<exec_depend>nav2_lifecycle_manager</exec_depend>
<exec_depend>python3-imageio</exec_depend>
<exec_depend>wibotic_connector_can</exec_depend>
<exec_depend>xacro</exec_depend>

<buildtool_depend>ament_cmake</buildtool_depend>
Expand Down

0 comments on commit 6e96685

Please sign in to comment.