fixed Event paths

release/4.3a0
mkielo3 2025-05-06 18:53:03 -04:00
parent e8a002e4d7
commit 036e77e455
2 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@
* @date December 2014 * @date December 2014
*/ */
#include <gtsam_unstable/geometry/Event.h> #include <gtsam/geometry/Event.h>
#include <iostream> #include <iostream>
namespace gtsam { namespace gtsam {

View File

@ -20,7 +20,7 @@
#pragma once #pragma once
#include <gtsam/geometry/Point3.h> #include <gtsam/geometry/Point3.h>
#include <gtsam_unstable/dllexport.h> #include <gtsam/dllexport.h>
#include <cmath> #include <cmath>
#include <iosfwd> #include <iosfwd>
@ -34,7 +34,7 @@ namespace gtsam {
* SLAM, where we have "time of arrival" measurements at a set of sensors. The * SLAM, where we have "time of arrival" measurements at a set of sensors. The
* TOA functor below provides a measurement function for those applications. * TOA functor below provides a measurement function for those applications.
*/ */
class GTSAM_UNSTABLE_EXPORT Event { class GTSAM_EXPORT Event {
double time_; ///< Time event was generated double time_; ///< Time event was generated
Point3 location_; ///< Location at time event was generated Point3 location_; ///< Location at time event was generated