Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rviz.launch crashes if Rtabmap_rivz is opened. #11

Open
Faisalsouz opened this issue Jun 26, 2023 · 1 comment
Open

rviz.launch crashes if Rtabmap_rivz is opened. #11

Faisalsouz opened this issue Jun 26, 2023 · 1 comment

Comments

@Faisalsouz
Copy link

I am using ubuntu focal fossa, ROS1 noetic
building Rtabmap, from source using catkin_make
Everything works as usual but while Rtabmp rviz view windows is opened ,and I try to open the rviz.launch file form the rtabmap_drone_example it opens with black screen and then crashes immidiately.
What I have done so for?
I have removed, purged rivz, both system wide and rviz-noeitc
I have followed instructions somewhere to install full desktop of noetic , I did that

Fist open Rviz and then Rtabmap
open rviz with rosrun rviz rviz and open config file.
I don't have any luck yet, any help is appreciated. Thanks.

@matlabbe
Copy link
Owner

matlabbe commented Jun 26, 2023

You may try to disable all plugins in the config file (in a text editor). Then after opening that config with rviz, enable the plugins one after the other to see which one is crashing rviz, then remove it form the config. The robot model plugin (using robot_description) may fail on some computer, rviz would crash in Ogre library when loading the 3D mesh model, not sure why.

- Alpha: 1
Class: rviz/RobotModel
Collision Enabled: false
Enabled: true

Set Enabled to false ----^

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants