-
Notifications
You must be signed in to change notification settings - Fork 90
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
Feature/ppk scripts #186
Draft
clanegge
wants to merge
18
commits into
master
Choose a base branch
from
feature/ppk_scripts
base: master
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.
Draft
Feature/ppk scripts #186
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
New base class was set up handling the listener subscriptions to message callbacks. Object can inherit from this class and set up callbacks for any group of SBP Message (observation, emphemeris, ...) .
Adds 3 lambda functions. Corresponding methods have been added to cb_to_raw_obs_converter as well.
Wrong message type was copy pasted to sbp_send_message method
- File logger is initialized in own method if in launch file logging is set to true. - Per default logger is off. Default binary directory is: /tmp/tmp_observations.sbp - Sender id was moved down to receiver_ros, so that every receiver stores its own ID, and not only the base station (sender id is needed for logging)
Changed back class names to "observation". Ephemeris can also be considered an observation
Also added prefix to observation file with the type of receiver, hopefully this allows to store observations from multiple connected receivers into different files.
Can start and stop logger for attitude and position receiver independently. If a custom name is set, the file is not overwritten when logging restarted but rather a number is added as appendix preventing accidental loss of observation files.
…lso added python script which takes the solution and adds them to an existing Rosbag.
Can be used if trying to get correct position for base station for example.
PR #174 should be merged before this one |
…lder Now user has to specify if reference files should be loaded from an sbp binary or from swisspos files.
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.
Convenience scripts for creating PPK solutions using RTKLIB
This PR contains two scripts:
I used/tested sbp2pos quite often already and it seems to work fairly well. Pos2bag still needs some work though. Especially determining the time offset between the to-be-added PPK positions and the rosbag time needs a bit more work.