2024-04-25 Racing Working Group Meeting #4666
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
Autonomous Karting Series (AKS) Competition
Competition Rules
UPenn Team Strategy
Prior-mapping allowed category:
-- Since there will be no cone on the side of the track. Lidar-based maps and localization will not be useful. It will be featureless
-- Localization may be achieved with GNSS or vision-based localization
-- Vision-based localization can be achieved by first generating a map based on the track outline from the satellite image. At run time, perform grass boundary detection and convert them into 2D Lidar format, and utilize particle filter to achieve localization. Image wrapping from uneven ground can affect the localization accuracy
-- We will generate an optimized centerline and run a trajectory follower controller (RecordReplay_planner, pure-pursuit) to follow the trajectory. Will switch to gap follow when a collision with an obstacle is identified
Reactive category:
-- Cones will be placed on the sides of the track 3 meters apart from each other
-- Track boundaries can be identified with grass boundary detection or (vision/Lidar) cone detection and connect nearby cones to close the gap
-- Gap-follow type planners will be used to navigate through the track
All of the above packages will be ported and run within the Autoware framework. Will run the test in real life and in the simulator
A binary version of the simulator will be released along with the editor version of the simulator
Other topics:
Beta Was this translation helpful? Give feedback.
All reactions