Yujin Robot Repository

Includes stacks initiated/sponsored by the lads at Yujin Robot. The stacks that Yujin Robot has opened up are typically fundamental to supporting cross-platformability and multi-robot frameworks.

yujin-ros-pkg

ecl_core

A set of tools and interfaces extending the capabilities of c++ to provide a lightweight, consistent interface with a focus for control programming.

ecl_lite

The ecl-lite stack includes packages with few dependencies on either system or c++ functionality. This makes it ideal for very embedded builds where many of the usual mechanisms are unavailable.

  • No malloc/new
  • No exceptions
  • Minimal templates

It also includes a few packages which standardise lower level api (e.g. posix/win32) with drop-ins to make them properly cross-platform,

ecl_manipulation

Includes basic manipulation related structures as well as a few algorithms currently used at Yujin Robot.

ecl_navigation

This stack aims to bring the common tools and algorithms needed to develop navigation algorithms, in particular slam. It does not focus on the end-point solution, rather the tools needed to create a variety of end-point solutions.

ecl_tools

This stack provides cmake modules, makefiles, tools and build scripts for ecl development.

eros

This stack includes supporting components to enable ros development on embedded boards.

kobuki

Software for Yujin Robot's mobile research base.

qt_ros

This stack provides templates, tutorials and other resources that assist qt on ros development.

win_ros

Setup and utilities for ros on windows.

zeroconf_android

Convenient wrapper around the jmdns implementation for zeroconf on android.

zeroconf_implementations

Convenient wrappers around platform-dependant implementations whose purpose are both to expose a fairly standard sort of api as well as a ros api (topics and services) where practical. The only implementation it doesn't include is the android (will eventually merge back in here if ubuntu starts officially including adk packages).

Wiki: yujin-ros-pkg (last edited 2011-10-26 00:13:47 by DanielStonier)