Skip to content
Snippets Groups Projects
Commit 82e2e366 authored by Joan Vallvé Navarro's avatar Joan Vallvé Navarro
Browse files

[skip ci] working on gtest landmark

parent ca8a3447
No related branches found
No related tags found
1 merge request!448Draft: Resolve "Implementation of new nodes creation"
Pipeline #20589 skipped
value:
_type: Vector1d
_mandatory: false
_mandatory: true
_doc: A vector containing the orientation, yaw [rad].
prior:
......
value:
_type: Vector4d
_mandatory: false
_mandatory: true
_doc: A vector containing the quaternion values (x, y, z, w)
prior:
......
value:
_type: Vector3d
_mandatory: false
_mandatory: true
_doc: A vector containing the position (x, y, z) [m].
prior:
......
value:
_type: Vector3d
_mandatory: false
_mandatory: true
_doc: A vector containing the velocity (x, y, z) [m/s].
prior:
......
......@@ -82,6 +82,8 @@ wolf_add_gtest(gtest_frame_base gtest_frame_base.cpp)
# GraphSearch class test
wolf_add_gtest(gtest_graph_search gtest_graph_search.cpp)
# Landmark classes test
wolf_add_gtest(gtest_landmark gtest_landmark.cpp)
# LocalParametrizationXxx classes test
wolf_add_gtest(gtest_loader gtest_loader.cpp)
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment