Turtlebot installation
Hi, I am trying to install turtlebot ..on my system containing Ubuntu-16.04 LTS and ROS-Kinetic. I am following instructions from: http://wiki.ros.org/turtlebot/Tutoria...
As mentioned in the webpage the tried the following command for Ubuntu Package Install:
sudo apt-get install ros-indigo-turtlebot ros-indigo-turtlebot-apps ros-indigo-turtlebot-interactions ros-indigo-turtlebot-simulator ros-indigo-kobuki-ftdi ros-indigo-rocon-remocon ros-indigo-rocon-qt-library ros-indigo-ar-track-alvar-msgs
As i am using Ros-kinetic i replaced indigo in the above command line with kinetic. (Is the replacement necessary ?)
The following message is displaced on the command window:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package ros-kinetic-rocon-remocon
E: Unable to locate package ros-kinetic-rocon-qt-library
E: Unable to locate package ros-kinetic-ar-track-alvar-msgss
Later, i also tried Source Installation.. When i used the command: wstool init src -j5 https://raw.github.com/yujinrobot/yuj...
The following message got diplayed:
Using initial elements from: https://raw.github.com/yujinrobot/yuj... ERROR in config: Unable to download URL [ https://raw.github.com/yujinrobot/yuj... ]: HTTP Error 404: Not Found
I also tried the same above command with indigo: wstool init src -j5 https://raw.github.com/yujinrobot/yuj... The file got downloaded but after using catkin_make It throughed an error:
ins/src/gazebo_ros_kobuki.cpp:8: /usr/include/c++/5/bits/c++0x_warning.h:32:2: error: #error This file requires compiler and library support for the ISO C++ 2011 standard. This support must be enabled with the -std=c++11 or -std=gnu++11 compiler options. #error This file requires compiler and library support \
How can i used -std=c++11 or -std=gnu++11 in catkin_make command ?
I met the almost the same problem. But I use wstool download successfully. After use catkin_make, the -std=c++ 11 error show up. have not figure out yet.
Please ask the compile issue is a separate question with full context and include the full command and console output etc for us to better help you debug.
https://github.com/LillyCorp/junkbot/...