KumarRobotics / kr_autonomous_flight

KR (KumarRobotics) autonomous flight system for GPS-denied quadrotors
Other
655 stars 110 forks source link

Move template implementation of heavy class to separate cpp file and explicitly instantiate for dim 2 and 3 #68

Closed versatran01 closed 3 years ago

versatran01 commented 3 years ago

This cleans up the header file and speeds up compilation since some commonly used classes will only be instantiated once.