Skip to content

Commit aa2ea79

Browse files
authored
Use tl_expected from libexpected-dev instead (backport #572) (#580)
1 parent cee2087 commit aa2ea79

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

include/control_filters/custom_validators.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
#include <rclcpp/rclcpp.hpp>
2323
#include <rsl/parameter_validators.hpp>
24-
#include <tl_expected/expected.hpp>
24+
#include <tl/expected.hpp>
2525

2626
namespace control_filters {
2727

package.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,12 @@
2626
<depend>filters</depend>
2727
<depend>generate_parameter_library</depend>
2828
<depend>geometry_msgs</depend>
29+
<depend>libexpected-dev</depend>
2930
<depend>pluginlib</depend>
3031
<depend>rclcpp</depend>
3132
<depend>rcutils</depend>
3233
<depend>realtime_tools</depend>
34+
<depend>rsl</depend>
3335

3436
<test_depend>ament_cmake_gmock</test_depend>
3537
<test_depend>ament_cmake_gtest</test_depend>

0 commit comments

Comments
 (0)