UBC Sailbot's Local Pathfinding Repository: OMPL-based pathfinding that avoids upwind/downwind sailing, minimizes turning, and minimizes path length.
2
stars
0
forks
source link
Sensor filters and ROS topic reorganization #283
Closed
patrick-5546 closed 2 years ago
Filters
GPS (CAN, AIS)
windSensor (1, 2, 3)
Conversions
https://github.com/UBCSailbot/local-pathfinding/blob/481a71c323d88d5840bfb286775ea2d921ef1792/python/ros_interface.py#L92-L96
Configuration
WIND_EWMA_WEIGHTS[i]
will be used whenWIND_EWMA_UPPER_BOUNDS[i]
is the first element larger than the current value https://github.com/UBCSailbot/local-pathfinding/blob/da63ff9e948c50f944155142615991c0c9f79b49/python/ros_interface.py#L19-L20See the commit history for more details on what has changed