2024-08-15 Racing Working Group Meeting #5100
pojenwang
started this conversation in
Working group meetings
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Administrative
Previous Meeting Minutes
Attendees
Minutes: Po-Jen Wang
Topics
Improved Autoware on F1tenth
-- Converts the .png occupancy map generated from slam_toolbox into the .pcd pointcloud data format
-- The occupancy map has well-defined obstacle space(black), free space(white), undiscovered space(gray)
-- Uses the light-weight libpng package to read the png image instead of the heavy OpenCV
-- Uses the pcl package to handle all of the pointcloud operations
-- The generated pointcloud comes with two components
--- Ground plane: Down-sampled (configurable) and cover the entire map at z = 0. Required by the Autoware tool to generate the lanelet2 vector map (lanelet needs to be on or close to pointcloud data)
--- Obstacle walls: Extrude the obstacle cells in the z-direction with user-defined height and density
-- Integrate F1tenth's Particle filter into Autoware's localization pipeline(replace ndt_scan_matcher). Merge the UI with Autoware UI (convert the real-time 2D scan into pointcloud and overlay them onto pointcloud map)
-- Integrate and test Autoware planning pipeline
Autoware Training Vehicle (1/5 scale) Update
Other topics:
Beta Was this translation helpful? Give feedback.
All reactions