MoveG 1.0.0
A modern C++ library for Robotics
Loading...
Searching...
No Matches
traj_lib.h
Go to the documentation of this file.
1
9#pragma once
10
11#include <eigen3/Eigen/Dense>
12#include <eigen3/Eigen/Geometry>
13
14#include <cmath>
15#include <iostream>
16#include <stdexcept>
17#include <string>
18#include <vector>
19
20#include "pose_lib.h"
21#include "rotation_lib.h"
22
23namespace MoveG
24{
25
26} // namespace MoveG
Namespace for movement and manipulation of poses.
Definition pose_lib.cpp:12
Class for representing Poses.
Class for representing and manipulating 3D rotations.