New release with bug fixes, features, & higher quality solutions #83
Closed
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
<axis xyz="0 -1 0"/>
arenow natively supported).
within 1mm of accuracy (median across 2600 problems at 0.017mm).
Trajectory optimization to optimize from non-zero start velocity and accelerations.
improves success and motion quality when planning to reach joint space targets.
motion generation. Check
examples/usd_examples.py
for an example.pose reaching accuracy, IK accuracy improves by 100x (98th percentile < 10 micrometers) and motion
generation median at 0.017mm (with). IK now solves most problems with 24 seeds (vs 30 seeds prev.).
Run
benchmark/ik_benchmark.py
to get the latest results.external_asset_path
to robot configuration to help in loading urdf and meshes from anexternal directory.
BugFixes & Misc.
build_docker.sh
instead ofbuild_dev_docker.sh
. Added isaac simdevelopment docker.
panda_finger_joint2
from<axis xyz="0 1 0"/>
to
<axis xyz="0 -1 0"/>
infranka_panda.urdf
to match real robot urdf as cuRobo now supportsnegative axis.
fails.
benchmarks/curobo_nvblox_benchmark.py
.Performance Regressions
2.2 seconds 98th percentile motion time on the 2600 problems (
benchmark/curobo_benchmark.py
), wherepreviously it was at 3 seconds (1.36x quicker motions). This was obtained by retuning the weights and
slight reformulations of trajectory optimization. These changes have led to a slight degrade in
planning time, 20ms slower on 4090 and 40ms on ORIN MAXN. We will address this slow down in a later
release. One way to avoid this regression is to set
finetune_dt_scale=1.05
inMotionGenConfig.load_from_robot_config()
.This discussion was created from the release New release with bug fixes, features, & higher quality solutions.
Beta Was this translation helpful? Give feedback.
All reactions