Closed EirikKolas closed 3 months ago
Current plan
Map manager (service procider) -stores origin of map lat lon to send to seapath to get map to odom static tf (service provider) -stores land mask polygon points, can transform lat-long to x-y (map frame) before sending to pcl_detector (service provider) -Creates map(occupancy grid) from land mask points (fill out or just polygon lines?) and sends to landmark_server (service provider) Seapath -Request origin of map lat-lon from map provider (service request) -Origin set by seapath is origin of odom frame, wait until ok data to set? -When origin of odom is set by seapath publish static tf from map to odom. -Rename "world" frame used in seapath to odom, to now publish odom to seapath tf -Map is now effective "world" frame where land mask and landmarks are stored/tracked. LandMark server
Looks good to me! Don't need to store land mask in the dynamic map. We don't consider the lidar imu. If we want a separate IMU, we should get a dedicated one for this purpose. I like the idea of the map manager. The landmark should then be able to handle multiple maps imo, e.g. one for the manual mask and one for the land mask from map data, either sent to it as a polygon, or as a grid map.
The one thing I don't like is how the seapath is now dependent on the map manager. I think it is best if the seapath stores the map origin as well and provides the transformation between world frame and lat lon
Description of task
New features for the landmark server. I feel like this should be moved to its own repository after these changes
Suggested Workflow