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
11int 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}
int main()
Class for representing and manipulating 3D rotations.