Robotics StackExchange | Archived questions

Couldn't Install Turtlesim On Raspberry Pi 3 B+

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

Asked by Medo BKB on 2018-10-20 17:23:30 UTC

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.

Asked by ahendrix on 2018-10-20 22:02:41 UTC

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 ..

Asked by Medo BKB on 2018-10-21 11:59:51 UTC

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.

Asked by ahendrix on 2018-10-21 15:59:17 UTC

Answers