Skip to content

Commit

Permalink
Add roslint and cleaned up files accordingly.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam committed Jul 10, 2019
1 parent 8702a1d commit 43ae385
Show file tree
Hide file tree
Showing 3 changed files with 1,094 additions and 763 deletions.
5 changes: 5 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ project(microstrain_mips)
## if COMPONENTS list like find_package(catkin REQUIRED COMPONENTS xyz)
## is used, also find other catkin packages
find_package(catkin REQUIRED COMPONENTS
roslint
message_generation
geometry_msgs
nav_msgs
Expand Down Expand Up @@ -479,3 +480,7 @@ install(DIRECTORY launch config

## Add folders to be run by python nosetests
# catkin_add_nosetests(test)

## Run roslint on only the node files for now
# TODO: Add more files as needed
roslint_cpp(src/microstrain_3dm.cpp src/microstrain_3dm_node.cpp)
1 change: 1 addition & 0 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<depend>nav_msgs</depend>

<build_depend>message_generation</build_depend>
<build_depend>roslint</build_depend>
<exec_depend>message_runtime</exec_depend>
<exec_depend>diagnostic_updater</exec_depend>
<exec_depend>diagnostic_aggregator</exec_depend>
Expand Down
Loading

0 comments on commit 43ae385

Please sign in to comment.