Problem with Kinetic ROS_PACKAGE_PATH on Raspberry Pi 3?
I am an experienced ROS installer. I just did a new install of Kinetic on a Raspberry Pi 3, running Ubuntu 16.04. I installed sudo apt-get install ros-kinetic-desktop
and followed the rest of the instructions: http://wiki.ros.org/kinetic/Installation/Ubuntu#kinetic.2BAC8-Installation.2BAC8-PostInstall.Tutorials
I then when through setting up my workspace: http://wiki.ros.org/ROS/Tutorials/InstallingandConfiguringROSEnvironment
However, after sourcing both source /opt/ros/kinetic/setup.bash
and source devel/setup.bash
I check the var echo $ROS_PACKAGE_PATH
but I only see /opt/ros/kinetic/share:/opt/ros/kinetic/stacks
. My local workspace is missing.
Bug? Thanks.