Skip to content

Commit

Permalink
Sorry for editing online.
Browse files Browse the repository at this point in the history
This should fix all your problems at #143
  • Loading branch information
jgvictores authored Feb 14, 2018
1 parent 63e5ec6 commit 1ab71af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ int main(int argc, char *argv[])
options.put("device", "CartesianControlClient"); // our device (a dynamically loaded library)
options.put("cartesianRemote", "/teoSim/rightArm/CartesianControl"); // remote port through which we'll talk to the server
options.put("cartesianLocal", "/CartesianControlExample");
options.unput("transform", 1); // Was yarp::os::Value::getNullValue()
options.put("transform", 1); // Was yarp::os::Value::getNullValue()

yarp::dev::PolyDriver dd(options);
if (!dd.isValid())
Expand Down

0 comments on commit 1ab71af

Please sign in to comment.