Skip to content

Commit

Permalink
split teoSimBase vs teoSimTools
Browse files Browse the repository at this point in the history
- #26
  • Loading branch information
jgvictores committed Dec 19, 2019
1 parent 1e67710 commit a4061a1
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 43 deletions.
45 changes: 2 additions & 43 deletions share/applications/yarpmanager/teoSimBase.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
<node>localhost</node>
</module>

<!-- arms Cartesian Control -->

<module>
<name>BasicCartesianControl</name>
<parameters>--name /teoSim/rightArm/CartesianControl --from /usr/local/share/teo-configuration-files/contexts/kinematics/fixedTrunk-rightArm-fetch-kinematics.ini --angleRepr axisAngle --robot remote_controlboard --local /BasicCartesianControl/teoSim/rightArm --remote /teoSim/rightArm</parameters>
Expand Down Expand Up @@ -50,47 +52,4 @@
<deployer>yarpdev</deployer>
</module>

<!-- TOOLS -->

<module>
<name>gnome-terminal</name>
<parameters>-e "yarp rpc /teoSim/rightArm/rpc:i"</parameters>
<node>localhost</node>
</module>

<module>
<name>gnome-terminal</name>
<parameters>-e "yarp rpc /teoSim/leftArm/rpc:i"</parameters>
<node>localhost</node>
</module>

<module>
<name>gnome-terminal</name>
<parameters>-e "yarp rpc /teoSim/trunk/rpc:i"</parameters>
<node>localhost</node>
</module>

<module>
<name>gnome-terminal</name>
<parameters>-e "yarp rpc /teoSim/head/rpc:i"</parameters>
<node>localhost</node>
</module>

<module>
<name>gnome-terminal</name>
<parameters>-e "yarp rpc /teoSim/leftLeg/rpc:i"</parameters>
<node>localhost</node>
</module>

<module>
<name>gnome-terminal</name>
<parameters>-e "yarp rpc /teoSim/rightLeg/rpc:i"</parameters>
<node>localhost</node>
</module>

<module>
<name>yarpmotorgui</name>
<parameters>--from /usr/local/share/teo-configuration-files/applications/teoSim-yarpmotorgui.ini</parameters>
</module>

</application>
45 changes: 45 additions & 0 deletions share/applications/yarpmanager/teoSimTools.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
<application>
<name>teoSimTools App</name>

<module>
<name>gnome-terminal</name>
<parameters>-e "yarp rpc /teoSim/rightArm/rpc:i"</parameters>
<node>localhost</node>
</module>

<module>
<name>gnome-terminal</name>
<parameters>-e "yarp rpc /teoSim/leftArm/rpc:i"</parameters>
<node>localhost</node>
</module>

<module>
<name>gnome-terminal</name>
<parameters>-e "yarp rpc /teoSim/trunk/rpc:i"</parameters>
<node>localhost</node>
</module>

<module>
<name>gnome-terminal</name>
<parameters>-e "yarp rpc /teoSim/head/rpc:i"</parameters>
<node>localhost</node>
</module>

<module>
<name>gnome-terminal</name>
<parameters>-e "yarp rpc /teoSim/leftLeg/rpc:i"</parameters>
<node>localhost</node>
</module>

<module>
<name>gnome-terminal</name>
<parameters>-e "yarp rpc /teoSim/rightLeg/rpc:i"</parameters>
<node>localhost</node>
</module>

<module>
<name>yarpmotorgui</name>
<parameters>--from /usr/local/share/teo-configuration-files/applications/teoSim-yarpmotorgui.ini</parameters>
</module>

</application>

0 comments on commit a4061a1

Please sign in to comment.