mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
76af05f848
least devel/ros-common uses it. - Perform all inline editing in post-patch target - Don't move libraries to PREFIX/lib but symlink them there, some Python modules depend on the libraries in their original location - Remove instructions for manual installation, this is advanced stuff - Silent pkg_delete warnings by explicitly creating all directories - No need to patch download location in patch-gtest - Bump PORTREVISION
15 lines
574 B
Plaintext
15 lines
574 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
|
|
* including hardware abstraction
|
|
* low-level device control
|
|
* implementation of commonly-used functionality
|
|
* message-passing between processes
|
|
|
|
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/
|