grid_map icon indicating copy to clipboard operation
grid_map copied to clipboard

[grid_map_pcl] pointcloud_publisher_node not found, yaml parameters not loaded

Open sarahnator opened this issue 3 years ago • 0 comments

Hi,

I downloaded the grid_map_pcl package through apt-get and followed the instructions in the grid_map_pcl readme to convert a pointcloud into a grid map, but ran into two issues:

  • When I run roslaunch grid_map_pcl grid_map_pcl_loader_node.launch I get back an error that the executable pointcloud_publisher_node was not found or needs to be set to executable with +x (I'm not sure if this is the issue, but pointcloud_publisher_node.cpp does not appear to be listed as a source file in CMakeLists.txt).
  • Changes to parameters.yaml are reflected in the rosparam get <parameter> command, but the default values in PclLoaderParameters.hpp are still used.

sarahnator avatar Mar 26 '22 19:03 sarahnator