Skip to content

Commit

Permalink
Merge pull request #8 from vortexntnu/features/wild_point_filter
Browse files Browse the repository at this point in the history
Features/wild point filter
  • Loading branch information
chrstrom authored Jul 16, 2022
2 parents da07dd3 + d3e89d3 commit e7e0ba4
Show file tree
Hide file tree
Showing 3 changed files with 313 additions and 54 deletions.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@ target_link_libraries(stim300_driver_lib)
find_package(catkin REQUIRED COMPONENTS
roscpp
sensor_msgs
std_srvs
)
catkin_package(
CATKIN_DEPENDS sensor_msgs
CATKIN_DEPENDS sensor_msgs std_srvs
)

add_executable(stim300_driver_node src/stim300_driver_node.cpp)
Expand Down
3 changes: 3 additions & 0 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,13 @@
<buildtool_depend>catkin</buildtool_depend>
<build_depend>roscpp</build_depend>
<build_depend>sensor_msgs</build_depend>
<build_depend>std_srvs</build_depend>
<build_export_depend>roscpp</build_export_depend>
<build_export_depend>sensor_msgs</build_export_depend>
<build_export_depend>std_srvs</build_export_depend>
<exec_depend>roscpp</exec_depend>
<exec_depend>sensor_msgs</exec_depend>
<exec_depend>std_srvs</exec_depend>


<!-- The export tag contains other, unspecified, tags -->
Expand Down
Loading

0 comments on commit e7e0ba4

Please sign in to comment.