Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
adapter_pkgs
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
David Tiede
adapter_pkgs
Commits
301583f4
Commit
301583f4
authored
3 years ago
by
David Tiede
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
b2ad498c
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+27
-0
27 additions, 0 deletions
README.md
with
27 additions
and
0 deletions
README.md
+
27
−
0
View file @
301583f4
# Adapter Packages
## Inhalt
-
adapter_package: Beispiel Anwednung zur Nutzung von Planning Request Adapters
-
safety_planning_request_adapters: Package für Planning Request Adapter Plugins
-
add_safety.cpp: Planning Request Adapter Plugins
## Einrichtung
1.
Wenn nicht vorhanden, dann Einrichtung eines ROS Workspaces: http://wiki.ros.org/ROS/Tutorials/InstallingandConfiguringROSEnvironment
2.
Clonen bzw. kopieren von adapter_pkgs in den ROS Workspace.
3.
Registrierung des Planning Request Adapter Plugins in der .launch File. Beispiel ompl_planning_pipeline.launch.xml:
```
<arg name="planning_adapters" default="
safety_planning_request_adapters/AddSafety
default_planner_request_adapters/FixWorkspaceBounds
default_planner_request_adapters/FixStartStateBounds
default_planner_request_adapters/FixStartStateCollision
default_planner_request_adapters/FixStartStatePathConstraints
default_planner_request_adapters/AddTimeParameterization"
/>
<!-- default_planner_request_adapters/ResolveConstraintFrames -->
<arg name="start_state_max_bounds_error" value="0.1" />
<param name="planning_plugin" value="$(arg planning_plugin)" />
```
4.
Bauen des ROS Workspaces.
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