Package Details: ros-melodic-tf2 0.6.6-4

Git Clone URL: https://aur.archlinux.org/ros-melodic-tf2.git (read-only, click to copy)
Package Base: ros-melodic-tf2
Description: ROS - tf2 is the second generation of the transform library, which lets the user keep track of multiple coordinate frames over time.
Upstream URL: https://www.wiki.ros.org/tf2
Licenses: BSD
Submitter: GPereira
Maintainer: None
Last Packager: bionade24
Votes: 2
Popularity: 0.000000
First Submitted: 2018-05-08 14:14 (UTC)
Last Updated: 2021-03-22 17:00 (UTC)

Latest Comments

acxz commented on 2019-05-29 00:54 (UTC)

Added patch so it is now buildable.

pingplug commented on 2019-04-04 07:47 (UTC)

can not build with the latest version of boost https://github.com/ros/geometry2/commit/6223549e4d5e1d442a9cfb8e8c7334bcc62c1662

miramur commented on 2018-09-14 08:31 (UTC)

Need to update logWarn and logError, see https://github.com/ros/ros-overlay/issues/509

Can be fixed right now by adding the following before cmake in PKGBUILD:

sed -i 's/logError/CONSOLE_BRIDGE_logError/g' ${srcdir}/${_dir}/tf2/src/buffer_core.cpp
sed -i 's/logWarn/CONSOLE_BRIDGE_logWarn/g' ${srcdir}/${_dir}/tf2/src/buffer_core.cpp