ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
3

installing turtlebot for kinetic

asked 2016-12-04 05:35:00 -0500

jafar_abdi gravatar image

Hello everyone ...

I'm trying to install Turtlebot for kinetic link text

I changed all 'indigo' words to 'kinetic' after I did that I've this problem

E: Unable to locate package ros-kinetic-rocon-remocon

E: Unable to locate package ros-kinetic-rocon-qt-library

Can Anyone help me in solving this problem ..?

thanks

edit retag flag offensive close merge delete

Comments

can anyone help me ..? :(

jafar_abdi gravatar image jafar_abdi  ( 2016-12-05 03:54:30 -0500 )edit

I am having the same issue

anonymous userAnonymous ( 2016-12-18 16:38:38 -0500 )edit

I do the same, I dont think you need this two application then don't install them :)

momar82 gravatar image momar82  ( 2017-01-28 05:52:41 -0500 )edit

4 Answers

Sort by ยป oldest newest most voted
1

answered 2017-08-09 02:39:52 -0500

Hey!!

Sorry this may be quite late, however I used this link in another ROS Answer in order to install Turtlebot with ROS-Kinetic. Atleast the install was successful.

https://answers.ros.org/question/2460...

Cheers!

edit flag offensive delete link more
1

answered 2017-03-05 05:51:39 -0500

vegetish gravatar image

I got everything up and running with these scripts: https://bitbucket.org/damienjadeduff/...

edit flag offensive delete link more

Comments

Albeit some packages not working, like the dashboard.

vegetish gravatar image vegetish  ( 2017-03-05 13:58:10 -0500 )edit
0

answered 2019-06-26 15:38:41 -0500

RoboNerd gravatar image

updated 2019-06-26 18:55:45 -0500

jayess gravatar image

Well i have faced the same problem, I did follow all the instructions in the videos, however the installation was for indigo, changing just the word "kinetic" doesn't work so i found a solution, use "apt-cache search ros-kinetic" in terminal. This will show a long list of packages supported by ros kinetic, now look for all turtlebot related packages. To install use the usual "sudo apt-get install pkg_name". You have to install all the packages one by one manually there is no single code line that would install all the packages relate to turtlebot, however you can install all at-once by just adding all the package name next to each other like this

sudo apt-get install pkg_name1 pkg_name2 pkg_name3...............

press "y" to install and then to check installation do this

roslaunch turtlebot_gazebo turtlebot_world.launch

You can also install other packages like this when you are unable to find a source to install.

Hope this helps.

edit flag offensive delete link more
0

answered 2017-01-31 13:31:53 -0500

Diana_Elyza gravatar image

Hi!!!

It seems that the installation of Turtlebot does not have support for Kinetic, the last version with support is Indigo. I hope that this change.

Greetings!!!

edit flag offensive delete link more

Comments

Since non-support for Kinetic, just use (for example) Ubuntu 14.04 and ros-indigo-turtlebot* or ros-indigo-kobuki packages. If you have an ARM-based machine running (like RaPi or JetsonTK/TX) there will be unsupported packages too (can't be installed). The basics (especially kobuki_node) will wrk

glukon gravatar image glukon  ( 2017-10-11 09:30:08 -0500 )edit

Question Tools

3 followers

Stats

Asked: 2016-12-04 05:35:00 -0500

Seen: 14,733 times

Last updated: Jun 26 '19