Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
Meta Ros
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
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
uav-hds
intel-aero
Meta Ros
Commits
b06c0296
Commit
b06c0296
authored
12 years ago
by
Lukas Bulwahn
Browse files
Options
Downloads
Patches
Plain Diff
moving issues into ISSUES file and updating README
parent
b1699395
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ISSUES
+23
-0
23 additions, 0 deletions
ISSUES
README
+1
-24
1 addition, 24 deletions
README
with
24 additions
and
24 deletions
ISSUES
0 → 100644
+
23
−
0
View file @
b06c0296
RESOLVED ISSUES for native compilation:
- recipes for python-pyyaml and python-rospkg create invalid shell scripts (header line refers to python-native instead of python.)
RESOLVED by patching distutils class--has been committed to oe-core.
- recipe for log4cxx requires another patch.
RESOLVED by providing patch 0003 in recipe
- Compilation with make fails in the virtual machine because of insufficient memory during compilation.
RESOLVED by increasing memory.
- rospkg modules are not found when runnning python.
RESOLVED by using the dist_utils argument to use traditional packaging mechanism and avoid .egg files at all (suggested by Ross Burton)
OPEN ISSUES for native compilation:
- python-setuptools requires some python-modules at run-time.
TEMPORARILY RESOLVED by adding all python-modules in the image
SHOULD BE RESOLVED by creating an appropriate patch for python-setuptools and contributing to openembedded-core
OPEN ISSUES for cross-compilation of ros-fuerte:
- understand what rosinstall actually does
- how fetch from multiple git repositories in one recipe?
This diff is collapsed.
Click to expand it.
README
+
1
−
24
View file @
b06c0296
...
...
@@ -16,8 +16,7 @@ and how we could join forces.
PURPOSE of this document:
This document describes
- the state of the current work
- the installation, use and content of the git repository meta_ros
- milestones, the open issues and how some issues have been resolved.
- the installation and use of the git repository meta_ros
- license information and origin of redistributed files
...
...
@@ -120,28 +119,6 @@ USE for cross-compilation of ROS-groovy (in development):
bitbake <package-name>
RESOLVED ISSUES for native compilation:
- recipes for python-pyyaml and python-rospkg create invalid shell scripts (header line refers to python-native instead of python.)
RESOLVED by patching distutils class--has been committed to oe-core.
- recipe for log4cxx requires another patch.
RESOLVED by providing patch 0003 in recipe
- Compilation with make fails in the virtual machine because of insufficient memory during compilation.
RESOLVED by increasing memory.
- rospkg modules are not found when runnning python.
RESOLVED by using the dist_utils argument to use traditional packaging mechanism and avoid .egg files at all (suggested by Ross Burton)
OPEN ISSUES for native compilation:
- python-setuptools requires some python-modules at run-time.
TEMPORARILY RESOLVED by adding all python-modules in the image
SHOULD BE RESOLVED by creating an appropriate patch for python-setuptools and contributing to openembedded-core
OPEN ISSUES for cross-compilation of ros-fuerte:
- understand what rosinstall actually does
- how fetch from multiple git repositories in one recipe?
LICENSE
All metadata is MIT licensed unless otherwise stated. Source code included
...
...
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