Skip to content

Commit 082b49e

Browse files
christophfroehlichmergify[bot]
authored andcommitted
Use tl_expected from libexpected-dev instead (#572)
(cherry picked from commit 88f5298) # Conflicts: # .github/workflows/rolling-semi-binary-build-win.yml
1 parent 5423ca3 commit 082b49e

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,7 @@ jobs:
3131
ros_distro: rolling
3232
ref_for_scheduled_build: master
3333
pixi_dependencies: typeguard jinja2 boost compilers cpp-expected
34+
<<<<<<< HEAD
35+
=======
36+
ninja_packages: rsl
37+
>>>>>>> 88f5298 (Use tl_expected from libexpected-dev instead (#572))

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
@@ -31,10 +31,12 @@
3131
<depend>filters</depend>
3232
<depend>generate_parameter_library</depend>
3333
<depend>geometry_msgs</depend>
34+
<depend>libexpected-dev</depend>
3435
<depend>pluginlib</depend>
3536
<depend>rclcpp</depend>
3637
<depend>rcutils</depend>
3738
<depend>realtime_tools</depend>
39+
<depend>rsl</depend>
3840
<depend>tf2</depend>
3941
<depend>tf2_ros</depend>
4042
<depend>tf2_geometry_msgs</depend>

0 commit comments

Comments
 (0)