-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Bug report
undefined reference to symbol 'pthread_rwlock_unlock@@GLIBC_2.2.5' cmake when building the package
Required information:
- Operating system and version:
- Ubuntu 20.04
- OpenRMF installation type:
- source
- OpenRMF version or commit hash
- latest, 66cd1dc
- ROS distribution and version:
- ROS installation type:
- binary
- Package or library, if applicable:
- rmf_fleet_adapter
had to add -pthread to the target_link_libraries to be able to build
target_link_libraries(rmf_visualization_schedule
PUBLIC
-pthread
rmf_traffic_ros2::rmf_traffic_ros2
rmf_traffic::rmf_traffic
${rclcpp_LIBRARIES}
${websocketpp_LIBRARIES}
OpenSSL::SSL
OpenSSL::Crypto
${rmf_traffic_msgs_LIBRARIES}
)
Steps to reproduce the bug
Expected behavior
Actual behavior
Screenshots
Additional information
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working