How to solve Segmentation fault (core dumped) when rviz on raspberry pi 2?
As title , how could I solve segmentation fault when rviz?
My raspberry pi 2 img is using ubuntu 14.04 with ros indigo.
I tried to rmove ros-indigo-ros-model and git clone from github to my catkin workspace. ( https://github.com/ros/robot_model )
Here is my steps.
sudo apt-get remove ros-indigo-robot-model
cd ~/catkin_ws/src
git clone https://github.com/ros/robot_model.git
cd ~/catkin_ws
catkin_make
source devel/setup.bash
rospack profile
But it just works on tegra tk1 not on raspberry pi 2.
Thanks, Alyson