Skip to content
This repository was archived by the owner on Oct 8, 2025. It is now read-only.

Commit 4d96d87

Browse files
committed
fix ci
1 parent dc07b7d commit 4d96d87

3 files changed

Lines changed: 5 additions & 6 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# easynav_octomap_stack
22

3-
This stack is part of the Easy Navigation (EasyNav) project developed by the Intelligent Robotics Lab. It provides a ROS 2 lifecycle node for building and publishing Octomap-based 3D occupancy maps from sensor point cloud data.
3+
This stack is part of the Easy Navigation (EasyNav) project developed by the Intelligent Robotics Lab. Ir building elevation grid maps
4+
from point cloud data. The node subscribes to a sensor topic, processes the incoming point cloud data, downsamples it, and
5+
publishes a grid_map_msgs::msg::GridMap message.
46

57
It is composed of the **octomap_maps_builder** package and the **octomap_maps_manager** package (currently under construction).
68

@@ -12,7 +14,7 @@ The `OctomapMapsBuilderNode` subscribes to sensor point cloud topics, processes
1214
Clone the repository into your ROS 2 workspace:
1315
```bash
1416
cd ~/ros2_ws/src
15-
git clone <repository-url>
17+
git clone https://github.com/EasyNavigation/easynav_octomap_stack.git
1618
cd ..
1719
rosdep install --from-paths src --ignore-src -r -y
1820
colcon build --packages-select easynav_octomap_maps_builder

easynav_octomap_maps_builder/CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@ find_package(visualization_msgs REQUIRED)
2626
find_package(PCL REQUIRED)
2727
include_directories(${PCL_INCLUDE_DIRS})
2828

29-
30-
find_package(Eigen3 REQUIRED)
31-
3229
find_package(ament_cmake_auto REQUIRED)
3330
ament_auto_find_build_dependencies()
3431
find_package(OCTOMAP REQUIRED)

easynav_octomap_maps_builder/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@
2525
<export>
2626
<build_type>ament_cmake</build_type>
2727
</export>
28-
</package>
28+
</package>

0 commit comments

Comments
 (0)