Skip to content

Commit

Permalink
Change files to under_scored
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjunnn committed Jan 13, 2022
1 parent 51ae7a5 commit ffe7e14
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ros_package_template/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ find_package(Eigen3 REQUIRED)
###########

ament_auto_add_library(${PROJECT_NAME} SHARED
src/Algorithm.cpp
src/RosPackageTemplate.cpp
src/algorithm.cpp
src/ros_package_template.cpp
)
ament_target_dependencies(${PROJECT_NAME} Eigen3)

Expand Down
File renamed without changes.

0 comments on commit ffe7e14

Please sign in to comment.