Search Criteria
Package Details: ros-kinetic-libmavconn 0.19.0-1
Git Clone URL: | https://aur.archlinux.org/ros-kinetic-libmavconn.git (read-only, click to copy) |
---|---|
Package Base: | ros-kinetic-libmavconn |
Description: | ROS - MAVLink communication library. |
Upstream URL: | http://wiki.ros.org/mavros |
Licenses: | |
Submitter: | ryanvade |
Maintainer: | ryanvade |
Last Packager: | ryanvade |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2017-05-15 04:18 |
Last Updated: | 2017-05-15 04:18 |
Dependencies (10)
- boost (boost-git)
- console-bridge
- ros-kinetic-mavlink
- boost (boost-git) (make)
- cmake (cmake-git) (make)
- console-bridge (make)
- git (git-git) (make)
- ros-build-tools (ros-build-tools-py3) (make)
- ros-kinetic-catkin (make)
- ros-kinetic-mavlink (make)
Latest Comments
abrandemuehl commented on 2018-03-24 02:07
Downgrading console_bridge to version 0.3.2 fixes the undeclared names problem, but there are also some problems with boost, downgrading boost and boost-libs to 1.65.1-2 solved the problem.
In summary, downgrading console_bridge to 0.3.2 and boost/boost-libs to 1.65.1-2 solves the problem.
abrandemuehl commented on 2018-03-24 01:48
I'm getting some errors regarding console-bridge. Basically,
logDebug
,logWarn
,logError
andlogInform
are not declared.I have
aur/console-bridge
andaur/ros-kinetic-rosconsole-bridge
installed, and looking at those headers, they provideCONSOLE_BRIDGE_log*
.Looks like the latest version of console_bridge (4) removed those macros as deprecated.