ethz-asl / mav_comm

This repository contains message and service definitions used for mavs. All future message definitions go in here, existing ones in other stacks should be moved here where possible.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Replace `#include <Eigen/Eigen>` by `#include <Eigen/Core>`

chhtz opened this issue · comments

On most places it should be sufficient to just include Eigen/Core instead of the entire Eigen project. This could improve compile times (also for depending projects).