jsk-ros-pkg / jsk_visualization

jsk visualization ros packages
https://github.com/jsk-ros-pkg/jsk_visualization
324 stars 173 forks source link

Jsk_rviz_plugins lost after building rviz from source #885

Open krtt opened 8 months ago

krtt commented 8 months ago

I use Ubuntu 20.04 and ROS Noetic. I built rviz from source (with newer version of Ogre) and after that the jsk_rviz_plugin/Plotter2D does not load any more. I checked that my new rviz workspace is sourced and everything else regarding rviz seems to work fine. I checked with rospack find and the jsk_rviz_plugins is not found any more. How can it get lost and how can I avoid it happen?

mqcmd196 commented 8 months ago

@krtt I have confirmed that Plotter2D works fine on the current master branch. If you haven't found jsk_rviz_plugins with rospack, the package would not be built correctly, but we don't know much more than that without logs or other information. Please paste the build log by pasting catkin build jsk_rviz_plugins -v or cd build/jsk_rviz_plugins && make 's output.

krtt commented 8 months ago

Multiple answers that I have found out:

Do I understand correctly that the only way is to figure out how to build jsk_rviz_plugins with newer Ogre? One failed attempt here where I tried to build rviz and jsk_rviz_plugin from source with rviz being built with Ogre 1.12: cannot_build_jsk_rviz_plugins_with_rviz_with_ogre1.12.txt