Add rviz build dependency to correctly set linker paths#632
Add rviz build dependency to correctly set linker paths#632simonschmeisser wants to merge 1 commit intomoveit:masterfrom
Conversation
|
Could you explain the actual error a little more? None of the binaries require explicit linking against rviz, do they? |
|
It is "related" in that it took a couple of hours away from my sleep to reproduce the issues mentioned in moveit/moveit#2596 but not really otherwise. |
|
Here are the error messages |
|
$ ldd /opt/ros/noetic/lib/librviz_default_plugin.so | grep rviz
librviz.so => /opt/ros/noetic/lib/librviz.so (0x00007fd1ad2de000)Could you please build in |
|
will do that later, the problem is this |
| moveit_ros_planning | ||
| moveit_ros_planning_interface | ||
| moveit_ros_perception | ||
| rviz |
There was a problem hiding this comment.
Also needs to be added to CATKIN_DEPENDS args in catkin_package, below, to make catkin_lint happy.
Description
This seems to fix linking against librviz_default_plugin.so from system packages (melodic) when I actually have a newer version (noetic-devel) in my workspace