Skip to content

Commit

Permalink
Fix port names, comment out obsolete simulator
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterBowman committed May 3, 2018
1 parent 45b16d5 commit 16741d2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions share/amorSimBase/scripts/amorSimBase.xml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
<application>
<name>amorSimBase App</name>

<module>
<!--<module>
<name>teoSim</name>
<parameters>--env /usr/local/share/amor/contexts/openrave/models/amor_clean.env.xml --amor::initPoss "(-90 0 0 -180 180 90 -90)"</parameters>
<node>localhost</node>
</module>
</module>-->

<module>
<name>BasicCartesianControl</name>
<parameters>--name /amorSim/CartesianControl --from /usr/local/share/amor/contexts/kinematics/armKinematics.ini --angleRepr RPY --robot remote_controlboard --local /BasicCartesianControl/amorSim --remote /amor/amorManipulator</parameters>
<parameters>--name /amorSim/CartesianControl --from /usr/local/share/amor/contexts/kinematics/armKinematics.ini --angleRepr RPY --robot remote_controlboard --local /BasicCartesianControl/amorSim --remote /amorRobot/amorManipulator</parameters>
<node>localhost</node>
<deployer>yarpdev</deployer>
</module>

<module>
<name>gnome-terminal</name>
<parameters>-e "yarp rpc /amor/amorManipulator/rpc:i"</parameters>
<parameters>-e "yarp rpc /amorRobot/amorManipulator/rpc:i"</parameters>
<node>localhost</node>
<deployer>gksu</deployer>
</module>
Expand Down
8 changes: 4 additions & 4 deletions share/amorTools/scripts/amorTools.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
<!-- JOINT -->
<module>
<name>gnome-terminal</name>
<parameters>-e "yarp rpc /amor/amorManipulator/rpc:i"</parameters>
<parameters>-e "yarp rpc /amorRobot/amorManipulator/rpc:i"</parameters>
<node>localhost</node>
</module>

<!-- CARTESIAN -->
<module>
<name>gnome-terminal</name>
<parameters>-e "yarp rpc /asibot/CartesianControl/rpc_transform:s"</parameters>
<parameters>-e "yarp rpc /amor/CartesianControl/rpc_transform:s"</parameters>
<node>localhost</node>
</module>

Expand All @@ -35,12 +35,12 @@

<module>
<name>gnome-terminal</name>
<parameters>-e "keyboardController --remoteCartesian /amorSim/CartesianControl --remoteRobot /amor/amorManipulator"</parameters>
<parameters>-e "keyboardController --remoteCartesian /amorSim/CartesianControl --remoteRobot /amorRobot/amorManipulator"</parameters>
</module>

<module>
<name>streamingDeviceController</name>
<parameters>--streamingDevice SpaceNavigator --remoteCartesian /amorSim/CartesianControl --SpaceNavigator::remote /spacenavigator</parameters>
<parameters>--streamingDevice SpaceNavigator --remoteCartesian /amorSim/CartesianControl --SpaceNavigator::remote /spacenavigator/mouse</parameters>
</module>

<module>
Expand Down

0 comments on commit 16741d2

Please sign in to comment.