Skip to content

ROS2 stack for mapping with OctoMap, contains octomap_server package

Notifications You must be signed in to change notification settings

fly4future/octomap_server2

 
 

Repository files navigation

Port of the ROS1 octomap server for ROS2.0

Installation

  1. Firstly make sure you have octomap installed on your system
sudo apt-get install ros-galactic-octomap ros-galactic-octomap-msgs
  1. Next, clone this ros package to the appropriate ros2 workspace
git clone https://github.com/fly4future/octomap_server2.git

Building

Use colcon to build the workspace

colcon build --symlink-install --packages-select octomap_server2

Notes:

  • The package is compiled using c++17 with -O3 optimization.

About

ROS2 stack for mapping with OctoMap, contains octomap_server package

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 78.7%
  • Python 8.9%
  • Shell 8.2%
  • CMake 3.3%
  • Dockerfile 0.9%