MoveG
1.0.0
A modern C++ library for Robotics
Loading...
Searching...
No Matches
main.cpp
Go to the documentation of this file.
1
2
#include "fmt/format.h"
3
#include <iostream>
4
#include <string>
5
#include <vector>
6
7
#include "config.hpp"
8
#include "
rotation_lib.h
"
9
10
11
int
main
(
int
/*argc*/
,
char
**
/*argv*/
)
// comment to avoid warning
12
{
13
// Print the version of the project
14
std::cout <<
"Project Name: "
<< project_name;
15
std::cout <<
"\nVersion: "
<< project_version;
16
17
return
0;
18
}
main
int main()
Definition
pose_example.cpp:37
rotation_lib.h
Class for representing and manipulating 3D rotations.
app
main.cpp
Generated on Sat Mar 1 2025 10:34:41 for MoveG by
1.9.8