Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
robotpkg-wip
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gepetto
robotpkg-wip
Commits
7f81881d
Commit
7f81881d
authored
12 years ago
by
Anthony Mallet
Browse files
Options
Downloads
Patches
Plain Diff
[wip/ros18-base] Create ros-base meta-package
parent
dc698209
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
Makefile
+1
-0
1 addition, 0 deletions
Makefile
ros18-base/DESCR
+10
-0
10 additions, 0 deletions
ros18-base/DESCR
ros18-base/MESSAGE
+7
-0
7 additions, 0 deletions
ros18-base/MESSAGE
ros18-base/Makefile
+30
-0
30 additions, 0 deletions
ros18-base/Makefile
with
48 additions
and
0 deletions
Makefile
+
1
−
0
View file @
7f81881d
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
ros18-base/DESCR
0 → 100644
+
10
−
0
View file @
7f81881d
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
This diff is collapsed.
Click to expand it.
ros18-base/MESSAGE
0 → 100644
+
7
−
0
View file @
7f81881d
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
This diff is collapsed.
Click to expand it.
ros18-base/Makefile
0 → 100644
+
30
−
0
View file @
7f81881d
# 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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment