Commit 6f640a1
Release: actuator module (#10)
* Add actuator dynamics in TVC and ThrottleControl
* Refactor actuator_tau parameters to use None as default in TVC and ThrottleControl
* Add actuator dynamics to RollControl
* Move actuators to a new actuator folder and rename actuator classes
* Refactor roll, throttle, and thrust vector acutator with a new actuator class
* Add pytest for all actuators
* Update rocket.py and flight.py for actuator class update
* Fix actuator class calls
* Update active control example with new actuator class
* Update time_overshoot in flight.py to align rocketpy commit #45a89
RocketPy-Team@45a891e
* Fix actuator unit tests
* Enhance ThrustVectorActuator2D with serialization methods and improve documentation
* Fix comment msg
* Fix pylint unused parameters
* Remove unused import
* Fix pylint warnings
* Refactor __run_in_serial() to fix pylint too much statement warning
* Fix: use warning instead of printf
* Fix comment
* Fix: use warning instead of printf
* Run ruff format
* Fix thrust3 and effective_thrust name
* Fix pytests
* Fix pytest utilities
* Fix integration/gnss pytest
* Update readme
---------
Co-authored-by: RickyRicato <rickywang44@gmail.com>
Co-authored-by: ChiChun Wang <99960850+chichunwang@users.noreply.github.com>1 parent df3ea41 commit 6f640a1
27 files changed
Lines changed: 1611 additions & 825 deletions
File tree
- docs/examples
- rocketpy
- prints
- rocket
- actuator
- aero_surface
- sensors
- simulation
- stochastic
- tests
- integration
- unit
- rocket
- sensors
- simulation
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
22 | 18 | | |
23 | 19 | | |
24 | 20 | | |
| |||
76 | 72 | | |
77 | 73 | | |
78 | 74 | | |
79 | | - | |
80 | 75 | | |
81 | 76 | | |
82 | 77 | | |
| |||
100 | 95 | | |
101 | 96 | | |
102 | 97 | | |
103 | | - | |
104 | 98 | | |
105 | 99 | | |
106 | 100 | | |
| |||
114 | 108 | | |
115 | 109 | | |
116 | 110 | | |
117 | | - | |
| 111 | + | |
| 112 | + | |
Lines changed: 37 additions & 51 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
48 | | - | |
49 | 47 | | |
50 | 48 | | |
51 | 49 | | |
52 | 50 | | |
53 | 51 | | |
54 | | - | |
55 | 52 | | |
56 | 53 | | |
57 | 54 | | |
| |||
284 | 281 | | |
285 | 282 | | |
286 | 283 | | |
287 | | - | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
288 | 291 | | |
289 | 292 | | |
290 | 293 | | |
291 | 294 | | |
292 | 295 | | |
293 | | - | |
294 | | - | |
| 296 | + | |
| 297 | + | |
295 | 298 | | |
296 | 299 | | |
297 | 300 | | |
298 | | - | |
299 | | - | |
| 301 | + | |
| 302 | + | |
300 | 303 | | |
301 | 304 | | |
302 | 305 | | |
303 | | - | |
304 | | - | |
| 306 | + | |
| 307 | + | |
305 | 308 | | |
| 309 | + | |
306 | 310 | | |
307 | | - | |
308 | 311 | | |
309 | 312 | | |
310 | | - | |
| 313 | + | |
311 | 314 | | |
312 | 315 | | |
313 | 316 | | |
| |||
373 | 376 | | |
374 | 377 | | |
375 | 378 | | |
376 | | - | |
377 | | - | |
378 | | - | |
379 | | - | |
| 379 | + | |
380 | 380 | | |
381 | 381 | | |
382 | 382 | | |
383 | | - | |
384 | | - | |
385 | | - | |
386 | 383 | | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
387 | 387 | | |
388 | 388 | | |
389 | 389 | | |
| |||
408 | 408 | | |
409 | 409 | | |
410 | 410 | | |
411 | | - | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
412 | 414 | | |
413 | 415 | | |
414 | 416 | | |
415 | 417 | | |
416 | | - | |
417 | | - | |
418 | | - | |
419 | | - | |
420 | | - | |
421 | | - | |
422 | | - | |
423 | | - | |
424 | | - | |
425 | | - | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
426 | 423 | | |
427 | 424 | | |
428 | 425 | | |
429 | 426 | | |
430 | 427 | | |
431 | | - | |
| 428 | + | |
432 | 429 | | |
433 | | - | |
434 | | - | |
435 | | - | |
436 | | - | |
437 | | - | |
| 430 | + | |
438 | 431 | | |
439 | 432 | | |
440 | 433 | | |
| |||
461 | 454 | | |
462 | 455 | | |
463 | 456 | | |
464 | | - | |
| 457 | + | |
465 | 458 | | |
466 | 459 | | |
467 | 460 | | |
468 | 461 | | |
| 462 | + | |
469 | 463 | | |
470 | 464 | | |
471 | | - | |
| 465 | + | |
| 466 | + | |
472 | 467 | | |
473 | 468 | | |
474 | | - | |
| 469 | + | |
475 | 470 | | |
476 | 471 | | |
477 | 472 | | |
478 | 473 | | |
479 | | - | |
| 474 | + | |
480 | 475 | | |
481 | 476 | | |
482 | 477 | | |
| |||
491 | 486 | | |
492 | 487 | | |
493 | 488 | | |
494 | | - | |
495 | | - | |
496 | | - | |
497 | | - | |
498 | | - | |
499 | | - | |
500 | | - | |
501 | | - | |
502 | | - | |
503 | 489 | | |
504 | 490 | | |
505 | 491 | | |
| |||
532 | 518 | | |
533 | 519 | | |
534 | 520 | | |
535 | | - | |
| 521 | + | |
536 | 522 | | |
537 | 523 | | |
538 | 524 | | |
| |||
546 | 532 | | |
547 | 533 | | |
548 | 534 | | |
549 | | - | |
| 535 | + | |
550 | 536 | | |
551 | 537 | | |
552 | 538 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
This file was deleted.
0 commit comments