Search Criteria
Package Details: ros-melodic-laser-assembler 1.7.7-6
Package Actions
Git Clone URL: | https://aur.archlinux.org/ros-melodic-laser-assembler.git (read-only, click to copy) |
---|---|
Package Base: | ros-melodic-laser-assembler |
Description: | ROS - Provides nodes to assemble point clouds from either LaserScan or PointCloud messages. |
Upstream URL: | https://wiki.ros.org/laser_assembler |
Licenses: | BSD |
Submitter: | GPereira |
Maintainer: | None |
Last Packager: | bionade24 |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2018-05-13 18:42 (UTC) |
Last Updated: | 2021-03-23 02:02 (UTC) |
Dependencies (22)
- boost1.69AUR
- ros-melodic-filtersAUR
- ros-melodic-laser-geometryAUR
- ros-melodic-message-filtersAUR (ros-melodic-message-filters-gitAUR)
- ros-melodic-message-runtime
- ros-melodic-pluginlibAUR
- ros-melodic-roscppAUR (ros-melodic-roscpp-gitAUR)
- ros-melodic-sensor-msgsAUR
- ros-melodic-tfAUR
- boost1.69AUR (make)
- cmake (cmake-gitAUR) (make)
- ros-build-toolsAUR (make)
- ros-melodic-catkinAUR (make)
- ros-melodic-filtersAUR (make)
- ros-melodic-laser-geometryAUR (make)
- ros-melodic-message-filtersAUR (ros-melodic-message-filters-gitAUR) (make)
- ros-melodic-message-generation (make)
- ros-melodic-pluginlibAUR (make)
- ros-melodic-roscppAUR (ros-melodic-roscpp-gitAUR) (make)
- ros-melodic-rostestAUR (make)
- Show 2 more dependencies...
Latest Comments
1 2 Next › Last »
jerry73204 commented on 2019-12-19 15:54 (UTC)
The build failed due to wrong path in
prepare()
. Please modify it to the following.hansbonini commented on 2019-05-31 03:32 (UTC)
boost_signals fix
add this to line 56 of PKGBUILD:
GPereira commented on 2019-01-09 18:24 (UTC)
Done
Eyolon commented on 2018-11-28 10:09 (UTC)
please update the source link with https://github.com/ros-gbp/laser_assembler-release/archive/release/melodic/laser_assembler/1.7.6.tar.gz
cbjamo commented on 2018-11-22 12:25 (UTC)
This package is now out of date, 1.7.6 fixes the boost issue.
cbjamo commented on 2018-11-14 20:50 (UTC) (edited on 2018-11-14 20:51 (UTC) by cbjamo)
Unless the patch causes issues for users of older versions of boost, a new release should come along soon. It should be noted that this package is not currently out of date, the latest release is 1.7.5. Until a new release is pushed, this patch (copied from the fix in the upstream git) will fix the build issue for us.
evopen commented on 2018-09-26 14:27 (UTC)
This tarball version can't be built with new boost. see: https://github.com/ros-perception/laser_assembler/commit/1a03f7c288ed03d7e21d764b1267338434db27e4 need to use upstream git version.
GPereira commented on 2018-06-22 19:07 (UTC)
Problem solved
Elephantusparvus commented on 2018-06-22 11:51 (UTC)
Another option might be to just disable testing. Then the test is not compiled. I think this should be done anyways.
https://aur.archlinux.org/packages/ros-melodic-urdf/#comment-651796
Elephantusparvus commented on 2018-06-22 09:42 (UTC) (edited on 2018-06-22 10:00 (UTC) by Elephantusparvus)
It seems like the interface for boost::posix_time::miliseconds() changed. (Seems like it should be constructed with a long: https://www.boost.org/doc/libs/1_67_0/doc/html/date_time/posix_time.html)
Here is a patch so it at least compiles: https://pastebin.com/zERZxGsr
Functionality is not checked, but I think it is "fine" because it is just a test and should not effect anything else.
E: Okay there is even a pull request pending for this: https://github.com/ros-perception/laser_assembler/pull/16 https://github.com/ros/actionlib/issues/104
1 2 Next › Last »