Skip to content

Commit

Permalink
Propagate monitor and context to wrapped devices
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterBowman committed Feb 25, 2018
1 parent 7ea960b commit dcbd1d6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ bool roboticslab::CartesianControlServer::open(yarp::os::Searchable& config)
yarp::os::Property p;
p.fromString(config.toString());
p.put("device", name->toString());
p.setMonitor(config.getMonitor(), name->toString().c_str());
cartesianControlDevice.open(p);
}
else
Expand Down

0 comments on commit dcbd1d6

Please sign in to comment.