Couldn't Install Turtlesim On Raspberry Pi 3 B+

asked 2018-10-20 17:23:30 -0500

Medo BKB gravatar image

updated 2018-10-21 05:51:15 -0500

gvdhoorn gravatar image

hello everyone ;

since i couldn't install Ubuntu mate in Raspberry Pi 3 B+ because it wouldn't boot up , so i choosed the hard way to build Ros kinetic on raspbian : stretch , so in ordre to do simulate some example of commanding turtle from Raspberry in Laptop running ros kinetic also , so i had no problem running turtlesim in PC , but in raspberry when i type rosrun turtlesim and TAB key nothing show up , i did run roscore and sourcing the setup bash , but still nothing seems to appear , i don't know what wrong i did when i built Ros , i added package of ros_tutorials ,

rosinstall_generator ros_comm ros_tutorials ros_control joystick_drivers --rosdistro kinetic --deps --wet-only --tar > kinetic-custom_ros.rosinstall
edit retag flag offensive close merge delete

Comments

ROS tab completion is provided by the rosbash package. Did you remember to install it on your raspberry pi? If the tab completion doesn't work, you can still run packages by typing out the full command.

ahendrix gravatar image ahendrix  ( 2018-10-20 22:02:41 -0500 )edit

thank you my friend it's working , so is if i want to install <rosbash> am i supposed to build it in the first command or just installing it ..

Medo BKB gravatar image Medo BKB  ( 2018-10-21 11:59:51 -0500 )edit

I'm not sure what you mean by "just installing it". You can either try update your original installation, or build rosbash in your development workspace. If you followed the official installation instructions they normally have a section at the bottom about updates.

ahendrix gravatar image ahendrix  ( 2018-10-21 15:59:17 -0500 )edit