File tree Expand file tree Collapse file tree 6 files changed +16
-4
lines changed Expand file tree Collapse file tree 6 files changed +16
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ reloadable = true
33order = 0
44
55[package ]
6- version = " 1.47.1 "
6+ version = " 1.47.3 "
77category = " Simulation"
88title = " Wandelbots NOVA"
99description = " Simulate your robotics cell running on Wandelbots NOVA."
Original file line number Diff line number Diff line change 11# Changelog - Wandelbots NOVA x Nvidia Isaac Sim
22
3+ ## 1.47.3 (2025-04-09)
4+
5+ ### Bug Fixes
6+
7+ * ** RPS-1527:** Fixed invalid async in ghost object creation
8+
9+ ## 1.47.2 (2025-03-27)
10+
11+ ### Bug Fixes
12+
13+ * missing __ init__ .py file for loading extension
14+
315## 1.47.1 (2025-03-20)
416
517### Bug Fixes
Original file line number Diff line number Diff line change 2222omniservice_app = FastAPI (
2323 title = "Wandelbots Omniservice" ,
2424 description = "A microservice-based framework for managing Omniverse functionalities" ,
25- version = "1.47.1 " ,
25+ version = "1.47.3 " ,
2626 redoc_url = None ,
2727)
2828omniservice_app .add_middleware (
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ async def add_ghost_object(
132132
133133 # set ghost object to active TCP pose
134134 if ref_pose :
135- await PrimUtils .set_pose (target_path , ref_pose )
135+ PrimUtils .set_pose (target_path , ref_pose )
136136
137137
138138@ghost_teaching_router .delete (
You can’t perform that action at this time.
0 commit comments