Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Splitted base/types to seperate cpp and hpp files #94

Merged
merged 50 commits into from Sep 13, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
977ebed
Split Angle.hpp into implementation and header
Jul 14, 2016
23b2217
Split Pose.hpp into implementation and header
Jul 14, 2016
204bb8d
Float.hpp: Use std function, not boost ones
Jul 14, 2016
340d78e
Eigen: remove isnotnan and isfinite
Jul 14, 2016
c628b93
move guaranteeSPD into TwistWithCovariance.
Jul 14, 2016
caa105b
moved Wrench.hpp to new src
Jul 14, 2016
1623fe5
moved TwistWithCovariance.hpp to new lib/src
Jul 14, 2016
e24e5d8
moved Waypoint to new src folder
Jul 14, 2016
5c03871
re-patched new isnan interface
Jul 14, 2016
bb7e8f0
splitted TransformWithCovariance
Jul 14, 2016
416b212
splitted Timueout
Jul 14, 2016
faadc05
moved headers to cpp files
Jul 14, 2016
284c78c
splitted TimeMark
Jul 14, 2016
cdddb40
removed inlining
Jul 14, 2016
f4988ca
splitted Time
Jul 14, 2016
cf396ed
splitted Temperature
Jul 14, 2016
7485c16
moved Point
Jul 14, 2016
d1e5d41
splitted Pressure
Jul 14, 2016
91ef2c7
fixed compile errors
Jul 15, 2016
f06110c
Added correct PC file for base-types, made base-lib a dummy
Jul 15, 2016
f878d35
moved CircularBuffer
Aug 8, 2016
9a787e4
moved Deprecated
Aug 8, 2016
e7fd071
moved JointLimitRange
Aug 8, 2016
f04df26
moved JointLimits
Aug 8, 2016
7d1f032
moved JointState
Aug 8, 2016
9a78c4e
moved JointTransform
Aug 8, 2016
72efe11
moved JointsTrajectory
Aug 8, 2016
af520ae
moved NamedVector
Aug 8, 2016
232ee5b
moved Odometry
Aug 8, 2016
61aa16c
added odometry
Aug 8, 2016
a30659d
ported rest of types
Aug 8, 2016
183eeb3
re-removed vector included
Aug 8, 2016
5aa82b7
re deleted pc file
Aug 9, 2016
5e1d5df
corrected std::string type
Aug 9, 2016
8f6f83e
moved guaranteeSPD to TwistWithCovariance only
Aug 9, 2016
75eb9fd
added missing include
Aug 10, 2016
d5d5d11
removed deprecated CompressedFrame
Aug 18, 2016
4dda96d
moved namespaces to namespace { style
Aug 18, 2016
3ed5a02
fixed namespaces for older cpp standard
Aug 18, 2016
7973185
Added missing includes
Aug 18, 2016
f8a7946
fixed installation of JointLimitRange.hpp
Aug 18, 2016
2ece2b8
removed deprecated includes
Aug 19, 2016
bf648ac
adapted CMakeLists to new lib name
Aug 19, 2016
c777ae0
Fixed compile error
Aug 19, 2016
b647e03
optimize TranformWithCovariance
Aug 18, 2016
c712629
Move LinearAngular6DCommand from auv_control
rafaelsaback Aug 17, 2016
04736ed
moved guaranteeSPD to own header
Sep 6, 2016
16d0f29
removed static declarations
Sep 8, 2016
e8450f9
removed wrong static
Sep 9, 2016
62264e6
move LinearAngular6DCommand.hpp into src dir and install header
Sep 9, 2016
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 1 addition & 5 deletions CMakeLists.txt
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.6)
find_package(Rock)
rock_init(base 1.0)

#rock_export_includedir(${PROJECT_SOURCE_DIR}/base ${PROJECT_NAME})
# rock_export_includedir(${PROJECT_SOURCE_DIR}/base ${PROJECT_NAME})
rock_export_includedir(${PROJECT_SOURCE_DIR}/src base/geometry)
include_directories(BEFORE ${PROJECT_SOURCE_DIR})

Expand Down Expand Up @@ -34,7 +34,3 @@ endif()

rock_standard_layout()

configure_file(base-types.pc.in base-types.pc @ONLY)
install(DIRECTORY ${CMAKE_SOURCE_DIR}/base DESTINATION include)
install(FILES ${CMAKE_BINARY_DIR}/base-types.pc DESTINATION lib/pkgconfig)

11 changes: 0 additions & 11 deletions base-types.pc.in

This file was deleted.

166 changes: 0 additions & 166 deletions base/JointLimitRange.hpp

This file was deleted.

51 changes: 0 additions & 51 deletions base/JointLimits.hpp

This file was deleted.

64 changes: 0 additions & 64 deletions base/JointTransform.hpp

This file was deleted.

16 changes: 0 additions & 16 deletions base/Odometry.hpp

This file was deleted.