-
Notifications
You must be signed in to change notification settings - Fork 33
Fixes, added isaac5 configurations #36
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,34 @@ | ||
| { | ||
| "sim": { | ||
| "sim_type": "airgen", | ||
| "scene_name": "forest_fire", | ||
| "kwargs": { | ||
| "geo": false | ||
| }, | ||
| "settings": { | ||
| "SimMode": "Multirotor", | ||
| "Vehicles": { | ||
| "Drone": { | ||
| "VehicleType": "SimpleFlight", | ||
| "VehicleModel": "Astro" | ||
| } | ||
| }, | ||
| "OriginGeopoint": { | ||
| "Latitude": 47.62094998919241, | ||
| "Longitude": -122.35554810901883, | ||
| "Altitude": 100 | ||
| } | ||
| } | ||
| }, | ||
| "grid": { | ||
| "entities": { | ||
| "robot": [ | ||
| { | ||
| "name": "airgen-drone", | ||
| "kwargs": {} | ||
| } | ||
| ], | ||
| "model": [] | ||
| } | ||
| } | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,35 @@ | ||
| { | ||
| "sim": { | ||
| "sim_type": "airgen", | ||
| "scene_name": "blocks", | ||
| "kwargs": { | ||
| "geo": false | ||
| }, | ||
| "settings": { | ||
| "SettingsVersion": 2.0, | ||
| "SimMode": "CVMover", | ||
| "Vehicles": { | ||
| "Drone": { | ||
| "VehicleType": "CVMover", | ||
| "VehicleModel": "UnitreeGo2" | ||
| } | ||
| }, | ||
| "OriginGeopoint": { | ||
| "Latitude": 47.62094998919241, | ||
| "Longitude": -122.35554810901883, | ||
| "Altitude": 100 | ||
| } | ||
| } | ||
| }, | ||
| "grid": { | ||
| "entities": { | ||
| "robot": [ | ||
| { | ||
| "name": "airgen-quad", | ||
| "kwargs": {} | ||
| } | ||
| ], | ||
| "model": [] | ||
| } | ||
| } | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,23 @@ | ||
| { | ||
| "sim": { | ||
| "sim_type": "isaac5", | ||
| "scene_name": "isaac_tabletop", | ||
| "kwargs": { | ||
| "geo": false | ||
| }, | ||
| "settings": { | ||
| "robot_name": "isaac_franka_japi" | ||
| } | ||
| }, | ||
| "grid": { | ||
| "entities": { | ||
| "robot": [ | ||
| { | ||
| "name": "isaac-arm", | ||
| "kwargs": {} | ||
| } | ||
| ], | ||
| "model": [] | ||
| } | ||
| } | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,23 @@ | ||
| { | ||
| "sim": { | ||
| "sim_type": "isaac5", | ||
| "scene_name": "isaac_tabletop", | ||
| "kwargs": { | ||
| "geo": false | ||
| }, | ||
| "settings": { | ||
| "robot_name": "isaac_franka_kb" | ||
| } | ||
| }, | ||
| "grid": { | ||
| "entities": { | ||
| "robot": [ | ||
| { | ||
| "name": "isaac-arm", | ||
| "kwargs": {} | ||
| } | ||
| ], | ||
| "model": [] | ||
| } | ||
| } | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,23 @@ | ||
| { | ||
| "sim": { | ||
| "sim_type": "isaac5", | ||
| "scene_name": "isaac_fullwarehouse", | ||
| "kwargs": { | ||
| "geo": false | ||
| }, | ||
| "settings": { | ||
| "robot_name": "isaac_g1_rlagent" | ||
| } | ||
| }, | ||
| "grid": { | ||
| "entities": { | ||
| "robot": [ | ||
| { | ||
| "name": "isaac-humanoid", | ||
| "kwargs": {} | ||
| } | ||
| ], | ||
| "model": [] | ||
| } | ||
| } | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,23 @@ | ||
| { | ||
| "sim": { | ||
| "sim_type": "isaac5", | ||
| "scene_name": "isaac_warehouse", | ||
| "kwargs": { | ||
| "geo": false | ||
| }, | ||
| "settings": { | ||
| "robot_name": "isaac_go2_rlagent" | ||
| } | ||
| }, | ||
| "grid": { | ||
| "entities": { | ||
| "robot": [ | ||
| { | ||
| "name": "isaac-locomotion", | ||
| "kwargs": {} | ||
| } | ||
| ], | ||
| "model": [] | ||
| } | ||
| } | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,23 @@ | ||
| { | ||
| "sim": { | ||
| "sim_type": "isaac5", | ||
| "scene_name": "isaac_tabletop", | ||
| "kwargs": { | ||
| "geo": false | ||
| }, | ||
| "settings": { | ||
| "robot_name": "isaac_rizon4_kb" | ||
| } | ||
| }, | ||
| "grid": { | ||
| "entities": { | ||
| "robot": [ | ||
| { | ||
| "name": "isaac-arm", | ||
| "kwargs": {} | ||
| } | ||
| ], | ||
| "model": [] | ||
| } | ||
| } | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,23 @@ | ||
| { | ||
| "sim": { | ||
| "sim_type": "isaac5", | ||
| "scene_name": "isaac_tabletop", | ||
| "kwargs": { | ||
| "geo": false | ||
| }, | ||
| "settings": { | ||
| "robot_name": "isaac_ur5e_japi" | ||
| } | ||
| }, | ||
| "grid": { | ||
| "entities": { | ||
| "robot": [ | ||
| { | ||
| "name": "isaac-arm", | ||
| "kwargs": {} | ||
| } | ||
| ], | ||
| "model": [] | ||
| } | ||
| } | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -20,9 +20,7 @@ | |
| "source": [ | ||
| "from grid.model.perception.detection.owlv2 import OWLv2\n", | ||
| "det_model = OWLv2()\n", | ||
| "obj = \"forklift\"\n", | ||
| "\n", | ||
| "humanoidisaacsim_0.run()" | ||
| "obj = \"forklift\"" | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The call to |
||
| ] | ||
| }, | ||
| { | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The call to
humanoidisaacsim_0.run()was removed, but it appears to be necessary for the simulation to start. Subsequent cells that interact with the simulation (e.g.,humanoidisaacsim_0.locomotion.moveByVelocity(...)) will fail without it. Other Isaac Sim notebooks in the repository still include an explicit.run()call, suggesting it's still necessary. Please restore this call to ensure the notebook functions correctly. The cell's code should be: