Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Commit

Permalink
chore(team_comm): depend on base.launch for startup
Browse files Browse the repository at this point in the history
  • Loading branch information
texhnolyze committed Feb 21, 2023
1 parent 0632528 commit 49e6154
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion humanoid_league_team_communication/launch/team_comm.launch
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<?xml version="1.0" encoding="utf-8" ?>
<launch>
<arg name="sim" default="false"/>
<!-- Get launch params-->
<arg name="sim" default="false" description="true: activates simulation time" />

<!-- load the robot description -->
<include file="$(find-pkg-share bitbots_utils)/launch/base.launch" />

<node pkg="humanoid_league_team_communication" exec="team_comm.py" output="screen">
<param from="$(find-pkg-share humanoid_league_team_communication)/config/team_communication_config.yaml"/>
Expand Down

0 comments on commit 49e6154

Please sign in to comment.