Skip to content

Commit

Permalink
=
Browse files Browse the repository at this point in the history
  • Loading branch information
jgvictores committed Mar 3, 2017
1 parent 063b6bf commit bb90ebb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ int CgdaExecutionOET::init(int argc, char **argv)
std::string realSimRemote;
realSimRemote.append( "/1/teoSim/rightArm" );
realSimOptions.put("remote",realSimRemote);
std::string realSimLocal("/cgdaReal/");
std::string realSimLocal("/cgdaRealSim/");
realSimLocal.append( ss.str() );
realSimLocal.append( "/teo/rightArm" );
realSimOptions.put("local",realSimLocal);
Expand All @@ -86,7 +86,7 @@ int CgdaExecutionOET::init(int argc, char **argv)
std::string realRemote;
realRemote.append( "/teo/rightArm" );
realOptions.put("remote",realRemote);
std::string realLocal("/cgdaReal/");
std::string realLocal("/cgdaRealReal/");
realLocal.append( ss.str() );
realLocal.append( "/teo/rightArm" );
realOptions.put("local",realLocal);
Expand Down
2 changes: 2 additions & 0 deletions share/iros2017partialSim.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ YARP_PORT_PREFIX=/0 /usr/bin/python $HOME/repos/openrave-yarp-plugins/examples/o

YARP_PORT_PREFIX=/1 /usr/bin/python $HOME/repos/openrave-yarp-plugins/examples/openrave-YarpRobotPaintSquares.py &

yarp connect /1/openraveYarpPaintSquares/rpc:c /painted_wall

# test 1
$HOME/repos/xgnitive/build/bin/cgdaExecutionOETOpenrave $HOME/repos/xgnitive/programs/cgdaExecutionOET/conf/evMono_ecf_params.xml 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
# run all
Expand Down

0 comments on commit bb90ebb

Please sign in to comment.