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

Install hdl_graph_slam's header #218

Merged
merged 1 commit into from
Oct 4, 2021
Merged

Install hdl_graph_slam's header #218

merged 1 commit into from
Oct 4, 2021

Conversation

AchmadFathoni
Copy link
Contributor

The interactive_slam needs some hdl_graph_slam header definition. The end result will be :

        └── ros
            └── noetic
                ├── include
                │   ├── g2o
                │   │   ├── edge_plane_identity.hpp
                │   │   ├── edge_plane_parallel.hpp
                │   │   ├── edge_plane_prior.hpp
                │   │   ├── edge_se3_plane.hpp
                │   │   ├── edge_se3_priorquat.hpp
                │   │   ├── edge_se3_priorvec.hpp
                │   │   ├── edge_se3_priorxy.hpp
                │   │   ├── edge_se3_priorxyz.hpp
                │   │   └── robust_kernel_io.hpp
                │   └── hdl_graph_slam
                │       ├── DumpGraph.h
                │       ├── DumpGraphRequest.h
                │       ├── DumpGraphResponse.h
                │       ├── FloorCoeffs.h
                │       ├── graph_slam.hpp
                │       ├── information_matrix_calculator.hpp
                │       ├── keyframe.hpp
                │       ├── keyframe_updater.hpp
                │       ├── loop_detector.hpp
                │       ├── map_cloud_generator.hpp
                │       ├── nmea_sentence_parser.hpp
                │       ├── registrations.hpp
                │       ├── ros_time_hash.hpp
                │       ├── ros_utils.hpp
                │       ├── SaveMap.h
                │       ├── SaveMapRequest.h
                │       ├── SaveMapResponse.h
                │       └── ScanMatchingStatus.h

We are lucky that these header doesn't conflict with header from ros-noetic-libg2o

@koide3
Copy link
Owner

koide3 commented Oct 4, 2021

We are lucky that these header doesn't conflict with header from ros-noetic-libg2o

Maybe I should have put them in another directory rather than g2o. Anyways, I merge the PR.

@koide3 koide3 merged commit 85209f7 into koide3:master Oct 4, 2021
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

2 participants