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
I encountered the following issue while compiling:
ROS2 Humble
/home/ibrahim/ros2_ws/src/li_slam_ros2/scanmatcher/src/image_projection.cpp:258:30: error: no matching function for call to ‘moveFromROSMsg(sensor_msgs::msg::PointCloud2&, std::__shared_ptr_access<pcl::PointCloud<OusterPointXYZIRT>, __gnu_cxx::_S_atomic, false, false>::element_type&)’
258 | pcl::moveFromROSMsg(currentCloudMsg, *tmpOusterCloudIn);
I tried with booth versions 4.1 & 4.2 but non of them resolved the issue
sudo add-apt-repository ppa:borglab/gtsam-release-4.1
The text was updated successfully, but these errors were encountered:
It might be related to the issue below. The location of the function might have changed due to the version update of a related package. rsasaki0109/lidarslam_ros2#97
I encountered the following issue while compiling:
ROS2 Humble
I tried with booth versions 4.1 & 4.2 but non of them resolved the issue
sudo add-apt-repository ppa:borglab/gtsam-release-4.1
The text was updated successfully, but these errors were encountered: