Maritime-Robotics-Student-Society / sailing-robot

Southampton sailing robot
http://www.sotonsailrobot.org
Other
88 stars 46 forks source link

Unify sheet demand calculation for boat and for simulator #138

Closed takluyver closed 8 years ago

takluyver commented 8 years ago

At the moment, the boat does the sheet calculation in the actuator_driver_sail node, bypassing actuator_demand_sail, which means we can't test that code in the simulator. It should calculate a sheet length in demand, and driver should just be setting the PWM.

This is a reminder to me to work on this in a quieter moment.