File tree Expand file tree Collapse file tree
easynav_gridmap_maps_builder Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3636 {
3737 "build": {
3838 "packages-up-to": true
39+ "mixin": ["coverage-gcc"]
3940 }
4041 }
41- colcon-mixin-name : coverage-gcc
4242 colcon-mixin-repository : https://raw.githubusercontent.com/colcon/colcon-mixin-repository/master/index.yaml
4343
4444 - name : Codecov
Original file line number Diff line number Diff line change 11# easynav_gridmap_stack
22
3+
4+ 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.
5+
6+
7+
8+ ## Installation
9+
10+ Clone the repository into your ROS 2 workspace:
11+ ``` bash
12+ cd ~ /ros2_ws/src
13+ git clone https://github.com/EasyNavigation/easynav_gridmap_stack.git
14+ cd ..
15+ rosdep install --from-paths src --ignore-src -r -y
16+ colcon build --packages-select easynav_gridmap_maps_builder
17+ ```
18+
19+ ## Usage
20+
21+ Source your workspace:
22+ ``` bash
23+ source ~ /ros2_ws/install/setup.bash
24+ ```
25+ Run the lifecycle node:
26+ ``` bash
27+ ros2 run easynav_gridmap_maps_builder gridmap_maps_builder_node
28+ ```
29+
30+ ## Parameters
31+
32+ | Name | Type | Default Value | Description |
33+ | --------------------------| --------| ----------------| -------------|
34+ | ` sensor_topic ` | string | ` "points" ` | Topic name to subscribe for point cloud data. |
35+ | ` downsample_resolution ` | double | ` 1.0 ` | Resolution used for downsampling the point cloud. |
36+ | ` perception_default_frame ` | string | ` "map" ` | Default frame ID for the output grid map. |
Original file line number Diff line number Diff line change 44 <name >easynav_gridmap_maps_builder</name >
55 <version >0.0.1</version >
66 <description >Easy Navigation: Gridmap Map Builder Package.</description >
7- <maintainer email =" e.aguado.glez@gmail.com " >Esther Aguado Gonzalez </maintainer >
7+ <maintainer email =" francisco.romero@urjc.es " >Francisco Jose Romero Ramirez </maintainer >
88 <license >GPL-3.0-only</license >
99
1010 <buildtool_depend >ament_cmake</buildtool_depend >
You can’t perform that action at this time.
0 commit comments