Skip to content
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

Extract raw data and provide a means to register in external frame #7

Draft
wants to merge 18 commits into
base: main
Choose a base branch
from

Conversation

asymingt
Copy link
Owner

@asymingt asymingt commented Jul 27, 2023

This PR makes a number of changes to the driver. Specifically:

  1. It enables raw data. So you now get correctly timestamped sensor angles, inertial, lighthouse metadata and tracker metadata all on their own topics.
  2. It fixes the "recalibrate", "composable" and "record" launch argument.
  3. It adds a config_merger tool to help merge several configuration files from multiple calibration rounds. This is needed if you have one tracker working in a region where there is no point at which all base stations are in view.
  4. It separates out the driver config into an "in" and "out" component, which means that you can choose to ingest a starting config but write any changes to an out put config.
  5. It bind-mounts ./data into the container as ~/.ros so that config and experiment data is persisted from ta running experiment to a folder on host.

Compilation is mcuh longer now because it also installs GTSAM in preparation for a new poser that integrates multiple tracker inertial and angle information.

@asymingt asymingt force-pushed the asymingt/add-raw-data branch 2 times, most recently from 2dcca27 to 08e69ef Compare July 27, 2023 19:03
@asymingt asymingt changed the title Extract raw data and track rigid bodies Extract raw data and provide a means to register in external frame Jul 27, 2023
@asymingt asymingt marked this pull request as ready for review August 2, 2023 19:26
@asymingt asymingt marked this pull request as draft August 7, 2023 18:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant