Search Criteria
Package Details: ros-jade-rviz 1.11.14-2
Git Clone URL: | https://aur.archlinux.org/ros-jade-rviz.git (read-only, click to copy) |
---|---|
Package Base: | ros-jade-rviz |
Description: | ROS - 3D visualization tool for ROS. |
Upstream URL: | http://ros.org/wiki/rviz |
Licenses: | |
Submitter: | bchretien |
Maintainer: | None |
Last Packager: | bchretien |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2015-06-20 11:23 |
Last Updated: | 2016-05-22 22:41 |
Dependencies (63)
- assimp (doomsday)
- eigen3
- mesa (mesa-noglvnd, mesa-arm-git, mesa-rc, mesa-stable, mesa-git, mesa-minimal-git, mesa-minimal+-git)
- ogre (ogre-1.8, ogre-2.1, ogre-next-git, ogre-1.9, ogre-docs-1.9, ogre-git, ogre-1.10, ogre-docs-1.10)
- qt4 (qt4-revert80e3108)
- ros-jade-geometry-msgs
- ros-jade-image-geometry
- ros-jade-image-transport
- ros-jade-interactive-markers
- ros-jade-laser-geometry
- ros-jade-map-msgs
- ros-jade-media-export
- ros-jade-message-filters
- ros-jade-nav-msgs
- ros-jade-pluginlib
- ros-jade-python-qt-binding
- ros-jade-resource-retriever
- ros-jade-rosbag
- ros-jade-rosconsole
- ros-jade-roscpp
- ros-jade-roslib
- ros-jade-rospy
- ros-jade-sensor-msgs
- ros-jade-std-msgs
- ros-jade-std-srvs
- ros-jade-tf
- ros-jade-urdf
- ros-jade-visualization-msgs
- tinyxml (tinyxml-git)
- yaml-cpp (yaml-cpp-git, yaml-cpp0.3)
- assimp (doomsday) (make)
- cmake (cmake-git) (make)
- eigen3 (make)
- mesa (mesa-noglvnd, mesa-arm-git, mesa-rc, mesa-stable, mesa-git, mesa-minimal-git, mesa-minimal+-git) (make)
- ogre (ogre-1.8, ogre-2.1, ogre-next-git, ogre-1.9, ogre-docs-1.9, ogre-git, ogre-1.10, ogre-docs-1.10) (make)
- qt4 (qt4-revert80e3108) (make)
- ros-build-tools (ros-build-tools-py3) (make)
- ros-jade-catkin (make)
- ros-jade-cmake-modules (make)
- ros-jade-geometry-msgs (make)
- ros-jade-image-geometry (make)
- ros-jade-image-transport (make)
- ros-jade-interactive-markers (make)
- ros-jade-laser-geometry (make)
- ros-jade-map-msgs (make)
- ros-jade-message-filters (make)
- ros-jade-nav-msgs (make)
- ros-jade-pluginlib (make)
- ros-jade-python-qt-binding (make)
- ros-jade-resource-retriever (make)
- ros-jade-rosbag (make)
- ros-jade-rosconsole (make)
- ros-jade-roscpp (make)
- ros-jade-roslib (make)
- ros-jade-rospy (make)
- ros-jade-sensor-msgs (make)
- ros-jade-std-msgs (make)
- ros-jade-std-srvs (make)
- ros-jade-tf (make)
- ros-jade-urdf (make)
- ros-jade-visualization-msgs (make)
- tinyxml (tinyxml-git) (make)
- yaml-cpp (yaml-cpp-git, yaml-cpp0.3) (make)
Latest Comments
yhfudev commented on 2016-10-19 18:15
broken:
[ 68%] Compiling generated code for rviz_sip Python bindings...
make[3]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule.
/usr/share/sip/PyQt4/QtGui/qwidget.sip:32:21: fatal error: qwidget.h: No such file or directory
#include <qwidget.h>
rolling_robot commented on 2016-07-19 18:08
I guess package "poco" from aur should also be in the dependencies.
And with today's rebuild of rviz and poco I get the following error:
$rviz -h
rviz: error while loading shared libraries: libPocoFoundation.so.31: cannot open shared object file: No such file or directory
Instead of it I have /usr/lib/libPocoFoundation.so.43
UPDATE:
Rebuilding ros-jade-class-loader solved the problem.
bchretien commented on 2016-05-22 18:17
@victl: thanks, we'll need to apply this patch: https://github.com/ros-visualization/rviz/pull/1012
victl commented on 2016-05-22 12:40
There seemed a typo bug that might cause compile time errors:
In the file src/rviz/default_plugin/effort_display.h, on line 39 & 45:
ROS_DEBUG_NAMED("message_filter", "MessageFilter [target=%s]: "fmt, getTargetFramesString().c_str(), __VA_ARGS__)
seemed like a comma is missing just before fmt.
I added a comma myself and the compile errors are gone. So I'd confirm it's a bug(or typo, maybe). Good luck!
Tohru commented on 2016-01-11 00:29
makedepends should contain qtchooser (for 'qmake' command)