Andre Nguyen
Andre Nguyen
I heard from @SteveMacenski (who himself heard from other people) that the project has indeed been canned. Kind of a shame really.
Damn, would be great to hear from the old team or have some kind of post-mortem blog post up so the community can get a glimpse at lessons learned from...
Off the top of my head there's - https://github.com/erik-nelson/blam - https://github.com/RobustFieldAutonomyLab/LeGO-LOAM - https://github.com/koide3/hdl_graph_slam - https://github.com/ethz-asl/segmap
My guess is that you can create a dynamic tag that would have special handling but it might be tedious because every single templated operation will also have to be...
Did you source your workspace...
Oh sorry about the lack of details. This PR fixes 2 problems and adds 1 feature. 1. Problem: the added `export(PACKAGE ...)` line now actually exports cxxopts to the user...
Just to confirm, do you mean these two lines? `-- Installing: /cxxopts-2.2.0/cmake/cxxopts-targets.cmake` `-- Installing: /cxxopts-2.2.0/cxxopts/cxxopts.hpp` Indeed that path looks incomplete.
I had forgotten the line ``` include(GNUInstallDirs) ``` Which defines the `CMAKE_INSTALL_LIBDIR` variable. It works on my side now, can you confirm? ``` andre@neptune:~/Documents/personal/cxxopts/build$ cmake .. -DCMAKE_INSTALL_PREFIX=${PWD}/install -- cxxopts version...
@jarro2783 Anything I can do to help this get merged in?
@m0oz Is this functional or was this a proof of concept to start a discussion?