-
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.
trying to deploy leaflets from client_node
- Loading branch information
Showing
2 changed files
with
51 additions
and
10 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,28 @@ | ||
<?xml version="1.0"?> | ||
<launch> | ||
<arg name="host" default="raphaelchang.com" /> | ||
<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="PsFXjmWpszr6acSKL" /> | ||
<param name="description" value="qux robot" /> | ||
<rosparam> | ||
publishing: | ||
- /state | ||
- /filtered_state | ||
- /test_string | ||
types: | ||
- geometry_msgs/Point | ||
- geometry_msgs/Point | ||
- std_msgs/String | ||
trusted: | ||
- ".*" | ||
- foo bar | ||
- "ba[a-z]" | ||
leaflets: | ||
- https://github.com/canopy-ros/canopy_paas_demo | ||
</rosparam> | ||
</node> | ||
</launch> |
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