Easy steps to install octomap package on Mac
Package Information:
Application Name – octomap
What is octomap – Not Available for octomap
Use of octomap – Efficient probabilistic 3D mapping framework based on octrees
URL – https://octomap.github.io/
Installation Steps:
- Open Terminal using Spotlight search by pressing
<command+space>
. Type terminal and hitEnter
key. - Now, run following command to install homebrew (brew)
- Install octomap using brew
brew install octomap
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
octomap is ready to use now!