v0.7.4 Isaac Sim 4.0 support, CUDA Graph improvements, minor bug fixes #343
balakumar-s
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
New Features
CUDAGraph.reset
usage ascuda>=12.0
is not crashing when an existing captured CUDAGraph is freed and recaptured with new memory pointers. Try this experimental feature bysetting an environment variable
export CUROBO_TORCH_CUDA_GRAPH_RESET=1
. This feature will allow for changing the problem type inmotion_gen
andik_solver
without requiring recreation of the class.improves development on top of cuRobo with custom robots living external of cuRobo library.
maximum trajectory dt.
UsdHelper
, alsosupports goalset rendering.
curobo.cuda_robot_model
) has complete API documentation.Changes in Default Behavior
join_path(a, b)
now requiresa
to not have a trailing slash to make the file compatible with Windows.SelfCollisionKinematicsConfig
has changed. Unused variablesmoved to bottom.
offset_waypoint
inPoseCost
.BugFixes & Misc.
PoseCost.forward_pose()
which causedtorch_layers_example.py
to fail.warp kernels. This fixes issues using cuRobo in isaac sim.
plan_config.timeout
check toplan_single_js()
.when getting metrics on interpolated trajectory
during graph capture phase.
the urdf.
accidentally used in other pipelines.
get_metrics
.existing cuda graphs.
This discussion was created from the release Isaac Sim 4.0 support, CUDA Graph improvements, minor bug fixes.
Beta Was this translation helpful? Give feedback.
All reactions