Segmentation fault (core dumped) [closed]
I'm using groovy on ubuntu 12.04,when I put the command :rosrun rviz rviz -d rospack find rbx1_nav
/amcl.rviz,it has warning and error,
Message from [/arbotix] has a non-fully-qualified frame_id [odom]. Resolved locally to [/odom]. This is will likely not work in multi-robot systems. This message will only print once.
Segmentation fault (core dumped).
I can see the result for about just one second,then it closes immediately.
What can I do to solve it?Thanks!
Can you start rviz without any config?
yes,it runs smoothly.
sometimes it runs smoothly,sometimes it has the same problem.
Does Segmentation fault happens only when you launch
rosrun rviz rviz -d 'rospack find rbx1_nav'/amcl.rviz
? I also had experienced segmentation fault as an error of rviz. At that time, The error happened even if executing rosrun rviz rviz.If I execute: rosrun rviz rviz,sometimes it runs smoothly,sometimes it has the same problem.But if I execute :rosrun rviz rviz -d rospack find rbx1_nav/amcl.rviz,the error occurs all the time.Have you solved it?
Hi, @danmianjing_00 I'm sorry, I don't know how to fix a segmentation fault. I reinstalled ROS and Ubuntu.