Skip to content

Commit

Permalink
Remove eigen leftovers
Browse files Browse the repository at this point in the history
It looks like we're not using Eigen for a while now.
  • Loading branch information
julianoes authored and bkueng committed Oct 7, 2019
1 parent 02e861b commit 5e663b9
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 55 deletions.
2 changes: 0 additions & 2 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,13 @@
<build_depend>roscpp</build_depend>
<build_depend>rospy</build_depend>
<build_depend>std_msgs</build_depend>
<build_depend>eigen</build_depend>
<build_depend>libmavconn</build_depend>
<build_depend>tf</build_depend>
<build_depend>rostest</build_depend>
<build_depend>mav_msgs</build_depend>
<run_depend>roscpp</run_depend>
<run_depend>rospy</run_depend>
<run_depend>std_msgs</run_depend>
<run_depend>eigen</run_depend>
<run_depend>libmavconn</run_depend>
<run_depend>tf</run_depend>
<run_depend>mav_msgs</run_depend>
Expand Down
50 changes: 0 additions & 50 deletions src/lib/px4_eigen.h

This file was deleted.

3 changes: 0 additions & 3 deletions src/systemcmds/tests/tests_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@
#include <fcntl.h>
#include <errno.h>

// Not using Eigen at the moment
#define TESTS_EIGEN_DISABLE


static int test_help(int argc, char *argv[]);
static int test_runner(unsigned option);
Expand Down

0 comments on commit 5e663b9

Please sign in to comment.