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
During migration, it seems as though voxel grid no longer has parameters for input and output frame. This means I can't define filter limits with respect to base_link for my lidar. I believe it's just missing this:
During migration, it seems as though voxel grid no longer has parameters for input and output frame. This means I can't define filter limits with respect to base_link for my lidar. I believe it's just missing this:
use_frame_params()
As used in cop_box: https://github.com/ros-perception/perception_pcl/blob/ros2/pcl_ros/src/pcl_ros/filters/crop_box.cpp#L45C2-L45C22
The text was updated successfully, but these errors were encountered: