minor updates to sfm.h preamble
parent
b60c5e3ab5
commit
d6415deac4
|
@ -11,12 +11,5 @@
|
||||||
* mutations on Python side will not be reflected on C++.
|
* mutations on Python side will not be reflected on C++.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Including <stl.h> can cause some serious hard-to-debug bugs!!!
|
PYBIND11_MAKE_OPAQUE(std::vector<gtsam::SfmTrack>);
|
||||||
// #include <pybind11/stl.h>
|
PYBIND11_MAKE_OPAQUE(std::vector<gtsam::SfmCamera>);
|
||||||
#include <pybind11/stl_bind.h>
|
|
||||||
|
|
||||||
PYBIND11_MAKE_OPAQUE(
|
|
||||||
std::vector<gtsam::SfmTrack>);
|
|
||||||
|
|
||||||
PYBIND11_MAKE_OPAQUE(
|
|
||||||
std::vector<gtsam::SfmCamera>);
|
|
||||||
|
|
Loading…
Reference in New Issue