Search Criteria
Package Details: ros-melodic-octomap 1.9.7-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/ros-melodic-octomap.git (read-only, click to copy) |
---|---|
Package Base: | ros-melodic-octomap |
Description: | ROS - The OctoMap library implements a 3D occupancy grid mapping approach, providing data structures and mapping algorithms in C++. |
Upstream URL: | https://octomaphub.io |
Licenses: | BSD |
Submitter: | GPereira |
Maintainer: | None |
Last Packager: | bionade24 |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2018-05-13 18:33 (UTC) |
Last Updated: | 2021-05-07 12:57 (UTC) |
Dependencies (3)
- ros-melodic-catkinAUR
- cmake (cmake-gitAUR) (make)
- ros-build-toolsAUR (make)
Required by (18)
- ros-melodic-dynamic-edt-3d
- ros-melodic-dynamic-edt-3d (make)
- ros-melodic-geometric-shapes
- ros-melodic-geometric-shapes (make)
- ros-melodic-moveit-core
- ros-melodic-moveit-ros-occupancy-map-monitor
- ros-melodic-moveit-ros-occupancy-map-monitor (make)
- ros-melodic-moveit-ros-perception
- ros-melodic-moveit-ros-perception (make)
- ros-melodic-octomap-ros
- ros-melodic-octomap-ros (make)
- ros-melodic-octomap-server
- ros-melodic-octomap-server (make)
- ros-melodic-octovis
- ros-melodic-octovis (make)
- ros-melodic-rotors-gazebo-plugins (make)
- ros-melodic-rtabmap
- ros-melodic-rtabmap (make)
Latest Comments
GPereira commented on 2018-09-06 19:36 (UTC)
Thank you, edit made ;)
timonegk commented on 2018-09-06 10:41 (UTC)
options=('staticlibs')
should be added to the PKGBUILD to keep the static library liboctomath.a which is needed by ros-melodic-octovis, ros-melodic-geometric-shapes and ros-melodic-dynamic-edt-3d.tsp commented on 2018-08-13 02:01 (UTC) (edited on 2018-08-13 02:03 (UTC) by tsp)
This is what I get when I attempt to build the ros-melodic-octovis package:
So we can see that /opt/ros/melodic/lib/liboctomath.a is missing however this (ros-melodic-octomap) also requires linking on that same archive, but it gets it from somewhere else. I'm thinking either the PKGBUILD for ros-melodic-octovis needs to be updated to pull it from the web as well or ros-melodic-octomap should install the copy of liboctomath.a it links against to /opt/ros/melodic/lib/liboctomath.a
GPereira commented on 2018-08-12 23:30 (UTC)
Hello! Thanks for the feedback! However I am not understanding your point. ros-melodic-octovis has this package as a make dependency. Are you saying that octovis also need that package to be linked?
tsp commented on 2018-08-11 10:01 (UTC)
This package links on liboctoamth.a that is included in the release by the looks of it. ros-melodic-octovis fails to build because that same lib isn't available at build time. I've also had issues attempting to build some of my own packages in a catkin workspace with it complaining that something was expecting /opt/ros/melodic/usr/lib/liboctomath.a to be available but it isn't there. I'm not sure what package is actually the issue - but I think maybe this needs to install that file/ we need another package to install those required deps to the ros melodic libs. What are your thoughts on this?