install turtlesim
I install groovy on ArchLinux (ARM7) on Odroid-X. And I haven't (for example) turlesim (and more packages). How to install the packages?
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
I install groovy on ArchLinux (ARM7) on Odroid-X. And I haven't (for example) turlesim (and more packages). How to install the packages?
You should install yaourt (or packer). Then, you would simply have to type (for instance):
yaourt --noconfirm ros-groovy-turtlesim
Not all the packages are available in AUR (this is a lengthy process and there are few maintainers), but the most important ones are. You can see the list of available Groovy packages here.
As @Ruslan pointed out, all the instructions are available here. By using AUR packages, you will be sure that no conflict happens when installing packages, and dependencies will be automatically checked/installed. This is not necessarily the case if you are installing from source on your own. Also, when installing from source, you will probably end up with Python2/Python3 conflicts that are automatically fixed in AUR packages.
If you encounter a problem with one of the packages, leave a message on the adequate AUR package page and/or contact the maintainer.
You should build all necessary packages from source. In the case of turtle sim first download it to ./src folder of your workspace i.e. ~/ros_ws/ then build it. To summarise the procedure
cd ./src
git clone <a href="https://github.com/ros-gbp/ros_tutorials-release.git">https://github.com/ros-gbp/ros_tutorials-release.git</a>
cd ..
catkin_make
or
catkin_make_isolated --install --install-space /opt/ros/groovy
the last line will install packages to the folder where the rest of the packages are installed.
After this http://wiki.ros.org/groovy/Installation/Arch instruction I have not catkin_make. How to install catkin_make? Inconvenient system!
Asked: 2013-12-13 00:14:46 -0500
Seen: 1,693 times
Last updated: Jan 14 '14
How to connect ROS to ABB controller
Fuerte, Ubuntu 12.04, ARM = error
Cross compile ROS to ARM (OC8 Module)
May I purchase a TurtleBot with an arm similar to Bilibot?
Fast ROS-supported manipulator for Pick and Place
ARM : boost exception - what(): boost::lock_error [closed]
URDF transmission linkage question (MeArm)
Suppressing the ROS_CREATE_SIMPLE_SERIALIZER_ARM warnings when building from source