Search Criteria
Package Details: ros-melodic-tf 1.12.1-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/ros-melodic-tf.git (read-only, click to copy) |
---|---|
Package Base: | ros-melodic-tf |
Description: | ROS - tf is a package that lets the user keep track of multiple coordinate frames over time. |
Upstream URL: | https://github.com/ros/geometry |
Licenses: | BSD |
Submitter: | GPereira |
Maintainer: | None |
Last Packager: | bionade24 |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2018-05-08 14:10 (UTC) |
Last Updated: | 2021-03-22 17:09 (UTC) |
Dependencies (25)
- boost1.69AUR
- graphviz
- ros-melodic-geometry-msgsAUR
- ros-melodic-message-filtersAUR (ros-melodic-message-filters-gitAUR)
- ros-melodic-message-runtime
- ros-melodic-rosconsoleAUR
- ros-melodic-roscppAUR (ros-melodic-roscpp-gitAUR)
- ros-melodic-roswtfAUR
- ros-melodic-sensor-msgsAUR
- ros-melodic-std-msgsAUR
- ros-melodic-tf2-rosAUR
- boost1.69AUR (make)
- cmake (cmake-gitAUR) (make)
- ros-build-toolsAUR (make)
- ros-melodic-anglesAUR (make)
- ros-melodic-catkinAUR (make)
- ros-melodic-geometry-msgsAUR (make)
- ros-melodic-message-filtersAUR (ros-melodic-message-filters-gitAUR) (make)
- ros-melodic-message-generation (make)
- ros-melodic-rosconsoleAUR (make)
- ros-melodic-roscppAUR (ros-melodic-roscpp-gitAUR) (make)
- ros-melodic-rostime (make)
- ros-melodic-sensor-msgsAUR (make)
- ros-melodic-std-msgsAUR (make)
- ros-melodic-tf2-rosAUR (make)
Required by (97)
- ros-melodic-ackermann-steering-controller
- ros-melodic-ackermann-steering-controller (make)
- ros-melodic-clear-costmap-recovery
- ros-melodic-diagnostic-common-diagnostics
- ros-melodic-diff-drive-controller
- ros-melodic-diff-drive-controller (make)
- ros-melodic-easy-markers
- ros-melodic-easy-markers (make)
- ros-melodic-four-wheel-steering-controller
- ros-melodic-four-wheel-steering-controller (make)
- ros-melodic-franka-control
- ros-melodic-franka-control (make)
- ros-melodic-franka-example-controllers
- ros-melodic-franka-example-controllers (make)
- ros-melodic-gazebo-plugins
- ros-melodic-gazebo-plugins (make)
- ros-melodic-geometry
- ros-melodic-gmapping
- ros-melodic-gmapping (make)
- ros-melodic-interactive-marker-tutorials
- Show 77 more...
Latest Comments
WhiteLine commented on 2023-07-21 06:53 (UTC)
@hansbonini: Thank you! That's work.
rx7 commented on 2022-07-20 11:20 (UTC)
Hey!
Haven't investigated much, but src/tf/CMakeLists.txt forces C++11, whereas log4cxx 0.12.1 (note: latest is 0.13.0, but I had to downgrade) uses C++17 features.
I might have been mistaken, but replacing C++11->C++17 in the first 10 lines sure fixed the issue. (if someone else runs into it: after extracting the package, rewrite those C++11s and run
makepkg --no-extract
so it does not reset the$srcdir
)bionade24 commented on 2019-05-31 10:06 (UTC)
@hansbonini: I'll change the source to the official ROS release as soon as possible, like I already did for
ros-melodic-ros-base
.hansbonini commented on 2019-05-30 22:10 (UTC) (edited on 2019-05-30 22:52 (UTC) by hansbonini)
Compilation problems with boost-signals;
To solve this, add the following lines to PKGBUILD:
after: