Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simple Physics Simulation Framework #6

Merged
merged 25 commits into from
Nov 11, 2023
Merged

Conversation

victoryforphil
Copy link
Owner

Stripped of all extra abstraction, this single project rust version keeps the base types and framework, but removes any abstraction. The goal being to have a hovering quad in as simple a frameowrk.

@victoryforphil victoryforphil self-assigned this Oct 9, 2023
@victoryforphil victoryforphil added this to the Hello Sym milestone Oct 9, 2023
@codecov
Copy link

codecov bot commented Oct 9, 2023

Codecov Report

Attention: 28 lines in your changes are missing coverage. Please review.

Comparison is base (c1cef59) 93.80% compared to head (0d0f131) 96.44%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main       #6      +/-   ##
==========================================
+ Coverage   93.80%   96.44%   +2.63%     
==========================================
  Files           9       17       +8     
  Lines         210      787     +577     
  Branches        0      787     +787     
==========================================
+ Hits          197      759     +562     
- Misses         13       25      +12     
- Partials        0        3       +3     
Files Coverage Δ
src/main.rs 100.00% <100.00%> (ø)
src/simulation/actors/mod.rs 100.00% <100.00%> (ø)
src/simulation/actors/uav_actor.rs 100.00% <100.00%> (ø)
src/simulation/actors/world_actor.rs 100.00% <100.00%> (ø)
src/simulation/context.rs 100.00% <100.00%> (ø)
src/simulation/runner_options.rs 100.00% <100.00%> (ø)
src/simulation/state.rs 100.00% <100.00%> (ø)
src/types/movement.rs 100.00% <100.00%> (ø)
src/types/pose.rs 100.00% <100.00%> (ø)
src/uav/software.rs 100.00% <100.00%> (ø)
... and 7 more

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@victoryforphil victoryforphil changed the title MVP Quad Simple Physics Simulation Nov 11, 2023
@victoryforphil victoryforphil changed the title Simple Physics Simulation Simple Physics Simulation Framework Nov 11, 2023
@victoryforphil victoryforphil marked this pull request as ready for review November 11, 2023 07:22
my_rust_binary.log Outdated Show resolved Hide resolved
src/simulation/actors/uav_actor.rs Outdated Show resolved Hide resolved
src/simulation/actors/uav_actor.rs Outdated Show resolved Hide resolved
src/simulation/actors/uav_actor.rs Outdated Show resolved Hide resolved
src/simulation/actors/uav_actor.rs Outdated Show resolved Hide resolved
src/uav/state.rs Outdated Show resolved Hide resolved
@victoryforphil victoryforphil merged commit 1d68f2f into main Nov 11, 2023
4 checks passed
@victoryforphil victoryforphil linked an issue Nov 11, 2023 that may be closed by this pull request
@victoryforphil victoryforphil deleted the alex.carter/simple branch May 15, 2024 06:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Base Simulation Framework
1 participant