Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

Commit

Permalink
remove old files
Browse files Browse the repository at this point in the history
  • Loading branch information
fdila committed Aug 11, 2021
1 parent 6f7aac9 commit e3782c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 114 deletions.
8 changes: 3 additions & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -139,22 +139,20 @@ include_directories(
## With catkin_make all packages are built within a single CMake context
## The recommended prefix ensures that target names across packages don't collide
# add_executable(${PROJECT_NAME}_node src/otto_serial_driver_node.cpp)
add_executable(${PROJECT_NAME}_otto_odometry_node src/otto_odometry.cpp)

## Rename C++ executable without prefix
## The above recommended prefix causes long target names, the following renames the
## target back to the shorter version for ease of user use
## e.g. "rosrun someones_pkg node" instead of "rosrun someones_pkg someones_pkg_node"
set_target_properties(${PROJECT_NAME}_otto_odometry_node PROPERTIES OUTPUT_NAME otto_odometry_node PREFIX "")

## Add cmake target dependencies of the executable
## same as for the library above
# add_dependencies(${PROJECT_NAME}_node ${${PROJECT_NAME}_EXPORTED_TARGETS} ${catkin_EXPORTED_TARGETS})

## Specify libraries to link a library or executable target against
target_link_libraries(${PROJECT_NAME}_otto_odometry_node
${catkin_LIBRARIES}
)
#target_link_libraries(${PROJECT_NAME}_otto_odometry_node
# ${catkin_LIBRARIES}
# )

#############
## Install ##
Expand Down
109 changes: 0 additions & 109 deletions src/otto_odometry.cpp

This file was deleted.

0 comments on commit e3782c2

Please sign in to comment.