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

404 Complete Boat State Class #432

Open
wants to merge 41 commits into
base: main
Choose a base branch
from

Conversation

stevenxu27
Copy link
Contributor

@stevenxu27 stevenxu27 commented Sep 7, 2024

Description

  • Resolves Complete boat state class #404
  • Completed boat state class for computing total net force and net torque on the sailboat. Currently using mock dimensions for sailboat's centre of effort so will need to update date that once determinable from SOLIDWORKS model.

Verification

  • The tests in tests/unit/nodes/physics_engine under the test_model.py` test the functions of computing net force and torque on the sailboat overall.

Resources

@stevenxu27 stevenxu27 self-assigned this Nov 2, 2024
.vscode/settings.json Outdated Show resolved Hide resolved
Comment on lines +110 to +111
apparent_wind_vel = np.subtract(rel_wind_vel, self.relative_velocity[0:2])
apparent_water_vel = np.subtract(rel_water_vel, self.relative_velocity[0:2])
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please check if slicing ([0:2]) is still necessary after fluid generation update.

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.

Complete boat state class
3 participants