-
Notifications
You must be signed in to change notification settings - Fork 2
404 Complete Boat State Class #432
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
base: main
Are you sure you want to change the base?
Conversation
…into user/stevenxu27/404-Complete-Boat-State-Class
notebooks/controller/wingsail_controller_prototype/prototype_wingsail_controller.ipynb
Outdated
Show resolved
Hide resolved
…into user/stevenxu27/404-Complete-Boat-State-Class
This reverts commit 94f684f.
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]) |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@stevenxu27, any update on this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It should have been fixed. Will check tomorrow to confirm.
…into user/stevenxu27/404-Complete-Boat-State-Class
Description
Verification
tests/unit/nodes/physics_engine
under the test_model.py` test the functions of computing net force and torque on the sailboat overall.Resources