File tree Expand file tree Collapse file tree 4 files changed +0
-8
lines changed
include/diff_drive_controller Expand file tree Collapse file tree 4 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,6 @@ find_package(Boost REQUIRED
2222
2323find_package (Eigen REQUIRED)
2424
25- find_package (sophus REQUIRED)
26-
2725find_package (Ceres REQUIRED)
2826
2927add_message_files(
Original file line number Diff line number Diff line change @@ -56,7 +56,6 @@ namespace diff_drive_controller
5656
5757 /* *
5858 * \brief Constructor
59- * \param [in] functor Integrate functor
6059 */
6160 IntegrateFunction ()
6261 {}
Original file line number Diff line number Diff line change 4444
4545#include < ros/time.h>
4646#include < Eigen/Core>
47- #include < sophus/se2.hpp>
4847#include < boost/accumulators/accumulators.hpp>
4948#include < boost/accumulators/statistics/stats.hpp>
5049#include < boost/accumulators/statistics/rolling_mean.hpp>
@@ -65,9 +64,6 @@ namespace diff_drive_controller
6564 class Odometry
6665 {
6766 public:
68- // / SO(2) and SE(2) Lie Groups:
69- typedef Sophus::SE2d SE2;
70-
7167 // / Covariance matrices:
7268 typedef Eigen::Matrix3d Covariance;
7369
Original file line number Diff line number Diff line change 2626 <build_depend >tf</build_depend >
2727 <build_depend >urdf</build_depend >
2828 <build_depend >eigen</build_depend >
29- <build_depend >sophus</build_depend >
3029 <build_depend >libceres-dev</build_depend >
3130 <build_depend >roslint</build_depend >
3231 <build_depend >boost</build_depend >
You can’t perform that action at this time.
0 commit comments