generated from athackst/vscode_ros2_workspace
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Remote Transceiver GlobalPath to Iridium - #269 #464
Draft
vaibhavambastha
wants to merge
57
commits into
main
Choose a base branch
from
user/remote_transceiver/downstream
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* 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 <[email protected]>
* Changed sensor names to resolve ROS conflict * Updated WindSensor to SimWindSensor
* Made global path none in localpathstate and checked it when initializing reference_latlon * Changed the test case to not have localpathstate to be none
#450) * refactor test rockblock server to intake waypoint data and error code * add documentation for refactor of rockblock web server * fix for linter
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Implemented functionality to transmit a series of global waypoints to Polaris via the Iridium satellite network. The changes include:
Polaris::GlobalPath
object.Polaris::GlobalPath
object to a binary string.A new table has been added to the database to store Iridium response logs. The schema follows the structure outlined in "Database Schemas → Iridium Response" on Confluence.
Verification
rockblock_web_server.py
to simulate Rockblock server interactions, covering all specified error cases.test_remote_transceiver.cpp
through testsTestPostGlobalPath
andTestPostGlobalPathMult
.Resources