Formula Student Autonomous Systems
The code for the main driverless system
Loading...
Searching...
No Matches
utils.hpp File Reference
#include <gtsam/geometry/Pose2.h>
#include <Eigen/Dense>
Include dependency graph for utils.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

gtsam::Pose2 eigen_to_gtsam_pose (const Eigen::Vector3d &pose)
 
Eigen::Vector3d gtsam_pose_to_eigen (const gtsam::Pose2 &pose)
 
Eigen::Vector3d pose_difference_eigen (const Eigen::Vector3d &pose1, const Eigen::Vector3d &pose2)
 

Function Documentation

◆ eigen_to_gtsam_pose()

gtsam::Pose2 eigen_to_gtsam_pose ( const Eigen::Vector3d &  pose)

Definition at line 3 of file utils.cpp.

Here is the caller graph for this function:

◆ gtsam_pose_to_eigen()

Eigen::Vector3d gtsam_pose_to_eigen ( const gtsam::Pose2 &  pose)

Definition at line 7 of file utils.cpp.

Here is the caller graph for this function:

◆ pose_difference_eigen()

Eigen::Vector3d pose_difference_eigen ( const Eigen::Vector3d &  pose1,
const Eigen::Vector3d &  pose2 
)

Definition at line 11 of file utils.cpp.

Here is the call graph for this function:
Here is the caller graph for this function: