[Documentation] [TitleIndex] [WordIndex

  Show EOL distros: 

uos-logo.png

ROS packages from the Knowledge-Based Systems group at the University of Osnabrück.

We are actively developing most of these packages. If you use our packages and have any comments/bug reports/patches, we'd be happy to hear from you!

Make sure to select the ROS distro you're using with the buttons above.

Installation

Installing uos-ros-pkg

The easiest way to install uos-ros-pkg and all dependencies is to run the following commands:

Indigo

# create catkin workspace
. /opt/ros/indigo/setup.bash
mkdir -p ~/ros-indigo/src/
cd ~/ros-indigo/src/
wstool init
wstool merge https://raw.githubusercontent.com/uos/uos_rosinstalls/master/uos-public-indigo-wet.rosinstall
wstool update

# install dependencies
rosdep update
rosdep install --from-paths ./ -i -y --rosdistro indigo

# build all packages
catkin_init_workspace
cd ..
catkin_make
. ~/ros-indigo/devel/setup.bash

# make sure the correct setup.bash is sourced in each new shell
echo ". ~/ros-indigo/devel/setup.bash" >> ~/.bashrc

ROS Release Compatibility

The stacks have been tested with the following ROS releases:

diamondback

electric

fuerte

groovy

hydro

indigo

basler_tof

---

---

---

---

---

indigo

calvin_robot

---

---

fuerte

---

hydro

indigo

diffdrive_gazebo_plugin

diamondback

electric

fuerte

groovy

hydro

indigo

katana_driver

diamondback

electric

fuerte

groovy

hydro

indigo

katana_manipulation

diamondback

---

fuerte

groovy_transition

---

---

kurtana_robot

diamondback

---

fuerte

groovy_transition

---

---

kurt3d

---

---

---

---

hydro

indigo

kurt_driver

diamondback

electric

fuerte

groovy

hydro

indigo

kurt_navigation

diamondback

electric

fuerte

groovy

hydro

indigo

rviz_fps_plugin

---

---

---

---

hydro

indigo

sick_tim

diamondback

electric

fuerte

groovy

hydro

indigo

slam6d_exporter

---

---

---

---

---

indigo_catkin

uos_rotunit

---

---

---

---

hydro

indigo

uos_slam

diamondback

electric

fuerte

groovy

hydro

indigo

uos_tools

diamondback

electric

fuerte

groovy

hydro

indigo

volksbot_driver

???

???

master

master

hydro

indigo

How to read this table:

Stacks


2025-07-12 20:24