Skip to content

Commit 6b93cc2

Browse files
committed
Removed DifferentialDrive; not ready for release
1 parent 1011483 commit 6b93cc2

File tree

3 files changed

+7
-303
lines changed

3 files changed

+7
-303
lines changed

Model/CMakeLists.txt

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11

22
# List the source files for this library
3-
add_library(Model STATIC
4-
src/DifferentialDrive.cpp
5-
src/Joint.cpp
6-
src/KinematicTree.cpp
7-
src/Link.cpp
8-
src/Pose.cpp
9-
src/Pose2D.cpp
10-
src/RigidBody.cpp
11-
src/tinyxml2.cpp
3+
add_library(Model src/Joint.cpp
4+
src/KinematicTree.cpp
5+
src/Link.cpp
6+
src/Pose.cpp
7+
src/Pose2D.cpp
8+
src/RigidBody.cpp
9+
src/tinyxml2.cpp
1210
)
1311

1412
# Specify targets to be built

Model/include/Model/DifferentialDrive.h

Lines changed: 0 additions & 139 deletions
This file was deleted.

Model/src/DifferentialDrive.cpp

Lines changed: 0 additions & 155 deletions
This file was deleted.

0 commit comments

Comments
 (0)