Search Criteria
Package Details: ros-melodic-gazebo-plugins 2.8.4-1
Git Clone URL: | https://aur.archlinux.org/ros-melodic-gazebo-plugins.git (read-only) |
---|---|
Package Base: | ros-melodic-gazebo-plugins |
Description: | ROS - Robot-independent Gazebo plugins for sensors, motors and dynamic reconfigurable components. |
Upstream URL: | http://gazebosim.org/tutorials?cat=connect_ros |
Licenses: | |
Submitter: | GPereira |
Maintainer: | bionade24 |
Last Packager: | GPereira |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2018-05-13 18:48 |
Last Updated: | 2018-09-26 11:25 |
Dependencies (51)
- ros-melodic-angles
- ros-melodic-camera-info-manager
- ros-melodic-cv-bridge
- ros-melodic-diagnostic-updater
- ros-melodic-dynamic-reconfigure
- ros-melodic-gazebo-dev
- ros-melodic-gazebo-msgs
- ros-melodic-geometry-msgs
- ros-melodic-image-transport
- ros-melodic-message-runtime
- ros-melodic-nav-msgs
- ros-melodic-nodelet
- ros-melodic-polled-camera
- ros-melodic-rosconsole
- ros-melodic-roscpp (ros-melodic-roscpp-git)
- ros-melodic-rosgraph-msgs
- ros-melodic-rospy
- ros-melodic-sensor-msgs
- ros-melodic-std-msgs
- ros-melodic-std-srvs
- ros-melodic-tf
- ros-melodic-tf2-ros
- ros-melodic-trajectory-msgs
- ros-melodic-urdf
- cmake (cmake-git) (make)
- ros-build-tools (ros-build-tools-py3) (make)
- ros-melodic-angles (make)
- ros-melodic-camera-info-manager (make)
- ros-melodic-catkin (make)
- ros-melodic-cv-bridge (make)
- ros-melodic-diagnostic-updater (make)
- ros-melodic-dynamic-reconfigure (make)
- ros-melodic-gazebo-dev (make)
- ros-melodic-gazebo-msgs (make)
- ros-melodic-geometry-msgs (make)
- ros-melodic-image-transport (make)
- ros-melodic-message-generation (make)
- ros-melodic-nav-msgs (make)
- ros-melodic-nodelet (make)
- ros-melodic-polled-camera (make)
- ros-melodic-rosconsole (make)
- ros-melodic-roscpp (ros-melodic-roscpp-git) (make)
- ros-melodic-rosgraph-msgs (make)
- ros-melodic-rospy (make)
- ros-melodic-sensor-msgs (make)
- ros-melodic-std-msgs (make)
- ros-melodic-std-srvs (make)
- ros-melodic-tf (make)
- ros-melodic-tf2-ros (make)
- ros-melodic-trajectory-msgs (make)
- ros-melodic-urdf (make)
Latest Comments
brittyazel commented on 2019-02-01 00:41
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
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
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?