# octomap_server2 **Repository Path**: AlEX_2473/octomap_server2 ## Basic Information - **Project Name**: octomap_server2 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-09-06 - **Last Updated**: 2025-09-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
Port of the ROS1 [octomap server](https://github.com/OctoMap/octomap_mapping) for ROS2.0 #### Installation Firstly make sure you have [octomap](https://github.com/OctoMap/octomap.git) installed on your system Next, clone this ros package to the appropriate ros2 workspace ```bash $ mkdir octomap_srv && cd octomap_srv $ git clone https://github.com/iKrishneel/octomap_server2.git ``` Clone the dependency repositories to the workspace (foxy distro) ```bash # will clone octomap_msgs to the workspace $ vcs import . < deps.repos ``` #### Building Use colcon to build the workspace ```bash $ colcon build --symlink-install --packages-select octomap_msgs octomap_server2 ``` #### Running Launch the node with appropriate input on topic `cloud_in` ```bash $ ros2 launch octomap_server2 octomap_server_launch.py ```