No edit summary |
No edit summary |
||
(16 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
= | |||
Fedora provides a multitude of useful packages for roboticists of all skill levels and areas of concentration. The Fedora [[SIGs/Robotics | 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. | |||
{| border="0" cellpadding="2" width="100%" style="background-color:#ffffcc;" | |||
|- valign="center" | |||
| width="50%" | | |||
<font size=4>[[User:Rmattes/Robotics#Player | Player]]</font> | |||
Player is a free and open robot server, with hardware support for over 100 robotics-related devices. | |||
| width="50%" | | |||
<font size=4>[[User:Rmattes/Robotics#Fawkes | Fawkes]]</font> | |||
Fawkes is a component-based software framework for robotic real-time applications for various platforms and domains. | |||
|- valign="center" | |||
| width="50%" | | |||
<font size=4>[[User:Rmattes/Robotics#Stage | Stage]]</font> | |||
Stage is a 2.5D multi-robot simulator. | |||
| width="50%" | | |||
<font size=4>[[User:Rmattes/Robotics#RoboCup_Soccer_Simulator | RoboCup Soccer Simulator]]</font> | |||
RCSS is a research tool for multi-agent systems and AI in which two teams of simulated autonomous robotic players can play soccer. | |||
|} | |||
=Player= | |||
{| border="0" cellpadding="2" width="100%" | {| border="0" cellpadding="2" width="100%" | ||
|- valign="center" | |- valign="center" | ||
| scope="row" width="70%" | | |||
===About=== | ===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. | 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. | ||
Line 21: | Line 44: | ||
===Learn More === | ===Learn More === | ||
[http://playerstage.sourceforge.net/index.php?src=player | [http://playerstage.sourceforge.net/index.php?src=player Player webpage] | ||
[http://playerstage.sourceforge.net/doc/Player-svn/player/ | [http://playerstage.sourceforge.net/doc/Player-svn/player/ Player manual] | ||
| width="30%" | | | width="30%" | [[File:Playerv-3.2.2-Laserscan.png|200px|thumb|center|PlayerV visualizing a laser scan from a simulated robot]] | ||
|} | |||
=Fawkes= | |||
{| border="0" cellpadding="2" width="100%" | |||
|- valign="center" | |- valign="center" | ||
| scope="row" width="70%" | | |||
| | |||
===About=== | ===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=== | ===Try it=== | ||
Install Fawkes with the following command: | Install Fawkes with the following command: | ||
<pre>su -c 'yum install fawkes'</pre> | <pre>su -c 'yum install fawkes fawkes-plugin-flite fawkes-plugin-skiller'</pre> | ||
Start the Fawkes application using the following command: | |||
<pre>fawkes</pre> | |||
In another terminal, load the flite and skiller plugins, then execute the skillet application: | |||
<pre>ffplugin -l flite | |||
ffplugin -l skiller | |||
skillet</pre> | |||
From the skillet prompt, issue a text to speech command: | |||
<pre>say{text="Hello world"}</pre> | |||
===Learn More=== | ===Learn More=== | ||
[http://fawkesrobotics.org/ Fawkes webpage] | |||
[http://fawkesrobotics.org/documentation Fawkes manual] | |||
| | | width="30%" | [[File:Fawkes-firestation.jpg|200px|thumb|center|Fawkes' Firestation camera application]] | ||
|} | |} | ||
= | |||
{| border=" | |||
= Stage = | |||
{| border="0" cellpadding="2" width="100%" | |||
|- valign="center" | |- valign="center" | ||
| scope="row" width="70%" | | |||
===About=== | |||
=== 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. | 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. | ||
Line 57: | Line 94: | ||
===Learn More === | ===Learn More === | ||
[http://playerstage.sourceforge.net/index.php?src=stage | [http://playerstage.sourceforge.net/index.php?src=stage Stage webpage] | ||
[http://playerstage.sourceforge.net/doc/Stage-3.2.1/ | [http://playerstage.sourceforge.net/doc/Stage-3.2.1/ Stage manual] | ||
| width="30%" | [[File:Stage-3.2.2-Autolab.png|200px|thumb|center|Stage simulating power dissipation of 30 wandering robots]] | | width="30%" | [[File:Stage-3.2.2-Autolab.png|200px|thumb|center|Stage simulating power dissipation of 30 wandering robots]] | ||
|} | |} | ||
= RoboCup Soccer Simulator = | |||
{| border="0" cellpadding="2" width="100%" | |||
|- valign="center" | |||
| scope="row" width="70%" | | |||
===About=== | |||
The RoboCup Soccer Simulator(RCSS) is a research and educational tool for multi-agent systems and artificial intelligence. It enables for two teams of simulated autonomous robotic players to play soccer (football). | |||
Two separate versions of this simulation environment exist: a 2D version and a 3D version. The 2D versions provide an environment to study high level strategies for playing soccer by hiding low level details of player robots. The 3D simulator exposes much more of the challenges of real robots and provides a rich environment to study humanoid soccer player robots. It is built on top of SimSpark simulation environment. | |||
=== Try it === | |||
==== 2D Simulator ==== | |||
Install 2D simulator with the following command: | |||
<pre>su -c 'yum install rcssserver-gui'</pre> | |||
In a separate terminal or from the Applications menu, launch RoboCup 2D Soccer Simulation: | |||
<pre>rcsoccersim</pre> | |||
Which will run both a server and a monitor waiting for players to connect. You can write | |||
your own team or use one of 2D team binaries and/or source codes available in internet. | |||
You can also install 'rcsslogplayer' package to play log files saved by the 2D simulator. | |||
==== 3D Simulator ==== | |||
Install 3D simulator with the following command: | |||
<pre>su -c 'yum install rcssserver3d'</pre> | |||
In a separate terminal or from the Applications menu, launch RoboCup Soccer Server 3D: | |||
<pre>rcsoccersim3d</pre> | |||
Which will run both a server and a monitor waiting for players to connect. A very simple | |||
agent is provided which you can run with the following command: | |||
<pre>rcssagent3d</pre> | |||
===Learn More === | |||
[http://sserver.sourceforge.net/ RCSSServer webpage (2D)] | |||
[http://sourceforge.net/apps/mediawiki/sserver/index.php?title=Users_Manual 2D Simulator Users Manual] | |||
[http://simspark.sourceforge.net/ SimSpark/RCSSServer3D webpage (3D)] | |||
[http://simspark.sourceforge.net/wiki/index.php/Users_Manual 3D Simulator Users Manual] | |||
| width="30%" | [[File:Screenshot-3d.jpeg|200px|thumb|center|RCSServer3D]] [[File:Screenshot-2d.png|200px|thumb|center|RCSServer2D]] | |||
|} | |||
= Get Involved = | |||
Interested in robotics software development? Writing tutorials? Packaging? The Fedora [[SIGs/Robotics | Robotics SIG]] is always looking for new members. Get in touch with us if you want to help the Fedora Robotics effort! |
Latest revision as of 20:36, 15 January 2011
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 is a free and open robot server, with hardware support for over 100 robotics-related devices. |
Fawkes is a component-based software framework for robotic real-time applications for various platforms and domains. |
Stage is a 2.5D multi-robot simulator. |
RCSS is a research tool for multi-agent systems and AI in which two teams of simulated autonomous robotic players can play soccer. |
Player
AboutPlayer 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 itInstall 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 |
Fawkes
AboutFawkes 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 itInstall Fawkes with the following command: su -c 'yum install fawkes fawkes-plugin-flite fawkes-plugin-skiller' Start the Fawkes application using the following command: fawkes In another terminal, load the flite and skiller plugins, then execute the skillet application: ffplugin -l flite ffplugin -l skiller skillet From the skillet prompt, issue a text to speech command: say{text="Hello world"} Learn More |
Stage
AboutStage 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 itInstall 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 |
RoboCup Soccer Simulator
AboutThe RoboCup Soccer Simulator(RCSS) is a research and educational tool for multi-agent systems and artificial intelligence. It enables for two teams of simulated autonomous robotic players to play soccer (football). Two separate versions of this simulation environment exist: a 2D version and a 3D version. The 2D versions provide an environment to study high level strategies for playing soccer by hiding low level details of player robots. The 3D simulator exposes much more of the challenges of real robots and provides a rich environment to study humanoid soccer player robots. It is built on top of SimSpark simulation environment. Try it2D SimulatorInstall 2D simulator with the following command: su -c 'yum install rcssserver-gui' In a separate terminal or from the Applications menu, launch RoboCup 2D Soccer Simulation: rcsoccersim Which will run both a server and a monitor waiting for players to connect. You can write your own team or use one of 2D team binaries and/or source codes available in internet. You can also install 'rcsslogplayer' package to play log files saved by the 2D simulator. 3D SimulatorInstall 3D simulator with the following command: su -c 'yum install rcssserver3d' In a separate terminal or from the Applications menu, launch RoboCup Soccer Server 3D: rcsoccersim3d Which will run both a server and a monitor waiting for players to connect. A very simple agent is provided which you can run with the following command: rcssagent3d Learn MoreRCSSServer webpage (2D) 2D Simulator Users Manual SimSpark/RCSSServer3D webpage (3D) 3D Simulator Users Manual |
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!