Skip to content

Commit

Permalink
Added newly generated files to repo
Browse files Browse the repository at this point in the history
  • Loading branch information
alexvannobel committed Jun 9, 2020
1 parent 6637d45 commit 892513b
Show file tree
Hide file tree
Showing 99 changed files with 8,445 additions and 2,538 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
2 changes: 1 addition & 1 deletion kortex_driver/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ endif()
find_package(catkin REQUIRED COMPONENTS roscpp rospy std_msgs message_generation actionlib control_msgs urdf)
find_package(Boost REQUIRED COMPONENTS system)

file(GLOB_RECURSE generated_files RELATIVE ${PROJECT_SOURCE_DIR} "src/generated/*.cpp")
file(GLOB_RECURSE generated_files RELATIVE ${PROJECT_SOURCE_DIR} "src/generated/robot/*.cpp" "src/generated/simulation/*.cpp")
file(GLOB_RECURSE non_generated_files RELATIVE ${PROJECT_SOURCE_DIR} "src/non-generated/driver/*.cpp")
file(GLOB_RECURSE test_files RELATIVE ${PROJECT_SOURCE_DIR} "src/non-generated/tests/*.cc")

Expand Down

This file was deleted.

Loading

0 comments on commit 892513b

Please sign in to comment.