-
Notifications
You must be signed in to change notification settings - Fork 11
November 5, 2021
- Everyone can update this document as needed
- Move your Issues to the appropriate ZenHub columns and add details to your Issue as comments
- Quinn will work with other members to take their technical work and convert it into approachable, valuable lesson plans for a high school setting.
- Turn GPS data into full ROS node (now functional)
- GPS node now just requires cleanup
- Node can publish GPS position, velocity, and heading
-
Focusing on fixing our mapping pipeline, which starts with turning live Lidar data into a fused map, moves to aligning the PCD map with the Lanelet map/satelite data, then PCD cleanup and stitching
-
Working to deliver live mapping demonstation by the end of the Sprint, likely using exisiting libraries and either our data or a public dataset
-
Cleanup of existing map publishers and/or development of new map publishers will wait until future Sprint
- Includes optimizing map data delivery to only publish needed map regions
-
Will write spotlight articles on members weekly
-
Planning collaboration with IEEE
-
Also connected with friends in ACM, WIE
-
Will begin providing project updates on our lab's Surface Hub, meant for window watchers
-
Wants to take pictures and video of Hail Bopp at work
-
Nice new readme for Navigator has been pushed to dev branch, will move to main at end of Sprint
-
Bare-bones safety manager nearly complete
- Based on ROS services, not publish-subscribe system. Services use a call-and-response approach that provides acknowledgement of receipt; this is safer for critical systems.
- Safety events from nodes will be followed by acknolwdgement from Safety Manager.
-
Will be updating test_utils to add test client support
-
Adding GitHub Actions functionality to codebase, including automatic tests
- Rough draft of 3D model in progress
- Using Blender, which is freeform rather than precision
- Looking into precision modeling using Blender, which will make our model dimensionally accurate
- Modelng ZED cameras
Above: Car model draft in progress
Above: More logo concepts from Phu
- Added cameras to sim vehicle
- Added file backup system
- Aim to not use raw console, use frontend console instead
- Ready to merge some code to dev branch
- Working on core communication protocol
- Working with Phu, Perception to determine how 3D data will be visualized
- ZED front cameras are both mounted using custom, 3D-printed parts
- ZED 2i (front) is online with a custom Docker image
- ZED SDK and ROS wrapper need to be in custom image, as they require the L4T Ubuntu 18.04 upstream image that our main stack does not support.
- 18.04 is EOL, but it's the only way the ZED SDK will run
- Object Detector not fully tested
- Rear ZED not online yet
- Need to push Docker image to Docker Hub or GitHub Container Repository
- ZED SDK and ROS wrapper need to be in custom image, as they require the L4T Ubuntu 18.04 upstream image that our main stack does not support.
- Jim
- Goal: Set up path planning this sprint so that costs are assigned in next sprint
- Two types of curve: one models environement like centerlines and curbs, other models potential paths that car generates
- Egan
- Working on route planner, cleaning up Autoware code and adding lane change cpabilities
- Route planner fully document
- Need to visualize route data, including lane changes
- Cristian
- Will derive math for car kinematic model
- This is used for MPC, defines physical constaints for car
- Will derive math for car kinematic model
- Rae
- 3D object detection methods
- SSD or YOLO? Will check after YOLO implementation
- Kyle
- Localization: Comparing NDT and other
- If we want to use YOLO, use v4. ZED supports v4 models
General
- Papers for literature review
- Demo 2: Grand Tour (Overview)
- Our Team
- Learning resources
- Meeting notes
- Archived Pages
Development & Simulation
- Code Standards and Guidelines
- Writing and Running Tests
- Installation and usage
- Logging into the Quad Remote Simulator
- Running the Simulator
Software Design
Outdated or Uncategorized