Search Criteria
Package Details: ros-melodic-gazebo-plugins 2.8.7-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/ros-melodic-gazebo-plugins.git (read-only, click to copy) |
---|---|
Package Base: | ros-melodic-gazebo-plugins |
Description: | ROS - Robot-independent Gazebo plugins for sensors, motors and dynamic reconfigurable components. |
Upstream URL: | https://wiki.ros.org/gazebo_plugins |
Licenses: | BSD, Apache 2.0 |
Submitter: | GPereira |
Maintainer: | None |
Last Packager: | bionade24 |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2018-05-13 18:48 (UTC) |
Last Updated: | 2021-03-23 02:49 (UTC) |
Dependencies (51)
- ros-melodic-anglesAUR
- ros-melodic-camera-info-managerAUR
- ros-melodic-cv-bridgeAUR
- ros-melodic-diagnostic-updaterAUR
- ros-melodic-dynamic-reconfigure
- ros-melodic-gazebo-devAUR
- ros-melodic-gazebo-msgsAUR
- ros-melodic-geometry-msgsAUR
- ros-melodic-image-transportAUR
- ros-melodic-message-runtime
- ros-melodic-nav-msgsAUR
- ros-melodic-nodeletAUR
- ros-melodic-polled-cameraAUR
- ros-melodic-rosconsoleAUR
- ros-melodic-roscppAUR (ros-melodic-roscpp-gitAUR)
- ros-melodic-rosgraph-msgsAUR
- ros-melodic-rospyAUR
- ros-melodic-sensor-msgsAUR
- ros-melodic-std-msgsAUR
- ros-melodic-std-srvsAUR
- Show 31 more dependencies...
Latest Comments
<deleted-account> commented on 2019-02-01 00:41 (UTC)
I was getting an error that the build couldn't find OGRE, and would stop at 13%
export PKG_CONFIG_PATH=/opt/OGRE-1.9/lib/pkgconfig/
seemed to have fixed the issue
rochus commented on 2018-07-11 22:19 (UTC) (edited on 2018-07-11 22:19 (UTC) by rochus)
I had the same problem and traced the issue to ros-melodic-cv-bridge, which required a rebuild after the latest OpenCV and boost updates. I solved it by first rebuilding ros-melodic-cv-bridge, and afterwards building ros-melodic-gazebo-plugins.
There are actually quite a few other packages that have the same issue (e.g. image-view, stereo-image-proc, ...), all which depend on cv-bridge. I used ldd on all the shared objects in /opt/ros/melodic/lib to find other libraries / packages which have unresolved dependencies.
I have to say that the ros-melodic packages in AUR are a horrible mess when it comes to proper dependency management.
tsp commented on 2018-07-09 13:01 (UTC)
No rule to make target '/usr/lib/libopencv_core.so.3.4.1', needed by 'devel/lib/libgazebo_ros_projector.so'
I have
libopencv_core.so.3.4.2
. Tried rebuilding it clean and no joy. Is this a problem with my local or can it be fixed in the package?