Skip to content
Snippets Groups Projects
Commit 93a47078 authored by pal's avatar pal
Browse files

add gender in param

parent 5895e81a
No related branches found
No related tags found
No related merge requests found
...@@ -6,6 +6,9 @@ ...@@ -6,6 +6,9 @@
<node name="rsdk_xdisplay_image" pkg="robot_facial_expression" type="screen_listener.py" /> <node name="rsdk_xdisplay_image" pkg="robot_facial_expression" type="screen_listener.py" />
<arg name="gender" default="female" />
<param name="/gender" value="$(arg gender)" />
<!-- Start control_physical node <!-- Start control_physical node
<node name="control" pkg="robot_facial_expression" type="control_physical.py" /> <node name="control" pkg="robot_facial_expression" type="control_physical.py" />
--> -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment