welcome: please sign in
location: Diff for "OpenRobotsFrontPageOld"
Differences between revisions 2 and 10 (spanning 8 versions)
Revision 2 as of 2006-12-15 18:43:42
Size: 205
Editor: 2001:660:6602:0:20a:e4ff:fe26:de06
Comment:
Revision 10 as of 2006-12-19 16:43:11
Size: 1723
Editor: 2001:660:6602:0:20a:e4ff:fe26:de06
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
  These pages contain the collection of software that was developped at LAAS/CNRS for the Architecture for Autonomous Systems project. All together, the software provided here tackle the study and design of autonomous machines integrating perception, action and reasoning capabilities.
Line 3: Line 5:
== Software ==
 
=== Tools ===
As of now, we have released only a very little subset of what we would ideally see here. There is a great difference between a software used internally and one that is publicly available: the latter must be sufficiently documented and easy to use so that users give it at least a try. This effort requires time. So as time will go on, you might see more and more interresting software appearing...

== Tools ==
Line 12: Line 14:
=== Libraries === == Libraries ==
Line 16: Line 18:
== Download ==

The DownloadPage contains links to all software packages.

== CVS Access ==

The !OpenRobots CVS Repository can be browsed on line using [http://softs.laas.fr/cgi-bin/cvsweb/ CVSWeb].

For developpers wanting to keep an eye on ongoing developpement, anonymous read-only access to the !OpenRobots CVS repository is available. Just set the `CVSROOT` variable to `anoncvs@anoncvs.laas.fr:/cvs/openrobots` and make sure your cvs client uses the ssh protocol for remote repository access.

For example to get '''mkdep''' from a Unix or GNU/Linux host, with a Bourne style shell:
{{{
CVSROOT=anoncva@anoncvs.laas.fr
CVS_RSH=ssh
export CVSROOT CVS_RSH
cvs checkout mkdep
}}}

Line 17: Line 38:

 * [:QuickStart: Quick Start Guide]
 * Roland Philippsen's [http://www.laas.fr/~rolo/openrobots-start.html First steps with OpenRobots] page

Openrobots

These pages contain the collection of software that was developped at LAAS/CNRS for the Architecture for Autonomous Systems project. All together, the software provided here tackle the study and design of autonomous machines integrating perception, action and reasoning capabilities.

As of now, we have released only a very little subset of what we would ideally see here. There is a great difference between a software used internally and one that is publicly available: the latter must be sufficiently documented and easy to use so that users give it at least a try. This effort requires time. So as time will go on, you might see more and more interresting software appearing...

Tools

  • [:mkdep:]
  • [:eltclsh:]
  • [:genom:]
  • [:gdhe:]
  • [:openprs:]

Libraries

  • [:pocolibs:]
  • [:editline:]

Download

The DownloadPage contains links to all software packages.

CVS Access

The OpenRobots CVS Repository can be browsed on line using [http://softs.laas.fr/cgi-bin/cvsweb/ CVSWeb].

For developpers wanting to keep an eye on ongoing developpement, anonymous read-only access to the OpenRobots CVS repository is available. Just set the CVSROOT variable to anoncvs@anoncvs.laas.fr:/cvs/openrobots and make sure your cvs client uses the ssh protocol for remote repository access.

For example to get mkdep from a Unix or GNU/Linux host, with a Bourne style shell:

CVSROOT=anoncva@anoncvs.laas.fr
CVS_RSH=ssh
export CVSROOT CVS_RSH
cvs checkout mkdep

Documentation

OpenrobotsWiki: OpenRobotsFrontPageOld (last edited 2018-06-21 20:31:33 by matthieu)