grid_map icon indicating copy to clipboard operation
grid_map copied to clipboard

Universal grid map library for mobile robotic mapping

Results 180 grid_map issues
Sort by recently updated
recently updated
newest added

- add execution dependencies - update declare parameter api

hello! First of all, thank you for openning very useful source code! I'm trying to use this code, but I have 1 question. I am using Lidar sensor and want...

An error occured while compiling: ``` /usr/bin/ld: /home/bruce/ROS/summer_ws/devel/lib/libgrid_map_pcl.so: undefined reference to `YAML::detail::node_data::convert_to_map(std::shared_ptr const&)' collect2: error: ld returned 1 exit status make[2]: *** [grid_map/grid_map_pcl/CMakeFiles/pointcloud_publisher_node.dir/build.make:292: /home/bruce/ROS/summer_ws/devel/lib/grid_map_pcl/pointcloud_publisher_node] Error 1 ``` I handled this...

I ported #323 to master. (ros2 -> ros1) `height_thresh` is a parameter to reduce the influence of point clouds that exist in high locations such as ceilings. 0: Smallest value...

Addresses discussion in issue #359. Overload created by use of boolean isAlpha, with the faster path available for images without transparency, when isAlpha is true, the slow path is used....

Hey, I have noticed small bug within GridMapIterator. There are two situations in which GridMap object is empty (size is 0,0): - When geometry of GridMap is not set, so...

Merging fixes from master into the ros2 branch.

ros2

on a 501x501 gridmap, the toImage function takes about 200ms on an i7-8700 CPU. Same is true for the addLayerFromImage for the same. I need to perform a behaviour similar...

The default C++ will be 14 in noetic Ubuntu 20.04, 17 or later on newer systems- 17 is necessary to avoid issues with log4cxx 0.12. OgreVector3.h is deprecated in newer...

ros1

I'm new to mapping, and am able to convert my pcd file genereated from SLAM now. I was wondering if there is a way to generate a 2D grid map...