Skip to content

Commit d46fdfb

Browse files
added missing tl_expected dependency (#661)
## Change Overview spot_hardware_interface fails to build due to missing tl_expected header. Adding `tl_expected` to list of package include dependencies fixes the build error. ## Testing Done Tested on ubuntu 22.04, outside of docker, with all dependencies installed as specified by readme. Built with `colcon build --packages-up-to spot_ros2_control`
1 parent a839c2c commit d46fdfb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spot_hardware_interface/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ set(THIS_PACKAGE_INCLUDE_DEPENDS
2222
rclcpp
2323
rclcpp_lifecycle
2424
spot_msgs
25+
tl_expected
2526
)
2627
foreach(Dependency IN ITEMS ${THIS_PACKAGE_INCLUDE_DEPENDS})
2728
find_package(${Dependency} REQUIRED)

0 commit comments

Comments
 (0)