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
Uh oh!
There was an error while loading. Please reload this page.
New Features
CUDAGraph.resetusage ascuda>=12.0is 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_genandik_solverwithout 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 requiresato not have a trailing slash to make the file compatible with Windows.SelfCollisionKinematicsConfighas changed. Unused variablesmoved to bottom.
offset_waypointinPoseCost.BugFixes & Misc.
PoseCost.forward_pose()which causedtorch_layers_example.pyto fail.warp kernels. This fixes issues using cuRobo in isaac sim.
plan_config.timeoutcheck 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.
All reactions