-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
team 7
committed
Aug 31, 2017
1 parent
389d265
commit fd8db39
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<?xml version="1.0"?> | ||
<launch> | ||
<arg name="host" default="128.30.25.148" /> | ||
<arg name="port" default="8080"/> | ||
|
||
<node pkg="canopy_client" type="client_node.py" name="qux_client_node" output="screen"> | ||
<param name="name" value="qux"/> | ||
<param name="host" value="$(arg host)"/> | ||
<param name="port" value="$(arg port)"/> | ||
<param name="private_key" value="EjAodXdkTz6RPETFE" /> | ||
<param name="description" value="qux robot" /> | ||
<rosparam> | ||
publishing: | ||
- /control | ||
types: | ||
- multi_car_msgs/CarControl | ||
</rosparam> | ||
|
||
</node> | ||
</launch> |