ROS not running roscore
I've recently installed indigo on a Raspberry Pi 2. When I try to use roslaunch or rosrun, although it finds the launch file or executable, nothing happens. It doesn't give an error, it just hangs there. I've tried to launch just roscore as well and it produces the same result.
If anyone has any thoughts on what might be causing this I'd appreciate the help :)
Edit: Output of env | grep ROS
ROS_BOOT=/home/pi/ros_catkin_ws/install_isolated/share/ros
ROS_PACKAFE_PATH=/home/pi/ros_catkin_ws/src/offloadable_face_recognition/:/home/pi/ros_catkin_ws/src/usb_cam:/home/pi/ros_catkin_ws/install_isolated//home/pi/ros_catkin_ws/install_isolated/stacks
ROS_MASTER_URI=http://localhost:11311
ROS_TEST_RESULTS_DIR=/home/pi/ros_catkin_ws/build_isolated/usb_cam/test_results
ROS_ETC_DIR=/home/pi/ros_catkin_ws/install_isolated/etc/ros
This may be a configuration issue - can you update your question with the output of
env | grep ROS
?Sorry for the delay in replying, I've added the output to env | grep ROS
Is it actually
ROS_PACKAFE_PATH
and notROS_PACKAGE_PATH
, or did that somehow get messed up when pasting into your question?I typed it up so it's a typo, my bad :/
You could try running
strace roscore
and see if there is any useful output.