uf-mil-archive / PropaGator

ROS packages specific to the PropaGator robot
9 stars 11 forks source link

Azi_Drive: Resolve out-of-range angle drifting #9

Closed jpanikulam closed 9 years ago

jpanikulam commented 9 years ago

Sometimes, the target angles will drift outside of the acceptable range. This causes erratic behavior in the mapper.

NOTE: Azi-Drive does not command the boat with these angles, as it realizes in the control loop that these are out of bounds.

Lines that should be stopping this: https://github.com/uf-mil/PropaGator/blob/master/azi_drive/src/azimuth_drive/tools.py#L52 https://github.com/uf-mil/PropaGator/blob/master/azi_drive/src/azimuth_drive/azimuth_drive.py#L43 https://github.com/uf-mil/PropaGator/blob/master/azi_drive/src/azimuth_drive/azimuth_drive.py#L282 https://github.com/uf-mil/PropaGator/blob/master/azi_drive/src/azimuth_drive/azimuth_drive.py#L310

fnivek commented 9 years ago

Is this fixed?