Skip to content

Latest commit

 

History

History
75 lines (62 loc) · 4.02 KB

File metadata and controls

75 lines (62 loc) · 4.02 KB
layout title show_menu
page
DevOps
true

Our development focuses on three core projects: AVLite, a high-level autonomy stack for advanced decision-making and perception; ORBit, a risk-bounded mid-level autonomy stack for safe and reliable operation; and Pigeon, a cloud-based backend supporting coordination, data management, and multi-agent collaboration.

AVlite
AVLite: High-level autonomy stack.
AVLite provides advanced decision-making, perception, and planning capabilities for autonomous vehicles, enabling robust navigation and complex task execution. Check AVLite Documentation.
ORBit
ORBit: Mid-level autonomy stack.
ORBit focuses on real-time risk assessment and high-level stack plan validation through independent evaluation and agentic verification, ensuring safe and reliable operation.
Pigeon
Pigeon: Cloud-based support, coordination, and agentic backend.
Pigeon enables scalable cloud-based coordination, data management, and backend services for distributed autonomous systems, supporting multi-agent collaboration, remote monitoring, and seamless integration with digital twin environments.

Please visit our GitHub.

ORBit: Mid-level Autonomy Stack

<iframe src="https://www.youtube.com/embed/ZYhhkAWVly0?si=Qc0yhZ27rooE7_SE&autoplay=1&modestbranding=1" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>

Last Mile Passenger Mobility & Data Collection

The AV Lab has a fleet of autonomous vehicles, consisting of two passenger vehicles for last-mile transportation and a retrofitted Nissan Leaf. These vehicles are equipped with LiDAR sensors and multiple cameras, allowing for advanced sensing and perception capabilities. We are excited to collaborate with researchers in this field and welcome any inquiries about research partnerships. Please feel free to reach out to us to explore opportunities for collaboration.

<iframe src="https://www.youtube.com/embed/k4qmW9vgAio?controls=0" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

Other Research Platforms

Our lab also develops and operates additional research platforms, including a retrofitted Nissan Leaf electric vehicle equipped for autonomous driving experiments and a digital twin of the SAN Campus for simulation and testing. These platforms support advanced research in perception, planning, and system integration for smart mobility solutions. Check our platforms.

<style> .video-container { position: relative; padding-bottom: 56.25%; /* Adjust this value to match video's aspect ratio */ height: 0; overflow: hidden; } .video-container iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } img { display: block; margin: 0 auto; } </style>