Skip to content

kiko2r/easynav_gridmap_stack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

easynav_gridmap_stack

This stack is part of the Easy Navigation (EasyNav) project developed by the Intelligent Robotics Lab. It is composed of the gridmap_maps_builder package and the gridmap_maps_manager package (currently under construction) for handling elevation maps.

Installation

Clone the repository into your ROS 2 workspace:

cd ~/ros2_ws/src
git clone https://github.com/EasyNavigation/easynav_gridmap_stack.git
cd ..
rosdep install --from-paths src --ignore-src -r -y
colcon build --packages-select easynav_gridmap_maps_builder

Usage

Source your workspace:

source ~/ros2_ws/install/setup.bash

Run the lifecycle node:

ros2 run easynav_gridmap_maps_builder gridmap_maps_builder_node

Parameters

Name Type Default Value Description
sensor_topic string "points" Topic name to subscribe for point cloud data.
downsample_resolution double 1.0 Resolution used for downsampling the point cloud.
perception_default_frame string "map" Default frame ID for the output grid map.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 87.3%
  • CMake 12.7%