Skip to content

Commit aa240e2

Browse files
author
Enrique Fernandez
committed
Remove (not needed) sophus depend
1 parent f489797 commit aa240e2

File tree

4 files changed

+0
-8
lines changed

4 files changed

+0
-8
lines changed

diff_drive_controller/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ find_package(Boost REQUIRED
2222

2323
find_package(Eigen REQUIRED)
2424

25-
find_package(sophus REQUIRED)
26-
2725
find_package(Ceres REQUIRED)
2826

2927
add_message_files(

diff_drive_controller/include/diff_drive_controller/integrate_function.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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
{}

diff_drive_controller/include/diff_drive_controller/odometry.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@
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

diff_drive_controller/package.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
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>

0 commit comments

Comments
 (0)