tek5030 / solution-transformations

Lab 1: Transformations with Eigen, proposed solution

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lab 1: Transformations with Eigen

This is our proposed solution for lab 1 in TEK5030.

Please see the lab guide at https://github.com/tek5030/lab_01.

To install dependencies with conan, follow our getting started-guide in the TEK5030 resource pages. After you have successfully installed conan, proceed with the following commands:

  • In CLion, <build folder> may be either cmake_build_debug or cmake_build_release depending on your chosen configuration.
  • In VS Code, just using build as the build folder will suffice.
cd ~/tek5030/lab_01_solution

conan install . -if <build folder> -b missing

Open the project in your editor, and compile the solution.

About

Lab 1: Transformations with Eigen, proposed solution

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C++ 77.8%Language:CMake 17.8%Language:Python 4.4%