File tree 2 files changed +0
-3
lines changed
2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,6 @@ bool CanBusBroker::open(yarp::os::Searchable & config)
60
60
auto isFakeNode = node.rfind (" fake-" , 0 ) == 0 ; // starts with "fake-"?
61
61
62
62
yarp::os::Property nodeOptions;
63
- nodeOptions.setMonitor (config.getMonitor (), node.c_str ());
64
63
65
64
if (!isFakeNode)
66
65
{
@@ -132,7 +131,6 @@ bool CanBusBroker::open(yarp::os::Searchable & config)
132
131
}
133
132
134
133
yarp::os::Property canBusOptions;
135
- canBusOptions.setMonitor (config.getMonitor (), canBus.c_str ());
136
134
canBusOptions.fromString (canBusGroup.toString ());
137
135
canBusOptions.put (" robotConfig" , config.find (" robotConfig" ));
138
136
canBusOptions.put (" blockingMode" , false ); // enforce non-blocking mode
Original file line number Diff line number Diff line change @@ -81,7 +81,6 @@ bool TechnosoftIposBase::open(yarp::os::Searchable & config)
81
81
yarp::os::Property externalEncoderOptions;
82
82
externalEncoderOptions.fromString (externalEncoderGroup.toString ());
83
83
externalEncoderOptions.put (" robotConfig" , config.find (" robotConfig" ));
84
- externalEncoderOptions.setMonitor (config.getMonitor (), externalEncoder.c_str ());
85
84
86
85
if (!externalEncoderDevice.open (externalEncoderOptions))
87
86
{
You can’t perform that action at this time.
0 commit comments