mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
da287c3a37
Detailed changelists are available on the WWW sites. Port changes: - distribution files are now fetched from upstream servers instead of using local copies from my server - Python files are now always compiled (to .pyc and .pyo) and use Python 2.7 - devel/ros is now split in to devel/ros, devel/ros-documentation, devel/ros-rx, and devel-ros-comm to allow more lightweight installations - Connect latter 3 ports to the build
17 lines
602 B
Plaintext
17 lines
602 B
Plaintext
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
|