Missing boost_tcp_driver
Dependency in nebula_hw_interfaces
Package
#5248
Unanswered
cavadibrahimli1
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description:
While trying to build the
nebula_hw_interfaces
package in the Nebula repository, I encountered a missing dependency error for theboost_tcp_driver
. Specifically, the build process fails due to the following missing file:Steps I Tried:
rosdep
:However, rosdep was unable to resolve the dependency for boost_tcp_driver.
Cloned the transport_drivers repository: I followed the suggestion to include transport_drivers (https://github.com/ros-drivers/transport_drivers), which provides udp_driver and serial_driver. However, the boost_tcp_driver file is still missing.
Explored Tier IV repositories: I looked into several Tier IV-related repositories but could not locate a package that includes the missing boost_tcp_driver.
Steps to Reproduce:
Clone the Nebula repository into a ROS 2 workspace.
Attempt to build the workspace:
The build will fail with the above-mentioned error.
Additional Information:
Expected Behavior:
The nebula_hw_interfaces package should either have the boost_tcp_driver dependency properly defined or include instructions for obtaining it.
Beta Was this translation helpful? Give feedback.
All reactions