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