Skip to content

Commit

Permalink
Renamed pidROS to pid_ros
Browse files Browse the repository at this point in the history
Signed-off-by: ahcorde <[email protected]>
  • Loading branch information
ahcorde authored and bmagyar committed Jul 1, 2020
1 parent f77d5c5 commit ca5f30b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ find_package(realtime_tools REQUIRED)
add_library(${PROJECT_NAME} SHARED
src/dither.cpp
src/limited_proxy.cpp
src/pid_ros.cpp
src/pid.cpp
src/pidROS.cpp
src/sine_sweep.cpp
src/sinusoid.cpp)
target_include_directories(${PROJECT_NAME} PUBLIC include)
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/pidROS.cpp → src/pid_ros.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
#include <utility>
#include <vector>

#include "control_toolbox/pidROS.hpp"
#include "control_toolbox/pid_ros.hpp"

namespace control_toolbox
{
Expand Down

0 comments on commit ca5f30b

Please sign in to comment.