RIVeR-Lab / epos_hardware

Other
12 stars 39 forks source link

Add homing functionality #21

Open giusebar opened 7 years ago

giusebar commented 7 years ago

Hi,

I've implemented homing functionality for the drivers. The implementation requires the user to set up homing parameters from the configuration yaml file. Two services are implemented that allows to start and interrupt homing procedure. To start and stop the homing procedure two service calls have been added, namely:

The implementation is shown in https://github.com/RIVeR-Lab/epos_hardware/pull/20

Cheers, Giuseppe