Skip to content

Commit

Permalink
Merge pull request #78 from nobleo/fix/enable-roslint
Browse files Browse the repository at this point in the history
Re-enable roslint
  • Loading branch information
Rayman authored Feb 22, 2022
2 parents 5dacfef + 32f9d89 commit 61c6cc8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,9 @@ include_directories(include)
# Configure roslint for nodes

# Roslint cpp
set(ROSLINT_CPP_OPTS "--filter=-legal/copyright")
set(ROSLINT_CPP_OPTS "--filter=-legal/copyright,-whitespace/braces")
roslint_cpp()
roslint_add_test()

install(
TARGETS
Expand Down
1 change: 1 addition & 0 deletions src/controller.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#include <angles/angles.h>
#include <tf2/utils.h>

#include <algorithm>
#include <limits>
#include <path_tracking_pid/controller.hpp>
#include <vector>
Expand Down
1 change: 1 addition & 0 deletions src/path_tracking_pid_local_planner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#include <visualization_msgs/Marker.h>
#include <visualization_msgs/MarkerArray.h>

#include <algorithm>
#include <limits>
#include <memory>
#include <path_tracking_pid/path_tracking_pid_local_planner.hpp>
Expand Down

0 comments on commit 61c6cc8

Please sign in to comment.