Skip to content
Snippets Groups Projects
Commit 7f81881d authored by Anthony Mallet's avatar Anthony Mallet
Browse files

[wip/ros18-base] Create ros-base meta-package

parent dc698209
No related branches found
No related tags found
No related merge requests found
......@@ -55,6 +55,7 @@ SUBDIR+= ros-langs-dev
SUBDIR+= ros-langs
SUBDIR+= ros-rx
SUBDIR+= ros-std-msgs
SUBDIR+= ros18-base
SUBDIR+= roscpp-core
SUBDIR+= rospack
SUBDIR+= spark-genom
......
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 meta-package includes the minimal set of base packages
In order to use ros packages, you must add the following variables in your
environment:
ROS_PACKAGE_PATH ${PREFIX}
ROS_MASTER_URI http://localhost:11311
PYTHONPATH ${PREFIX}/lib/python${PYTHON_VERSION}/site-packages
PATH ${PATH}:${PREFIX}/bin
# robotpkg Makefile for: meta-pkgs/ros-base
# Created: Anthony Mallet on Wed, 19 Jan 2011
#
DISTNAME= ros-base-1.8
CATEGORIES= meta-pkgs
MAINTAINER= openrobots@laas.fr
HOMEPAGE= http://www.ros.org/wiki/
COMMENT= The Robotic Operating System
META_PACKAGE= yes
NOT_FOR_PLATFORM=
MESSAGE_SUBST+= PYTHON_VERSION=${PYTHON_VERSION}
PREFIX?= ${LOCALBASE}/opt/ros/fuerte
include ../../wip/catkin/depend.mk
include ../../wip/ros-actionlib/depend.mk
include ../../wip/ros-comm/depend.mk
include ../../wip/ros-common-msgs/depend.mk
include ../../wip/ros-core/depend.mk
include ../../wip/ros-gencpp/depend.mk
include ../../wip/ros-genlisp/depend.mk
include ../../wip/ros-genmsg/depend.mk
include ../../wip/ros-genpy/depend.mk
include ../../wip/ros-std-msgs/depend.mk
include ../../wip/roscpp-core/depend.mk
include ../../wip/rospack/depend.mk
include ../../mk/robotpkg.mk
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment