Closed alecive closed 9 years ago
It would be nice to add these following commands to the demo avoidance module (through rpc):
rpc
set behavior avoidance
-1.0
set behavior catching
1.0
set motionGain [double]
get motionGain
@matejhof I made the changes. It is not tested yet, so if you want you can give it a try on Sheffield :) The interface is exactly the one described above :)
It would be nice to add these following commands to the demo avoidance module (through
rpc
):set behavior avoidance
(that sets the motionGain to-1.0
, regardless of its previous value)set behavior catching
(that sets the motionGain to1.0
, regardless of its previous value)set motionGain [double]
get motionGain