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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
ARRC-Rocket
/
ActiveRocketPy
Public
forked from
zuorenchen/ActiveRocketPy
Notifications
You must be signed in to change notification settings
Fork
2
Star
9
Code
Issues
2
Pull requests
2
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
REL: v1.13 hotfix, actuator argument validation (#19)
- #23
#23
Merged
thc1006
merged 43 commits into
master
ARRC-Rocket/ActiveRocketPy:master
from
develop
ARRC-Rocket/ActiveRocketPy:develop
Copy head branch name to clipboard
Jul 29, 2026
Conversation
Commits
43
(43)
Checks
Files changed
Merged
REL: v1.13 hotfix, actuator argument validation (#19)
#23
thc1006
merged 43 commits into
master
ARRC-Rocket/ActiveRocketPy:master
from
develop
ARRC-Rocket/ActiveRocketPy:develop
Copy head branch name to clipboard
Commits
Commits on May 5, 2026
Add actuator dynamics in TVC and ThrottleControl
chichunwang
committed
c919c2c
View commit details
Copy full SHA for c919c2c
Browse repository at this point
Refactor actuator_tau parameters to use None as default in TVC and ThrottleControl
chichunwang
committed
1cf76b8
View commit details
Copy full SHA for 1cf76b8
Browse repository at this point
Commits on May 30, 2026
Add actuator dynamics to RollControl
chichunwang
committed
cb78b68
View commit details
Copy full SHA for cb78b68
Browse repository at this point
Commits on Jun 6, 2026
Move actuators to a new actuator folder and rename actuator classes
zuorenchen
committed
bbc5cd3
View commit details
Copy full SHA for bbc5cd3
Browse repository at this point
Refactor roll, throttle, and thrust vector acutator with a new actuator class
zuorenchen
committed
3656f7e
View commit details
Copy full SHA for 3656f7e
Browse repository at this point
Add pytest for all actuators
zuorenchen
committed
233666b
View commit details
Copy full SHA for 233666b
Browse repository at this point
Update rocket.py and flight.py for actuator class update
zuorenchen
committed
9892e50
View commit details
Copy full SHA for 9892e50
Browse repository at this point
Fix actuator class calls
zuorenchen
committed
f13f92a
View commit details
Copy full SHA for f13f92a
Browse repository at this point
Update active control example with new actuator class
zuorenchen
committed
32bf679
View commit details
Copy full SHA for 32bf679
Browse repository at this point
Commits on Jun 7, 2026
Update time_overshoot in flight.py to align rocketpy commit #45a89
Show description for 53e588d
zuorenchen
committed
53e588d
View commit details
Copy full SHA for 53e588d
Browse repository at this point
Commits on Jun 14, 2026
Fix actuator unit tests
zuorenchen
committed
879a921
View commit details
Copy full SHA for 879a921
Browse repository at this point
Enhance ThrustVectorActuator2D with serialization methods and improve documentation
zuorenchen
committed
a26cd8c
View commit details
Copy full SHA for a26cd8c
Browse repository at this point
Fix comment msg
zuorenchen
committed
b3187ed
View commit details
Copy full SHA for b3187ed
Browse repository at this point
Fix pylint unused parameters
zuorenchen
committed
ee0dcf0
View commit details
Copy full SHA for ee0dcf0
Browse repository at this point
Remove unused import
zuorenchen
committed
9f0a956
View commit details
Copy full SHA for 9f0a956
Browse repository at this point
Fix pylint warnings
zuorenchen
committed
29841c2
View commit details
Copy full SHA for 29841c2
Browse repository at this point
Refactor __run_in_serial() to fix pylint too much statement warning
zuorenchen
committed
837e0f4
View commit details
Copy full SHA for 837e0f4
Browse repository at this point
Fix: use warning instead of printf
zuorenchen
committed
02ba66e
View commit details
Copy full SHA for 02ba66e
Browse repository at this point
Fix comment
zuorenchen
committed
8281a6a
View commit details
Copy full SHA for 8281a6a
Browse repository at this point
Fix: use warning instead of printf
zuorenchen
committed
0ec4556
View commit details
Copy full SHA for 0ec4556
Browse repository at this point
Run ruff format
zuorenchen
committed
4398e40
View commit details
Copy full SHA for 4398e40
Browse repository at this point
Fix thrust3 and effective_thrust name
zuorenchen
committed
13f53f0
View commit details
Copy full SHA for 13f53f0
Browse repository at this point
Fix pytests
zuorenchen
committed
9fa47f5
View commit details
Copy full SHA for 9fa47f5
Browse repository at this point
Fix pytest utilities
zuorenchen
committed
647ed91
View commit details
Copy full SHA for 647ed91
Browse repository at this point
Fix integration/gnss pytest
zuorenchen
committed
e914ec0
View commit details
Copy full SHA for e914ec0
Browse repository at this point
Commits on Jun 25, 2026
Update readme
zuorenchen
committed
1d48998
View commit details
Copy full SHA for 1d48998
Browse repository at this point
Commits on Jun 26, 2026
Merge pull request #8 from ARRC-Rocket/enh/actuator
Show description for 7d1843a
chichunwang
authored
7d1843a
View commit details
Copy full SHA for 7d1843a
Browse repository at this point
Merge pull request #9 from ARRC-Rocket/enh/fix_pytest
Show description for a6dda6a
chichunwang
authored
a6dda6a
View commit details
Copy full SHA for a6dda6a
Browse repository at this point
Commits on Jun 27, 2026
ENH: seed sensor measurement noise per instance (#13)
Show description for e9ebff6
thc1006
authored
e9ebff6
View commit details
Copy full SHA for e9ebff6
Browse repository at this point
TST: seed the noisy accelerometer and gyroscope fixtures (#14)
Show description for e06285b
thc1006
authored
e06285b
View commit details
Copy full SHA for e06285b
Browse repository at this point
Commits on Jul 26, 2026
ENH: pull v1.13 from RocketPy (#16)
zuorenchen
authored
36381dc
View commit details
Copy full SHA for 36381dc
Browse repository at this point
test: characterization tests for Flight.step_simulation() (#11)
Show description for bfcd57b
thc1006
authored
bfcd57b
View commit details
Copy full SHA for bfcd57b
Browse repository at this point
Merge branch 'master' into develop
zuorenchen
authored
2762df1
View commit details
Copy full SHA for 2762df1
Browse repository at this point
Commits on Jul 27, 2026
Validate actuator arguments so the checks survive -O and None works
Show description for 99eef7e
thc1006
committed
99eef7e
View commit details
Copy full SHA for 99eef7e
Browse repository at this point
Commits on Jul 28, 2026
Reject NaN in the actuator argument checks
Show description for 35d1702
thc1006
committed
35d1702
View commit details
Copy full SHA for 35d1702
Browse repository at this point
Validate the value, not the reflexivity of a comparison
Show description for f55358e
thc1006
committed
f55358e
View commit details
Copy full SHA for f55358e
Browse repository at this point
fix: validation stopped at the arguments, and three paths went around it
Show description for 4ecd10f
thc1006
committed
4ecd10f
View commit details
Copy full SHA for 4ecd10f
Browse repository at this point
fix: the rewritten coefficient still had an overflow, in the product
Show description for b097411
thc1006
committed
b097411
View commit details
Copy full SHA for b097411
Browse repository at this point
Commits on Jul 29, 2026
Trim the checks that no real configuration can reach
Show description for 36bda41
thc1006
committed
36bda41
View commit details
Copy full SHA for 36bda41
Browse repository at this point
Three ways a mistyped config reaches something worse than an error
Show description for 2fa75e6
thc1006
committed
2fa75e6
View commit details
Copy full SHA for 2fa75e6
Browse repository at this point
A boolean is not a rate, and an oversized int is not a different error
Show description for bd9317b
thc1006
committed
bd9317b
View commit details
Copy full SHA for bd9317b
Browse repository at this point
Merge pull request #19 from ARRC-Rocket/fix/actuator-validation
Show description for 489f1a0
thc1006
authored
489f1a0
View commit details
Copy full SHA for 489f1a0
Browse repository at this point
Merge remote-tracking branch 'origin/master' into develop
Show description for 6ec4a2c
thc1006
committed
6ec4a2c
View commit details
Copy full SHA for 6ec4a2c
Browse repository at this point
You can’t perform that action at this time.