You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -285,6 +294,14 @@ Task 2: Adaptive Cube Stacking in a Bin
285
294
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
286
295
SkillGen can also be used to generate datasets for adaptive tasks. In this example, we generate a dataset for adaptive cube stacking in a narrow bin. The bin is placed at a fixed position and orientation in the workspace and a blue cube is placed at the center of the bin. The robot must generate successful demonstrations for stacking the red and green cubes on the blue cube without colliding with the bin.
:alt: cuRobo planner test on obstacle avoidance using Franka Panda robot
456
+
457
+
Franka planner test.
458
+
425
459
These tests can also serve as a reference for how to use cuRobo as a standalone motion planner.
426
460
427
461
.. note::
@@ -451,10 +485,21 @@ When ``--use_skillgen`` is enabled in ``generate_dataset.py``, the following pip
451
485
5. **Record and export**:
452
486
- Accumulate states/observations/actions, set the episode success flag, and export the episode (the outer pipeline filters/consumes successes)
453
487
454
-
.. note::
488
+
Visualization and Debugging
489
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
490
+
491
+
Users can visualize the planned trajectories and debug for collisions using Rerun-based plan visualizer. This can be enabled by setting ``visualize_plan = True`` in the cuRobo planner configuration. Note that rerun needs to be installed to visualize the planned trajectories. Refer to Step 3 in :ref:`skillgen-installation` for installation instructions.
455
492
456
-
Check cuRobo usage license and the updated Isaac Sim license per project guidelines
:alt:Rerun visualization of planned trajectories and collisions
497
+
:figclass:align-center
498
+
499
+
Rerun integration: planned trajectories with collision spheres.
457
500
458
501
.. note::
459
502
460
-
SkillGen is an advanced system that builds on Isaac Lab Mimic. Ensure you're comfortable with the base system before tackling complex SkillGen workflows.
503
+
Check cuRobo usage license in ``docs/licenses/dependencies/cuRobo-license.txt``
0 commit comments