Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add cables conflicts #123

Merged
merged 17 commits into from
Sep 15, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add the cables_integrator2_2d_window example
  • Loading branch information
Khaledwahba1994 committed Aug 15, 2024
commit 1e6889ec6bb910cfaeb9ac94d4c301f1b58101cf
4 changes: 2 additions & 2 deletions example/2integrator2_2d_window.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ environment:
robots:
- type: double_integrator_0
start: [-1, 0.5, 0, 0]
goal: [1.5, 0.0, 0, 0]
goal: [0.5, 0.0, 0, 0]
- type: double_integrator_0
start: [-1, -0.5, 0, 0]
goal: [0.5, 0.0, 0, 0]
goal: [1.5, 0.0, 0, 0]
17 changes: 17 additions & 0 deletions example/cables_integrator2_2d_window.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
environment:
min: [-2, -0.6]
max: [2, 0.6]
obstacles: []
# - type: box
# center: [0, 0.5, 0.0]
# size: [0.65, 0.2,1.0]
# - type: box
# center: [0, -0.5,0.0]
# size: [0.65, 0.2,1.0]
robots:
- type: DintegratorCables
start: [-1.0, 0.0, 1.57, -1.57, 0.0, 0.0, 0.0, 0.0]
goal: [ 1.0, 0.0, 3.14, 0.0, 0.0, 0.0, 0.0, 0.0]
l: [0.5, 0.5]
rp: 0.01
ri: 0.1