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

Rebase issue 50 separate imu cam revert repeated commits #363

Merged

Conversation

qinjunj
Copy link
Contributor

@qinjunj qinjunj commented Nov 25, 2022

Fix rebase in #339 and revert repeated commits.
Adapts offload-vio to separated imu and cam; update to the TCP implementation.

Close #339.

@qinjunj qinjunj self-assigned this Nov 25, 2022
@qinjunj qinjunj added the feature New feature or request label Nov 25, 2022
@qinjunj qinjunj added this to the 3.2 milestone Nov 25, 2022
Copy link
Member

@jianxiapyh jianxiapyh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

left some comments that we can discuss

common/data_format.hpp Outdated Show resolved Hide resolved
configs/offload-server.yaml Outdated Show resolved Hide resolved
configs/rt_slam_plugins.yaml Outdated Show resolved Hide resolved
configs/rt_slam_plugins.yaml Outdated Show resolved Hide resolved
debugview/plugin.cpp Show resolved Hide resolved
offline_imu/csv_iterator.hpp Outdated Show resolved Hide resolved
offline_imu/data_loading.hpp Show resolved Hide resolved
offload_vio/device_tx/plugin.cpp Outdated Show resolved Hide resolved
record_imu_cam/plugin.cpp Outdated Show resolved Hide resolved
zed/src/main.cpp Outdated Show resolved Hide resolved
offline_imu/plugin.cpp Outdated Show resolved Hide resolved
common/data_format.hpp Outdated Show resolved Hide resolved
Boyuan-Tian
Boyuan-Tian previously approved these changes Dec 19, 2022
configs/offload-server.yaml Outdated Show resolved Hide resolved
offline_imu/data_loading.hpp Outdated Show resolved Hide resolved
jianxiapyh
jianxiapyh previously approved these changes Dec 19, 2022
Boyuan-Tian
Boyuan-Tian previously approved these changes Jan 10, 2023
jianxiapyh
jianxiapyh previously approved these changes Jan 10, 2023
@qinjunj qinjunj dismissed stale reviews from jianxiapyh and Boyuan-Tian via 6f3f0ed January 18, 2023 02:37
@qinjunj qinjunj force-pushed the rebase-issue-50-separate-imu-cam-revert-repeated-commits branch from f34cbe1 to 6f3f0ed Compare January 18, 2023 02:37
@qinjunj qinjunj force-pushed the rebase-issue-50-separate-imu-cam-revert-repeated-commits branch from a584139 to a8e09e8 Compare January 18, 2023 03:45
@qinjunj qinjunj force-pushed the rebase-issue-50-separate-imu-cam-revert-repeated-commits branch from 31d2bb7 to 6d97977 Compare January 18, 2023 23:33
@qinjunj qinjunj merged commit b60a2a9 into master Jan 20, 2023
1 check failed
mvanmoer pushed a commit that referenced this pull request Jan 31, 2023
* split imu_cam and no optional needed

* add buffered reader related to switchboard

* add internal_stop to threadloop

* update yaml files

* split imu and cam for debugview

* split imu and cam for zed realsense depthai

* created offline_imu and offline_cam

* split imu and cam for offload_vio

* split imu and cam for record_imu_cam

* split imu and cam for integrators

* split imu and cam for ground_truth_slam

* responses to reviews

* Fixed leftover issue while resolving conflicts

* [pre-commit.ci] Run clang-format

* [pre-commit.ci] Run clang-format

* fix rk4 and change imu data type to doubles

* [pre-commit.ci] Run clang-format

* start realsense only after the clock is started

* [pre-commit.ci] Run clang-format

* Fixed Eigen Matrices type conversion

* clean up and address reviewer's comments

* [pre-commit.ci] Run clang-format

* address reviewer comments

* address reviewer comments, fix offload, change tags, move csv_iterator to common

* [pre-commit.ci] Run clang-format

* Cleaned up branch by removing include opencv that are unused in data_loading.hpp

* address reviewers' comments

* test changes in Kimera

* use fixed Kimera

* change Kimera tag

* [pre-commit.ci] Run clang-format

Co-authored-by: Henry Che <daihung.che@gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Eli Feinberg <elifeinberg@gmail.com>
EliFeinberg pushed a commit that referenced this pull request Feb 9, 2023
mvanmoer pushed a commit that referenced this pull request Mar 2, 2023
* split imu_cam and no optional needed

* add buffered reader related to switchboard

* add internal_stop to threadloop

* update yaml files

* split imu and cam for debugview

* split imu and cam for zed realsense depthai

* created offline_imu and offline_cam

* split imu and cam for offload_vio

* split imu and cam for record_imu_cam

* split imu and cam for integrators

* split imu and cam for ground_truth_slam

* responses to reviews

* Fixed leftover issue while resolving conflicts

* [pre-commit.ci] Run clang-format

* [pre-commit.ci] Run clang-format

* fix rk4 and change imu data type to doubles

* [pre-commit.ci] Run clang-format

* start realsense only after the clock is started

* [pre-commit.ci] Run clang-format

* Fixed Eigen Matrices type conversion

* clean up and address reviewer's comments

* [pre-commit.ci] Run clang-format

* address reviewer comments

* address reviewer comments, fix offload, change tags, move csv_iterator to common

* [pre-commit.ci] Run clang-format

* Cleaned up branch by removing include opencv that are unused in data_loading.hpp

* address reviewers' comments

* test changes in Kimera

* use fixed Kimera

* change Kimera tag

* [pre-commit.ci] Run clang-format

Co-authored-by: Henry Che <daihung.che@gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Eli Feinberg <elifeinberg@gmail.com>
jianxiapyh pushed a commit that referenced this pull request May 14, 2023
* split imu_cam and no optional needed

* add buffered reader related to switchboard

* add internal_stop to threadloop

* update yaml files

* split imu and cam for debugview

* split imu and cam for zed realsense depthai

* created offline_imu and offline_cam

* split imu and cam for offload_vio

* split imu and cam for record_imu_cam

* split imu and cam for integrators

* split imu and cam for ground_truth_slam

* responses to reviews

* Fixed leftover issue while resolving conflicts

* [pre-commit.ci] Run clang-format

* [pre-commit.ci] Run clang-format

* fix rk4 and change imu data type to doubles

* [pre-commit.ci] Run clang-format

* start realsense only after the clock is started

* [pre-commit.ci] Run clang-format

* Fixed Eigen Matrices type conversion

* clean up and address reviewer's comments

* [pre-commit.ci] Run clang-format

* address reviewer comments

* address reviewer comments, fix offload, change tags, move csv_iterator to common

* [pre-commit.ci] Run clang-format

* Cleaned up branch by removing include opencv that are unused in data_loading.hpp

* address reviewers' comments

* test changes in Kimera

* use fixed Kimera

* change Kimera tag

* [pre-commit.ci] Run clang-format

Co-authored-by: Henry Che <daihung.che@gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Eli Feinberg <elifeinberg@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants