Search Criteria
Package Details: ros-indigo-rviz 1.11.19-1
Git Clone URL: | https://aur.archlinux.org/ros-indigo-rviz.git (read-only, click to copy) |
---|---|
Package Base: | ros-indigo-rviz |
Description: | ROS - 3D visualization tool for ROS. |
Upstream URL: | http://ros.org/wiki/rviz |
Licenses: | |
Submitter: | bchretien |
Maintainer: | fl.duriez |
Last Packager: | fl.duriez |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2014-06-07 16:49 |
Last Updated: | 2019-02-14 18:12 |
Dependencies (63)
- assimp (doomsday)
- eigen3 (eigen32)
- mesa (mesa-noglvnd, mesa-arm-git, mesa-minimal+-git, mesa-minimal-git, mesa-git)
- ogre-1.9
- qt4 (qt4-revert80e3108)
- ros-indigo-geometry-msgs
- ros-indigo-image-geometry
- ros-indigo-image-transport
- ros-indigo-interactive-markers
- ros-indigo-laser-geometry
- ros-indigo-map-msgs
- ros-indigo-media-export
- ros-indigo-message-filters
- ros-indigo-nav-msgs
- ros-indigo-pluginlib
- ros-indigo-python-qt-binding
- ros-indigo-resource-retriever
- ros-indigo-rosbag
- ros-indigo-rosconsole
- ros-indigo-roscpp
- ros-indigo-roslib
- ros-indigo-rospy
- ros-indigo-sensor-msgs
- ros-indigo-std-msgs
- ros-indigo-std-srvs
- ros-indigo-tf
- ros-indigo-urdf
- ros-indigo-visualization-msgs
- tinyxml (tinyxml-git)
- yaml-cpp (yaml-cpp-git, yaml-cpp0.3)
- assimp (doomsday) (make)
- cmake (cmake-git) (make)
- eigen3 (eigen32) (make)
- mesa (mesa-noglvnd, mesa-arm-git, mesa-minimal+-git, mesa-minimal-git, mesa-git) (make)
- ogre-1.9 (make)
- qt4 (qt4-revert80e3108) (make)
- ros-build-tools (ros-build-tools-py3) (make)
- ros-indigo-catkin (make)
- ros-indigo-cmake-modules (make)
- ros-indigo-geometry-msgs (make)
- ros-indigo-image-geometry (make)
- ros-indigo-image-transport (make)
- ros-indigo-interactive-markers (make)
- ros-indigo-laser-geometry (make)
- ros-indigo-map-msgs (make)
- ros-indigo-message-filters (make)
- ros-indigo-nav-msgs (make)
- ros-indigo-pluginlib (make)
- ros-indigo-python-qt-binding (make)
- ros-indigo-resource-retriever (make)
- ros-indigo-rosbag (make)
- ros-indigo-rosconsole (make)
- ros-indigo-roscpp (make)
- ros-indigo-roslib (make)
- ros-indigo-rospy (make)
- ros-indigo-sensor-msgs (make)
- ros-indigo-std-msgs (make)
- ros-indigo-std-srvs (make)
- ros-indigo-tf (make)
- ros-indigo-urdf (make)
- ros-indigo-visualization-msgs (make)
- tinyxml (tinyxml-git) (make)
- yaml-cpp (yaml-cpp-git, yaml-cpp0.3) (make)
Required by (22)
- ros-indigo-jackal-viz
- ros-indigo-librviz-tutorial (make)
- ros-indigo-librviz-tutorial
- ros-indigo-moveit-ros-benchmarks-gui
- ros-indigo-moveit-ros-benchmarks-gui (make)
- ros-indigo-moveit-ros-visualization
- ros-indigo-moveit-ros-visualization (make)
- ros-indigo-rqt-rviz
- ros-indigo-rqt-rviz (make)
- ros-indigo-rviz-animated-view-controller
- ros-indigo-rviz-animated-view-controller (make)
- ros-indigo-rviz-fixed-view-controller (make)
- ros-indigo-rviz-fixed-view-controller
- ros-indigo-rviz-imu-plugin
- ros-indigo-rviz-imu-plugin (make)
- ros-indigo-rviz-plugin-tutorials
- ros-indigo-rviz-plugin-tutorials (make)
- ros-indigo-rviz-python-tutorial (make)
- ros-indigo-rviz-python-tutorial
- ros-indigo-stdr-launchers
- ros-indigo-urdf-tutorial
- ros-indigo-viz
Latest Comments
1 2 3 Next › Last »
jerry73204 commented on 2018-11-04 18:14
For those who want to build with ogre 1.9, this is the PKGBUILD and patch.
[PKGBUILD]
[use-ogre-1.9.patch]
yiuin commented on 2016-10-29 21:54
I couldn't get this to compile with Qt4, but adding "-DUseQt5=ON" worked
hauptmech commented on 2016-06-25 20:52
eigen fixed. Build works.
hauptmech commented on 2016-06-25 06:40
Build fails because of a bad Eigen3Config.cmake recently introduced in the eigen package. Filed a bug report with that package. Fixing the file /usr/lib/cmake/Eigen3Config.cmake by hand is probably the easiest way to build in the interim.
bchretien commented on 2016-06-12 18:35
@sebastien: on a side note, Qt5 support is on the way (available since the 1.12.0 release, which has not landed for Indigo yet).
sebastien commented on 2016-06-12 11:41
@Alad
I managed to get it to build with the following symlink
ln -s /usr/bin/qmake-qt4 /usr/local/bin/qmake
alvearian commented on 2016-05-21 19:15
Doesn't build with gcc 6.1.1, with error:
src/rviz/default_plugin/effort_display.h:45:36: error: unable to find string literal operator ‘operator""fmt’
This patch fixes the issue: http://pastebin.com/XkHjNSkX
Alad commented on 2016-05-19 13:07
Now it doesn't even get past configure:
https://ptpb.pw/8m8p
Alad commented on 2016-04-21 13:04
Doesn't build: https://ptpb.pw/foPx
Anonymous comment on 2015-04-01 01:28
Turns I had pyqt4-10-common installed, which did not provide the .sip file.