2024-08-01 Racing Working Group Meeting #5056
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
Autoware on F1tenth Update
-- Package reorganized and planning modules were added a “autoware” prefix in the package name
-- simple_trajectory_follower and controller codes were updated. The autoware_auto msgs were replaced by autoware_msgs
-- The recordreplay_planner packages that our demo is based on still use the autoware_auto_planning_msgs that include action messages(for record and replay) that were not yet added to the autoware_planning_msgs
-- The utility functions(part of the Autoware core packages) called by the simple_trajectory_follower now requires autoware_planning_msgs
-- Need to interface the recordreplay_planner(autoware_auto_planning_msgs) and trajectory_follower(autoware_planning_msgs)
-- To resolve this, our trajectory_follower_f1tenth node is modified to subscribe to the trajectory in the old autoware_auto_planning_msgs format. The trajectory is then converted to the autoware_planning_msgs format before further processing
Autoware on F1tenth Future Plan
-- Sensing: utilizes the f1tenth_stack for sensor interface
-- Localization: F1tenth - particle_filter for 2D Lidar localization, F1fifth - ndt_scan_matcher for 3D Lidar localization
-- Perception: removed and not in the current scope
-- Planning: mission planning(lane driving, parking), obstacle avoidance
-- Control: trajectory_follower
-- For F1tenth the pointcloud map is mainly for vector(lanelet2) map generation and obstacle visualization in Rviz, not for localization
-- Use simple image processing techniques on the occupancy map to get the contours of the obstacle blocks. Then, pointcloud can be generated by extruding the contours in the Z direction at a specific height and density
Other topics:
Beta Was this translation helpful? Give feedback.
All reactions