Skip to content

Commit 88f5298

Browse files
Use tl_expected from libexpected-dev instead (#572)
1 parent baec2b8 commit 88f5298

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/rolling-semi-binary-build-win.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ jobs:
3030
with:
3131
ros_distro: rolling
3232
ref_for_scheduled_build: master
33-
pixi_dependencies: typeguard jinja2 boost compilers
33+
pixi_dependencies: typeguard jinja2 boost compilers cpp-expected
3434
ninja_packages: rsl

control_toolbox/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
{

control_toolbox/package.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,12 @@
3030
<depend>filters</depend>
3131
<depend>generate_parameter_library</depend>
3232
<depend>geometry_msgs</depend>
33+
<depend>libexpected-dev</depend>
3334
<depend>pluginlib</depend>
3435
<depend>rclcpp</depend>
3536
<depend>rcutils</depend>
3637
<depend>realtime_tools</depend>
38+
<depend>rsl</depend>
3739
<depend>tf2</depend>
3840
<depend>tf2_ros</depend>
3941
<depend>tf2_geometry_msgs</depend>

0 commit comments

Comments
 (0)