Skip to content

Commit

Permalink
Cleaned-up
Browse files Browse the repository at this point in the history
  • Loading branch information
guihomework committed Mar 20, 2023
1 parent 73072fb commit fdf43db
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
5 changes: 1 addition & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,5 @@ install(TARGETS gravity_compensation gravity_compensation_filter_parameters
)

ament_export_targets(export_control_toolbox HAS_LIBRARY_TARGET)
ament_export_dependencies(${THIS_PACKAGE_INCLUDE_DEPENDS} ${CONTROL_FILTERS_INCLUDE_DEPENDS})
ament_export_include_directories(
include
)
ament_export_dependencies(${THIS_PACKAGE_INCLUDE_DEPENDS})
ament_package()
3 changes: 0 additions & 3 deletions test/control_filters/test_gravity_compensation.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ namespace
static const rclcpp::Logger LOGGER = rclcpp::get_logger("test_gravity_compensation");
} // namespace

// TODO(destogl): do this
// subclassing and friending so we can access member variables

class GravityCompensationTest : public ::testing::Test
{
public:
Expand Down

0 comments on commit fdf43db

Please sign in to comment.