Raspberry pi and Teleop
Hi all, I have been searching for days now to get any keyboard-teleop node to run on my kinetic-jessie-pi system.
None of the apt-get packages are ever found (another forum question says its not possible to install ROS packages using apt-get if i had not installed ros with it in the first place).
I tried installing from source following this link , replacing indigo with kinetic. it downloads the source but trying to install only gives:
ERROR: the following packages/stacks could not have their rosdep keys resolved to system dependencies: rocon_apps: No definition of [rospy_tutorials] for OS version []
and more similar lines for every package. I also tried to clone the git of "teleop_twist_keyboard", put it in my ws, ran catkin_make, sourced setup.bash and ros refuses to find it. When using rosrun from inside the folder, I get a long list of errors.
Tried to create my own node using python, the only viable keyboard listener I could find is from keyboard 0.9.13 which requires sudo privileges, while adding the "sudo" prefix in a launch file results in that the root user cannot find the ros environment variables. Trying to export them through the python script or call an external bash script from within python did not work.
I just want to move my Rpi robot using a wireless keyboard. Does anyone have any idea how to run any keyboard teleop node on a raspberry pi 3?
Many thanks, Steve