Package Details: ros-noetic-rviz 1.14.20-1

Git Clone URL: https://aur.archlinux.org/ros-noetic-rviz.git (read-only, click to copy)
Package Base: ros-noetic-rviz
Description: ROS - 3D visualization tool for ROS.
Upstream URL: https://wiki.ros.org/rviz
Licenses: BSD, Creative Commons
Submitter: acxz
Maintainer: acxz
Last Packager: AchmadFathoni
Votes: 0
Popularity: 0.000000
First Submitted: 2020-05-24 17:04 (UTC)
Last Updated: 2023-06-11 09:55 (UTC)

Pinned Comments

AchmadFathoni commented on 2022-01-07 13:12 (UTC) (edited on 2022-03-25 14:46 (UTC) by AchmadFathoni)

If you get error, downgrade your python-pyqt5 to 5.15.6-4 or follow https://github.com/ros-noetic-arch/ros-noetic-rviz/issues/4#issuecomment-1063257522

acxz commented on 2021-11-30 21:46 (UTC)

Development is on Github: https://github.com/ros-noetic-arch Please open issues and PRs there instead of commenting.

Latest Comments

NextAlone commented on 2022-03-19 19:59 (UTC)

Should change cxx standard from 14 to 17 in cmakelists

AchmadFathoni commented on 2022-01-07 13:12 (UTC) (edited on 2022-03-25 14:46 (UTC) by AchmadFathoni)

If you get error, downgrade your python-pyqt5 to 5.15.6-4 or follow https://github.com/ros-noetic-arch/ros-noetic-rviz/issues/4#issuecomment-1063257522

acxz commented on 2021-11-30 21:46 (UTC)

Development is on Github: https://github.com/ros-noetic-arch Please open issues and PRs there instead of commenting.

FederAndInk commented on 2021-11-22 07:29 (UTC)

latest assimp is breaking this package, although rviz 1.14.11 is available and is fixing the issue. Is it possible to update the package please?

AchmadFathoni commented on 2021-10-23 06:56 (UTC)

ros-noetic-urdf is updated to work with urdfdom 3.0.0

Maik93 commented on 2021-10-18 12:24 (UTC)

A temporary solution for this could be to checkout 3f6dee1 from ros-noetic-urdf

AchmadFathoni commented on 2021-10-10 08:48 (UTC)

@soh, that problem is being tracked in https://github.com/ros/urdf/issues/37

soh commented on 2021-10-10 06:48 (UTC) (edited on 2021-10-10 07:45 (UTC) by soh)

cannot build. error like this:

==> Starting build()...
.......
-- catkin 0.8.10
-- BUILD_SHARED_LIBS is on
-- Using these message generators: gencpp;geneus;genlisp;gennodejs;genpy
CMake Error at /opt/ros/noetic/share/urdf/cmake/urdfConfig.cmake:173 (message):
  Project 'rviz' tried to find library
  '$<$<NOT:$<CONFIG:Debug>>:/usr/lib/liburdfdom_sensor.so>'.  The library is
  neither a target nor built/installed properly.  Did you compile project
  'urdf'? Did you find_package() it before the subdirectory containing its
  code is included?
Call Stack (most recent call first):
  /opt/ros/noetic/share/catkin/cmake/catkinConfig.cmake:76 (find_package)
  CMakeLists.txt:117 (find_package)


-- Configuring incomplete, errors occurred!

Reverse all packages related to urdf to versions published in 2020 seems help.