Skip to content

Releases: isaac-for-healthcare/i4h-workflows

v0.4.0

25 Oct 09:24
d35f6ea

Choose a tag to compare

What's Changed

  • Upgrade IsaacSim 5.0 and IsaacLab 2.3 for surgery workflow
  • Add holoscan support for so_arm_starter workflow
  • Enhance documentation for so_arm_starter workflow
  • Upgrade isaacsim5.0 isaaclab2.3 for Telesurgery workflow
  • Add documentation and example of Thor and Origin deployment so_arm_starter workflow
  • Upgrade to IsaacSim 5.0 IsaacLab2.3 for robotic ultrasound workflow
  • Add DGX support for so_arm_starter workflow
  • Update SE3 teleop isaaclab api change
  • Fix pybind11 installation for Ubuntu 22 compatibility
  • Improve Cosmos Transfer documentations
  • Ignore .dat/.lic files to avoid adding RTI license to repo

Full Changelog: isaac-for-healthcare/i4h-workflows-internal@v0.3.0...v0.4.0

v0.3.0

16 Sep 13:06
ffb5fe4

Choose a tag to compare

What's Changed

  • Add SO-ARM starter workflow with GR00T N1.5 integration and Sim2Real documentation
  • Telesurgery: Update patient side to start in perspective view
  • Supports HSB + imx274 camera as input source
  • i4h CLI based on Holohub CLI
  • Support for AJA Operator in Telesurgery
  • Add YUAN HSB support
  • Support auto-downloading models from Hugging Face

v0.2.0

15 Jul 12:11
e1e6b51

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.0...v0.2.0

v0.2.0rc3

13 Jul 07:49
6d4bbd0

Choose a tag to compare

v0.2.0rc3 Pre-release
Pre-release

What's Changed

Full Changelog: 0.2.0rc2...v0.2.0rc3

0.2.0rc2

08 Jul 16:20
e8298cc

Choose a tag to compare

0.2.0rc2 Pre-release
Pre-release

What's Changed

  • Refactor Holoscan Operators by @wendell-hom in #169
  • Update transform_matrix and rot and pos factor in teleop with OpenXR by @KumoLiu in #161
  • Update Instructions for Telesurgery Workflow by @mocsharp in #167
  • Improve documentation by @jjomier in #173
  • Update "Observations and Conclusion" part in evaluation folder by @KumoLiu in #166
  • Pin the Isaac-GR00T repository to the n1-release branch and update related documentation and setup scripts by @KumoLiu in #178
  • Update documentation by @jjomier in #179
  • Fix Failure to Start Simulation LiveStream from Remote Docker Container by @mingxin-zheng in #175
  • Rewrite the robotic surgery Dockerfile to fix livestream issues by @mingxin-zheng in #182
  • Post release candidate 0.2.0rc2 by @mingxin-zheng in #183

Full Changelog: v0.2.0rc1...0.2.0rc2

v0.2.0rc1

04 Jun 11:54
ee1b0eb

Choose a tag to compare

v0.2.0rc1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.1.0...v0.2.0rc1

v0.1.0

30 Apr 09:14
35e7d94

Choose a tag to compare

[0.1.0] – 2025-04-30

Isaac for Healthcare (I4H) Workflows is now available, providing a modular and extensible foundation for building and testing AI-enabled healthcare robotics applications.

Added

Overview

  • Initial release of Isaac for Healthcare Workflows
  • Support for digital prototyping of healthcare robotic systems
  • Simulated Data Collection capabilities for AI model training
  • Hardware-in-the-loop (HIL) testing framework with NVIDIA Holoscan
  • GPU-accelerated training for reinforcement and imitation learning

Robotic Surgery

  • Digital twin capabilities for surgical robotics
  • State Machine and Data Collection system
  • Simulation tasks including reaching, dual-arm reaching, suture needle lift, and STAR arm reaching
  • Reinforcement learning policy training and evaluation capabilities
  • Operating Room (OR) scene setup with surgical tools and robots

Robotic Ultrasound Workflow

  • Digital twin capabilities for ultrasound robotics
  • DDS-based communication system
  • Integration with Clarius Cast and Clarius Solum Ultrasound Apps
  • Integration with Ultrasound raytracing simulator
  • Camera RGB and depth data support and visualization tools
  • Simulation of policy-driven ultrasound probe movements, state-machine driven data collection and teleoperation

Tutorials and Documentation

  • Installation and environment setup guides
  • Bring Your Own Robot (BYOR) tutorial with example CAD files
  • Bring Your Own Patient (BYOP) tutorial
  • Comprehensive workflow documentation
  • Sim2Real deployment guide

Development Tools

  • CI/CD pipeline with GitHub Actions
  • Pre-commit hooks for code formatting
  • Unit test framework with coverage reporting
  • License header checking
  • Code style enforcement (isort, ruff)
  • Asset management system

Technical Details

  • Compatible with IsaacSim 4.5.0 and IsaacLab 2.0.2
  • Python 3.10 support
  • Linux platform support
  • Apache 2.0 License

v0.1.0rc1

07 Apr 09:08
5c49ac9

Choose a tag to compare

v0.1.0rc1 Pre-release
Pre-release

What's Changed

Full Changelog: v0.1.0ea...v0.1.0rc1

v0.1.0ea

18 Mar 09:46
1ee32d8

Choose a tag to compare

v0.1.0ea Pre-release
Pre-release

Isaac for Healthcare (I4H) Workflows v0.1.0-EA

Welcome to the first Early Access(EA) release of the Isaac for Healthcare (I4H) Workflows!

We're excited to announce the initial release of Isaac for Healthcare Workflows, a domain-specific framework built on top of NVIDIA Isaac Sim/Lab and NVIDIA Omniverse.

New Features

  • Robotic Ultrasound Workflow

    • Simulation environment for robotic ultrasound procedures
    • Integration with Raytracing Ultrasound Simulator
    • Policy runner for executing trained models
    • Training Pi Zero model for robotic ultrasound applications
    • Holoscan applications for real-time processing
    • Visualization utilities
  • Robotic Surgery Workflow

    • Simulation environment for surgical robotics
    • Support for dVRK and STAR robot arm control
    • Suture needle manipulation tasks
    • Peg block manipulation tasks
    • Reinforcement learning capabilities
  • Tutorials

    • Bring your own patient
    • Bring your own robot

Known Limitations

  • This is an initial release focused on establishing core functionality
  • Some features may require further refinement
  • Documentation is still being developed