Skip to content
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.

Implement controllers for rudder and sail actuation mechanisms #78

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

Conversation

stevenxu27
Copy link
Contributor

Description

  • Having issues with pytest, so test cases are written but functions weren't able to be tested. Hopefully will be resolved during the meeting tomorrow. I wanted you to have a chance to see my logic in case any big restructuring was needed.

Verification

  • The tests in tests/unit/nodes/low_level_control under the TestRudderController test the functions of the controller implementation for the rudder and sail simulation controller.

Resources

.github/workflows/tests.yml Outdated Show resolved Hide resolved
boat_simulator/nodes/low_level_control/control.py Outdated Show resolved Hide resolved
boat_simulator/nodes/low_level_control/controller.py Outdated Show resolved Hide resolved
boat_simulator/nodes/low_level_control/controller.py Outdated Show resolved Hide resolved
boat_simulator/nodes/low_level_control/controller.py Outdated Show resolved Hide resolved
boat_simulator/nodes/low_level_control/controller.py Outdated Show resolved Hide resolved
boat_simulator/nodes/low_level_control/controller.py Outdated Show resolved Hide resolved
boat_simulator/nodes/low_level_control/controller.py Outdated Show resolved Hide resolved
boat_simulator/nodes/low_level_control/controller.py Outdated Show resolved Hide resolved
tests/unit/nodes/low_level_control/test_controller.py Outdated Show resolved Hide resolved
@stevenxu27 stevenxu27 self-assigned this Mar 11, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement controllers for rudder and sail actuation mechanisms
3 participants