Port details |
- octomap Efficient probabilistic 3D mapping framework based on octrees
- 1.10.0_1 math =2 1.10.0_1Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2018-11-20 07:10:21
- Last Update: 2024-04-05 09:15:40
- Commit Hash: c6d1ece
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: BSD3CLAUSE GPLv2
- WWW:
- https://octomap.github.io/
- Description:
- The OctoMap library implements a 3D occupancy grid mapping approach, providing
data structures and mapping algorithms in C++ particularly suited for robotics.
The map implementation is based on an octree and is designed to meet the
following requirements:
* Full 3D model. The map is able to model arbitrary environments without prior
assumptions about it. The representation models occupied areas as well as free
space. Unknown areas of the environment are implicitly encoded in the map.
While the distinction between free and occupied space is essential for safe
robot navigation, information about unknown areas is important, e.g., for
autonomous exploration of an environment.
* Updatable. It is possible to add new information or sensor readings at any
time. Modeling and updating is done in a probabilistic fashion. This accounts
for sensor noise or measurements which result from dynamic changes in the
environment, e.g., because of dynamic objects.
* Flexible. The extent of the map does not have to be known in advance. Instead,
the map is dynamically expanded as needed. The map is multi-resolution so
that, for instance, a high-level planner is able to use a coarse map, while a
local planner may operate using a fine resolution.
close-up views.
* Compact. The map is stored efficiently, both in memory and on disk. It is
possible to generate compressed files for later usage or convenient exchange
between robots even under bandwidth constraints.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/math/octomap/ && make install clean
- To add the package, run one of these commands:
- pkg install math/octomap
- pkg install octomap
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: octomap
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1710929828
SHA256 (OctoMap-octomap-v1.10.0_GH0.tar.gz) = 8da2576ec6a0993e8900db7f91083be8682d8397a7be0752c85d1b7dd1b8e992
SIZE (OctoMap-octomap-v1.10.0_GH0.tar.gz) = 1694103
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- xorgproto>=0 : x11/xorgproto
- xorgproto>=0 : x11/xorgproto
- qt5-buildtools>=5.15 : devel/qt5-buildtools
- qt5-qmake>=5.15 : devel/qt5-qmake
- Library dependencies:
-
- libQGLViewer.so : graphics/libQGLViewer
- libGL.so : graphics/libglvnd
- libGLU.so : graphics/libGLU
- libQt5Core.so : devel/qt5-core
- libQt5Gui.so : x11-toolkits/qt5-gui
- libQt5OpenGL.so : graphics/qt5-opengl
- libQt5Widgets.so : x11-toolkits/qt5-widgets
- libQt5Xml.so : textproc/qt5-xml
- This port is required by:
- for Libraries
-
- graphics/magnum-examples
- graphics/magnum-integration
- math/fcl05
- math/py-python-fcl
- misc/dartsim
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- math_octomap
- USES:
- cmake:testing compiler:c++11-lang localbase:ldflags gl qt:5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.10.0_1 05 Apr 2024 09:15:40 |
Yuri Victorovich (yuri) |
graphics/libQGLViewer: update 2.7.2 → 2.9.1
Will flavorize this port next.
Reported by: portscout |
1.10.0 20 Mar 2024 14:56:50 |
Yuri Victorovich (yuri) |
math/octomap: update 1.9.8 → 1.10.0
Reported by: portscout |
1.9.8 11 Sep 2022 10:20:14 |
Felix Palmen (zirias) |
Mk/Uses: always use colon for build/run suffix
Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.
Document in CHANGES.
PR: 266034
Exp-run by: antoine
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D36349 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.9.8 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.9.8 31 May 2022 09:01:22 |
Yuri Victorovich (yuri) |
math/octomap: Update 1.9.7 -> 1.9.8 |
1.9.7_1 22 Jun 2021 18:53:08 |
Kevin Bowling (kbowling) |
graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.
PR: 246767
Reviewed by: manu, bapt
Approved by: x11
Differential Revision: https://reviews.freebsd.org/D30824 |
1.9.7 10 May 2021 00:23:49 |
Yuri Victorovich (yuri) |
math/octomap: Update 1.9.6 -> 1.9.7 |
1.9.6 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.9.6 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.9.6 25 Jan 2021 23:51:55 |
yuri |
math/octomap: Update 1.9.5-190 -> 1.9.6
Reported by: portscout |
1.9.5.190 24 Sep 2020 08:00:19 |
yuri |
math/octomap: Update 1.9.3.20200619 -> 1.9.5-190 |
1.9.3.20200619 22 Sep 2020 07:19:21 |
yuri |
math/octomap: Fix typo in USES=compiler:c++11-lang
Reported by: central build failures |
1.9.3.20200619 20 Sep 2020 06:16:06 |
pkubaj |
math/octomap: fix build on GCC architectures
Use C++11 compiler:
The compiler feature "cxx_decltype" is not known to CXX compiler
"GNU"
version 4.2.1. |
1.9.3.20200619 15 Sep 2020 22:05:59 |
yuri |
math/octomap: Update 1.9.3 -> 1.9.3.20200619 |
1.9.3 23 Jan 2020 07:03:33 |
yuri |
math/octomap: Update 1.9.1 -> 1.9.3
Reported by: portscout |
1.9.1 24 Nov 2019 18:56:27 |
yuri |
math/octomap: Update 1.9.0 -> 1.9.1
Reported by: portscout |
1.9.0_1 16 Jan 2019 11:13:45 |
tijl |
Fix Qt5 symbol version scripts to put the catch-all clause first. When
a symbol matches multiple clauses the last one takes precedence. If the
catch-all is last it captures everything. In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the
catch-all lowest priority.
Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium. Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3] The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one. If there's no such non-weak symbol the call (Only the first 15 lines of the commit message are shown above ) |
1.9.0 25 Dec 2018 20:25:40 |
tcberner |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine |
1.9.0 21 Nov 2018 09:21:40 |
yuri |
math/octomap: Update 1.6.5-158 -> 1.9.0
Reported by: portscout |
v1.6.5.158 20 Nov 2018 07:10:03 |
yuri |
New port: math/octomap: Efficient probabilistic 3D mapping framework based on
octrees |