gal3 implementation
parent
129c10a590
commit
fb72fab338
|
@ -9,8 +9,8 @@
|
||||||
/**
|
/**
|
||||||
* @file Gal3.cpp
|
* @file Gal3.cpp
|
||||||
* @brief Implementation of 3D Galilean Group SGal(3) state
|
* @brief Implementation of 3D Galilean Group SGal(3) state
|
||||||
* @author Based on Python implementation by User
|
* @authors Matt Kielo, Scott Baker, Frank Dellaert
|
||||||
* @date April 30, 2025 // Updated Date
|
* @date April 30, 2025
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <gtsam/navigation/Gal3.h> // Note: Adjust path if needed
|
#include <gtsam/navigation/Gal3.h> // Note: Adjust path if needed
|
||||||
|
|
|
@ -10,8 +10,8 @@
|
||||||
* @file Gal3.h
|
* @file Gal3.h
|
||||||
* @brief 3D Galilean Group SGal(3) state (attitude, position, velocity, time)
|
* @brief 3D Galilean Group SGal(3) state (attitude, position, velocity, time)
|
||||||
* Based on manif convention: [R, r, v, t], tangent [rho, nu, theta, t_tan]
|
* Based on manif convention: [R, r, v, t], tangent [rho, nu, theta, t_tan]
|
||||||
* @author Based on Python implementation by User
|
* @authors Matt Kielo, Scott Baker, Frank Dellaert
|
||||||
* @date April 30, 2025 // Updated Date
|
* @date April 30, 2025
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
|
@ -8,9 +8,9 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file testGal3.cpp
|
* @file testGal3.cpp
|
||||||
* @brief Unit tests for Gal3 class, mirroring custom_gal3_tests.py
|
* @brief Unit tests for Gal3 class: self-consistency and recon to Manif
|
||||||
* @author Based on Python tests by User and NavState tests
|
* @authors Matt Kielo, Scott Baker, Frank Dellaert
|
||||||
* @date April 29, 2025 // Updated Date
|
* @date April 29, 2025
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <gtsam/navigation/Gal3.h>
|
#include <gtsam/navigation/Gal3.h>
|
||||||
|
|
Loading…
Reference in New Issue