Search Criteria
Package Details: ros2-arch-deps 0.23-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/ros2-arch-deps.git (read-only, click to copy) |
---|---|
Package Base: | ros2-arch-deps |
Description: | [Meta-PKG] Dependencies for building ROS2 on Arch |
Upstream URL: | https://docs.ros.org/ |
Licenses: | None |
Submitter: | kartikmohta |
Maintainer: | None |
Last Packager: | MarsSeed |
Votes: | 5 |
Popularity: | 0.000065 |
First Submitted: | 2018-10-04 08:10 (UTC) |
Last Updated: | 2024-04-28 05:15 (UTC) |
Dependencies (48)
- asio (asio-gitAUR)
- bullet (bullet-gitAUR, bullet-dp)
- cmake (cmake-gitAUR)
- curl (curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- eigen (eigen-gitAUR)
- git (git-gitAUR, git-glAUR)
- glew (glew-libepoxyAUR, glew-waylandAUR, glew-osmesa-gitAUR, glew-wayland-gitAUR, glew-gitAUR)
- glu (glu-gitAUR)
- hdf5 (hdf5-gitAUR, hdf5-openmpi)
- libxaw (xawmAUR)
- libxrandr (libxrandr-gitAUR)
- log4cxx (log4cxx-gitAUR)
- opencv (opencv-cuda)
- openssl (openssl-gitAUR, openssl-staticAUR)
- poco (poco-gitAUR)
- procps-ng (busybox-coreutilsAUR, procps-ng-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
- python-argcomplete
- python-bloomAUR
- python-build
- Show 28 more dependencies...
Latest Comments
« First ‹ Previous 1 2 3 4
leuko commented on 2020-07-25 20:37 (UTC) (edited on 2020-07-26 16:34 (UTC) by leuko)
For building
libxrandr
is needed byrviz_ogre_vendor
.For running
rviz2
qt5-svg
is needed. (otherwise rviz2 cannot load SVG pixmap packages for cursors)MaoCPU commented on 2019-08-28 20:07 (UTC) (edited on 2019-08-28 21:18 (UTC) by MaoCPU)
python-lark-parser
is a dependency forros_idlgenerator_c
.python-sip
(and possiblysip
) are needed forqt_gui_cpp
.These packages are also listed in the Wiki
After successful installation, running a
ros2 topic echo
leads to several warnings of the formatFailed to load entry point 'create_key': No module named 'lxml'
. Addingpython-lxml
to the dependencies solves that problem. Possibly this is an upstream issue?mms commented on 2019-04-11 20:08 (UTC)
log4cxx
(AUR) is a new dependency for compilingrcl_logging_log4cxx
and, consequently,rcl
.mms commented on 2019-02-20 15:03 (UTC) (edited on 2019-02-20 15:04 (UTC) by mms)
Also,
libconsole_bridge
is a dependency mentioned in the installation guide ... there is a an AUR packagemms commented on 2019-02-03 22:51 (UTC)
For compiling
image_tools
vtk
(<=8.1.2) andhdf5
(both only make dependencies for opencv)« First ‹ Previous 1 2 3 4