UBCSailbot / sailbot_workspace

UBC Sailbot's monorepo
https://ubcsailbot.github.io/sailbot_workspace/main/
Apache License 2.0
4 stars 1 forks source link

Compute Net Force and Torque on Boat #250

Open eomielan opened 6 months ago

eomielan commented 6 months ago

Purpose

The purpose is to finalize the implementation of the Python classes responsible for tracking the state of the boat. This encompasses kinematic information regarding the boat's position, velocity, and acceleration in both global and relative reference frames. For more detailed information on the reference frames utilized, please refer to this confluence page.

Description

You will accomplish the following tasks within boat_simulator/nodes/physics_engine/model.py.

Tests

Add your unit tests to tests/unit/nodes/physics_engine/test_model.py. Utilize the pytest API for testing, which is already installed.

Upon completion, submit a pull request to the main branch.

Resources