-
Notifications
You must be signed in to change notification settings - Fork 2
Preliminary Resolution for #425 update low level control node #445
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?
Preliminary Resolution for #425 update low level control node #445
Conversation
* Fix issues in model and physics node * Fix dimension mismatching * Fix comments for constants * Allow wind & current generation config * Allow config of fluid cov in globals.yaml * Prevent data collection from making file when not in use * Fix formatting issues with README for ci * Update fluid generation unit tests
* brought in changes from old branch * updated pkg xml with required dependencies * updated pkg xml and requirements * added jupyter notebook, ignore array type in obstacles * updated license info * updated script to apply consistent 12.5NM buffer * printing heads * ended friendship with shapefile, friends with geojson now * removed geopandas and fiona! * some metadata changes to notebook * implemented buffer amount, its set at 5000 meters right now * updated generation to include buffer * metadata --------- Co-authored-by: Sean Donaghy <seanpnd@student.ubc.ca>
…pdate-low-level-control-node
note to self: mock data node implement, update branch and then can test out my implementation using the following command |
…ttps://github.com/UBCSailbot/sailbot_workspace into alberto-escobar/425-update-low-level-control-node
src/boat_simulator/boat_simulator/nodes/low_level_control/low_level_control_node.py
Outdated
Show resolved
Hide resolved
…ttps://github.com/UBCSailbot/sailbot_workspace into alberto-escobar/425-update-low-level-control-node
Actuation routines are still working after last few commits I added. |
src/boat_simulator/boat_simulator/nodes/low_level_control/low_level_control_node.py
Outdated
Show resolved
Hide resolved
src/boat_simulator/boat_simulator/nodes/low_level_control/low_level_control_node.py
Outdated
Show resolved
Hide resolved
src/boat_simulator/boat_simulator/nodes/low_level_control/low_level_control_node.py
Outdated
Show resolved
Hide resolved
src/boat_simulator/boat_simulator/nodes/low_level_control/low_level_control_node.py
Outdated
Show resolved
Hide resolved
src/boat_simulator/boat_simulator/nodes/low_level_control/low_level_control_node.py
Outdated
Show resolved
Hide resolved
src/boat_simulator/boat_simulator/nodes/low_level_control/low_level_control_node.py
Outdated
Show resolved
Hide resolved
src/boat_simulator/boat_simulator/nodes/low_level_control/low_level_control_node.py
Outdated
Show resolved
Hide resolved
src/boat_simulator/boat_simulator/nodes/low_level_control/low_level_control_node.py
Outdated
Show resolved
Hide resolved
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.
Looks good, just want to double check control_speed
calculation and then I'll approve
@alberto-escobar and @eomielan, any updates on this PR? |
Description
Verification
Resources