Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
autrin
/
autonomy-stack
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Add new abstract classes, improve makefile and CI
- #2
#2
Merged
autrin
merged 13 commits into
main
autrin/autonomy-stack:main
from
phase0-scaffolding
autrin/autonomy-stack:phase0-scaffolding
Copy head branch name to clipboard
Jun 14, 2026
Conversation
Commits
13
(13)
Checks
Files changed
Merged
Add new abstract classes, improve makefile and CI
#2
autrin
merged 13 commits into
main
autrin/autonomy-stack:main
from
phase0-scaffolding
autrin/autonomy-stack:phase0-scaffolding
Copy head branch name to clipboard
Commits
Commits on Jun 14, 2026
fix typo in doc
autrin
committed
6f5b26c
View commit details
Copy full SHA for 6f5b26c
Browse repository at this point
Update optional dependencies to specify upper bounds for dev tools
autrin
committed
f47efc9
View commit details
Copy full SHA for f47efc9
Browse repository at this point
Refine CI workflow: cancel older runs of the same branch when a new commit lands. See ever version's result and not just the first failure. delegate the lint and test to make
autrin
committed
669f9ca
View commit details
Copy full SHA for 669f9ca
Browse repository at this point
Add auto fix and format and lint test
autrin
committed
6e8296b
View commit details
Copy full SHA for 6e8296b
Browse repository at this point
Add init py to tests
autrin
committed
1b28762
View commit details
Copy full SHA for 1b28762
Browse repository at this point
Add SteeringServo abstract class for steering control
autrin
committed
fc643f4
View commit details
Copy full SHA for fc643f4
Browse repository at this point
Add IMU class and ImuReading data class for IMU data handling
autrin
committed
9c375b5
View commit details
Copy full SHA for 9c375b5
Browse repository at this point
Add Pose data class for representing 2D pose of the car in the world frame
autrin
committed
0fe513e
View commit details
Copy full SHA for 0fe513e
Browse repository at this point
Add Detection data class for representing detected lane features and obstacles
autrin
committed
63f6359
View commit details
Copy full SHA for 63f6359
Browse repository at this point
Add Planner class with Waypoint and Trajectory data classes for trajectory planning
autrin
committed
d03637e
View commit details
Copy full SHA for d03637e
Browse repository at this point
Add Command data class and Controller abstract class for actuator command handling
autrin
committed
c9888b1
View commit details
Copy full SHA for c9888b1
Browse repository at this point
Add additional hardware interfaces to parameterized test for instantiation checks
autrin
committed
dc05ab2
View commit details
Copy full SHA for dc05ab2
Browse repository at this point
Remove __init__.py file from tests directory
autrin
committed
dd9472d
View commit details
Copy full SHA for dd9472d
Browse repository at this point
You can’t perform that action at this time.