From Fedora Project Wiki

< User:Rmattes

Revision as of 16:38, 24 November 2010 by Rmattes (talk | contribs)


Fedora provides a multitude of useful packages for roboticists of all skill levels and areas of concentration. The Fedora Robotics SIG focuses on making the latest and greatest robotics software available to the Fedora community. This page is a showcase of the technologies included in Fedora.

Player

Player is a free and open robot server, with hardware support for over 100 robotics-related devices.

Fawkes

Fawkes is a component-based software framework for robotic real-time applications for various platforms and domains.

Stage

Stage is a 2.5D multi-robot simulator.

RCSS


Player

About

Player is a free and open networked robotics server. The Player server acts like a "robot abstraction layer," providing standardized interfaces and messaging management for many classes of robotics-related devices (camera, ranger, planner, etc.) Drivers for individual devices abstract information into these interfaces and use them to communicate amongst each other. Player also includes a set of client libraries in C, C++, Python, and Ruby which enable outside programs to subscribe to interfaces provided by the Player server. Several utilities are included for logging, viewing, and sending data. Also included are example programs using the client libraries and examples of plugin device drivers.

In Fedora, Player provides over 130 different drivers, ranging from device drivers and data processing drivers, to complex path planning and obstacle avoidance algorithms.

Try it

Install Player with the following command:

su -c 'yum install player'

Start Player with a configuration file providing "dummy" devices:

player /etc/player/config/dummy.cfg

In a separate terminal or from the Applications menu, launch PlayerV

playerv

The dummy interfaces publish sample data which can be used to verify the operation of Player. PlayerV can also be used to visualize data from real sensors or from Stage (see the Simulators section.)

Learn More

Player webpage Player manual

PlayerV visualizing a laser scan from a simulated robot


Fawkes

About

Fawkes was developed and used over four years for cognitive robotics real-time applications like soccer and service robotics. It supports fast information exchange and efficient combination and coordination of different components to suit the needs of mobile robots operating in uncertain environments.

Try it

Install Fawkes with the following command:

su -c 'yum install fawkes'

Learn More

Fawkes webpage Fawkes manual

Screenshot


Stage

About

Stage is a free and open 2.5D robot simulator. It can be used on its own, or as an extension of the Player robot server. Stage supports simulation of vehicle movement, and various sensors such as scanning laser range finders, SONAR arrays, cameras, fiducial markers, etc. Use of simplified sensor and movement models provide good fidelity and great scalability: Stage can easily simulate 100 or more robots, and can be easily expanded to provide new and interesting capabilities.

Try it

Install Stage with the following command:

su -c 'yum install stage stage-playerplugin'

Now, you can run Player with a sample configuration file that launches a Stage world:

player /usr/share/stage/worlds/simple.cfg

In a separate terminal or from the Applications menu, launch PlayerV

playerv

You can use PlayerV to subscribe to and visualize the interfaces provided by Stage, as well as send movement commands to the simulated robot.

Learn More

Stage webpage Stage manual

Stage simulating power dissipation of 30 wandering robots

RCSS

About

About RCSS

Try it

Install RCSS with the following command:

su -c 'yum install '

Learn More

Screenshot

Get Involved

Interested in robotics software development? Writing tutorials? Packaging? The Fedora Robotics SIG is always looking for new members. Get in touch with us if you want to help the Fedora Robotics effort!