In order for us to implement path planning algorithms, we need to create a map of the environment. Ideally this would look like a costmap, but other configuration spaces can be considered. We would want the map to update over time as we explore more areas and as "obstacles" (i.e. kayakers) move.
I would recommend using lidar data to populate the map. I will be merging some changes which publish a voxel grid (filtered lidar pointcloud) over a topic, probably /perception/voxel_grid. This would be a good input for your mapping server.
In order for us to implement path planning algorithms, we need to create a map of the environment. Ideally this would look like a costmap, but other configuration spaces can be considered. We would want the map to update over time as we explore more areas and as "obstacles" (i.e. kayakers) move.
I would recommend using lidar data to populate the map. I will be merging some changes which publish a voxel grid (filtered lidar pointcloud) over a topic, probably /perception/voxel_grid. This would be a good input for your mapping server.