blob: 27cc1b45354d14d79642ef7302ee88f5e2da9d54 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
Robot Operating System (ROS) is a meta-operating system for your robot.
It provides several services for a robot control system, including but
not limited to:
* language-independent and network-transparent communication
* hardware abstraction
* low-level device control
* implementation of commonly-used functionality
* message-passing between processes
* package management
* visualizers
This port provides the core part of ROS: the base system and the tools
to develop additional nodes. These additional nodes can be installed
manually or via the Ports Collection.
WWW: http://www.ros.org/wiki/ros
|