<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wk.redox.ws/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://wk.redox.ws/feed.php">
        <title>Hydev dev:ros</title>
        <description></description>
        <link>https://wk.redox.ws/</link>
        <image rdf:resource="https://wk.redox.ws/lib/tpl/dokuwiki/images/favicon.ico" />
       <dc:date>2026-04-18T00:55:35+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wk.redox.ws/dev/ros/archlinux?rev=1700862913&amp;do=diff"/>
                <rdf:li rdf:resource="https://wk.redox.ws/dev/ros/build_package_deb?rev=1700862913&amp;do=diff"/>
                <rdf:li rdf:resource="https://wk.redox.ws/dev/ros/install_arch?rev=1700862913&amp;do=diff"/>
                <rdf:li rdf:resource="https://wk.redox.ws/dev/ros/install_deb?rev=1700862913&amp;do=diff"/>
                <rdf:li rdf:resource="https://wk.redox.ws/dev/ros/install_saucy?rev=1700862913&amp;do=diff"/>
                <rdf:li rdf:resource="https://wk.redox.ws/dev/ros/links?rev=1700862913&amp;do=diff"/>
                <rdf:li rdf:resource="https://wk.redox.ws/dev/ros/multiple_install?rev=1700862913&amp;do=diff"/>
                <rdf:li rdf:resource="https://wk.redox.ws/dev/ros/pkg_creation?rev=1700862913&amp;do=diff"/>
                <rdf:li rdf:resource="https://wk.redox.ws/dev/ros/start?rev=1700862913&amp;do=diff"/>
                <rdf:li rdf:resource="https://wk.redox.ws/dev/ros/turtlebot?rev=1700862913&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wk.redox.ws/lib/tpl/dokuwiki/images/favicon.ico">
        <title>Hydev</title>
        <link>https://wk.redox.ws/</link>
        <url>https://wk.redox.ws/lib/tpl/dokuwiki/images/favicon.ico</url>
    </image>
    <item rdf:about="https://wk.redox.ws/dev/ros/archlinux?rev=1700862913&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-11-24T21:55:13+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>dev:ros:archlinux</title>
        <link>https://wk.redox.ws/dev/ros/archlinux?rev=1700862913&amp;do=diff</link>
        <description># ROS on Archlinux 

## Groovy

There are some packages for ROS Groovy in the AUR, but:
* Some are missing, some are not building anymore
* The current release is Hydro now

They are currently maintained by zootboy, and the “basic stuff” can be found on github:</description>
    </item>
    <item rdf:about="https://wk.redox.ws/dev/ros/build_package_deb?rev=1700862913&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-11-24T21:55:13+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>dev:ros:build_package_deb</title>
        <link>https://wk.redox.ws/dev/ros/build_package_deb?rev=1700862913&amp;do=diff</link>
        <description># Build a ROS Package - Method A

&lt;note important&gt;This needs to be confirmed, but it should work...&lt;/note&gt;

When you need to build a separate package for ROS, instead of going throught all the steps like in the installation process, this should work</description>
    </item>
    <item rdf:about="https://wk.redox.ws/dev/ros/install_arch?rev=1700862913&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-11-24T21:55:13+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>dev:ros:install_arch</title>
        <link>https://wk.redox.ws/dev/ros/install_arch?rev=1700862913&amp;do=diff</link>
        <description># ROS Hydro on Archlinux

You can choose to build and install from source, or you can do it clean, and make packages.

## Source
Well... See the Debian installation: Here
Only a few things will change, but you&#039;ll have to manually patch the python files to work with Python2.</description>
    </item>
    <item rdf:about="https://wk.redox.ws/dev/ros/install_deb?rev=1700862913&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-11-24T21:55:13+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>dev:ros:install_deb</title>
        <link>https://wk.redox.ws/dev/ros/install_deb?rev=1700862913&amp;do=diff</link>
        <description>#Installing ROS 

Extracted from the official Wiki: &lt;http://wiki.ros.org/hydro/Installation/Debian&gt;

Need some extra repositories
  deb http://packages.ros.org/ros/ubuntu wheezy main
  deb-src http://ftp.us.debian.org/debian unstable main contrib non-free
  deb http://ftp.us.debian.org/debian wheezy-backports main
  wget http://packages.ros.org/ros.key -O - | sudo apt-key add -
  sudo apt-get update</description>
    </item>
    <item rdf:about="https://wk.redox.ws/dev/ros/install_saucy?rev=1700862913&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-11-24T21:55:13+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>dev:ros:install_saucy</title>
        <link>https://wk.redox.ws/dev/ros/install_saucy?rev=1700862913&amp;do=diff</link>
        <description># Ros installation for Ubuntu 13.10 Saucy Salamander

## Preparation
Remove any previous python-ros packages as:
  sudo aptitude remove python-rosdep python-rosdistro python-wstool python-rosinstall-generator python-rosinstall python-rospkg
Add the repository, with the name of your disto name:</description>
    </item>
    <item rdf:about="https://wk.redox.ws/dev/ros/links?rev=1700862913&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-11-24T21:55:13+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>dev:ros:links</title>
        <link>https://wk.redox.ws/dev/ros/links?rev=1700862913&amp;do=diff</link>
        <description># Useful links

It&#039;s gonna be a big big mess...

* &lt;https://github.com/zootboy/arch-ros-stacks&gt;
* &lt;https://github.com/progtologist/ros-hydro-arch&gt;
* &lt;https://github.com/turtlebot-release&gt;

* &lt;http://snorriheim.dnsdojo.com/doku/doku.php&gt;

## Kinect on Debian

* &lt;https://groups.google.com/forum/#!topic/openni-dev/SaTdE8BFwaI&gt;
* &lt;http://yuanboshe.github.io/blog/2013-10-fix_kinect_xtion_pro_with_3dsensor.html&gt;

## Catkin Stuff

* &lt;http://wiki.ros.org/ROS/Tutorials&gt;
* &lt;http://wiki.ros.org/catkin/work…</description>
    </item>
    <item rdf:about="https://wk.redox.ws/dev/ros/multiple_install?rev=1700862913&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-11-24T21:55:13+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>dev:ros:multiple_install</title>
        <link>https://wk.redox.ws/dev/ros/multiple_install?rev=1700862913&amp;do=diff</link>
        <description># Install several packages at once

If you want to install from source different packages, using `catkin_make_isolated` without re-compiling existing packages (that are downloaded since they&#039;re dependencies) you can follow this:

Prepare you workspace</description>
    </item>
    <item rdf:about="https://wk.redox.ws/dev/ros/pkg_creation?rev=1700862913&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-11-24T21:55:13+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>dev:ros:pkg_creation</title>
        <link>https://wk.redox.ws/dev/ros/pkg_creation?rev=1700862913&amp;do=diff</link>
        <description># Creating your own package

We&#039;ve been given some practical work on ROS, but the instructions were focused on _ROS Electric_ and rosbuild, so we spent some time trying to figure out how to use catkin and its workspace mechanism.
  mkdir -p workspace/src
  cd ./workspace/src
  catkin_init_workspace
  catkin_create_pkg myPackage roscpp ## Add dependencies, separated with spaces here, like: std_msgs rospy ...
  # Time to do stuff here, like creating a main or whatever...
  cd ./myPackage
  vim ./s…</description>
    </item>
    <item rdf:about="https://wk.redox.ws/dev/ros/start?rev=1700862913&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-11-24T21:55:13+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>dev:ros:start</title>
        <link>https://wk.redox.ws/dev/ros/start?rev=1700862913&amp;do=diff</link>
        <description># Robotic Operating System - ROS

I&#039;ll try to save as much information as I can about ROS, installation, configuration, use, ...

I have two Operating Systems that I currently work with:
- Archlinux, it&#039;s my main workstation
- Debian Wheezy (Debian 7), on an Eeepc laptop, embedded on a robotic platform</description>
    </item>
    <item rdf:about="https://wk.redox.ws/dev/ros/turtlebot?rev=1700862913&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-11-24T21:55:13+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>dev:ros:turtlebot</title>
        <link>https://wk.redox.ws/dev/ros/turtlebot?rev=1700862913&amp;do=diff</link>
        <description># Turtlebot

I currently have a Turtlebot to use to with ROS, so I&#039;ll try to document the steps that worked for me...

* Installation (Debian)
* Starting with the Turtlebot
* Simulating the Turtlebot with Gazebo
* Useful links</description>
    </item>
</rdf:RDF>
