You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When building in galactic it throws several errors, any idea how to fix them?
/home/dani/support_ws/src/ros2_leg_detector/src/leg_detector/src/local_occupancy_grid_mapping.cpp:106:49: error: ‘Buffer’ is not a member of ‘tf2_ros’
106 | buffer_ = std::make_shared<tf2_ros::Buffer>(this->get_clock());
^~
/home/dani/support_ws/src/ros2_leg_detector/src/leg_detector/src/laser_processor.cpp:95:30: required from here
/usr/include/c++/9/bits/stl_tree.h:780:8: error: static assertion failed: comparison object must be invocable as const
780 | is_invocable_v<const _Compare&, const _Key&, const _Key&>,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Thanks!
The text was updated successfully, but these errors were encountered:
When building in galactic it throws several errors, any idea how to fix them?
Thanks!
The text was updated successfully, but these errors were encountered: