ERROR for ik_config_test and trajopt_config_test
If it’s not a bug, please use discussions: https://github.com/NVlabs/curobo/discussions
Please provide the below information in addition to your issue:
- cuRobo installation mode (choose from [python, isaac sim, docker python, docker isaac sim]): python
- python version: 3.10.16
- Isaac Sim version (if using):
Issue Details hi, I'm trying to install curobo as a package in python, but can not pass the test after installition.
My Env: PyTorch version: 2.1.0+cu118 CUDA available: True CUDA version (from torch): 11.8 Device count: 1 Device name: NVIDIA GeForce RTX 4090
I have followed the installiztion torturial in the website of curobo and get this:
pip show nvidia-curobo
Name: nvidia_curobo Version: 0.7.6 Summary: GPU robot motion toolkit containing cuda accelerated kinematics, IK, MPC, Global motion planning, and optimization solvers. Home-page: https://curobo.org Author: NVIDIA Seattle Robotics Lab Author-email: License: NVIDIA Location: /home/shuo/anaconda3/envs/mjthor/lib/python3.10/site-packages Editable project location: /home/shuo/research/mujoco-thor/external_src/curobo Requires: importlib_resources, networkx, numpy, numpy-quaternion, pybind11, pyyaml, scikit-image, scipy, setuptools_scm, torch, tqdm, trimesh, warp-lang, wheel, yourdfpy
then I run test and found that I can not pass the test:
python3 -m pytest .
========================================================================= test session starts ========================================================================= platform linux -- Python 3.10.16, pytest-8.3.5, pluggy-1.5.0 rootdir: /home/shuo/research/mujoco-thor/external_src/curobo configfile: pyproject.toml plugins: anyio-4.9.0, dash-3.0.2 collected 258 items / 2 errors / 3 skipped
=============================================================================== ERRORS ================================================================================
______________________________________________________________ ERROR collecting tests/ik_config_test.py _______________________________________________________________
tests/ik_config_test.py:134: in
Not sure what's happening here. We do have it installed and working with python 3.10. Are you able to run this inside a docker on the same machine?
Thank you! I have solved this problem by changing the sequence of install curobo and ompl, I don't know why. I found that I should install curobo first then the version will be 0.0.0, otherwise it will be 1.7.3.
On Fri, Apr 25, 2025 at 1:12 PM Balakumar Sundaralingam < @.***> wrote:
balakumar-s left a comment (NVlabs/curobo#492) https://urldefense.com/v3/__https://github.com/NVlabs/curobo/issues/492*issuecomment-2831346070__;Iw!!K-Hz7m0Vt54!hF8qspZnTXc0uxx1wIRe82kwticGquy_3qo0qv-gt5iSefidIsWYbObjIx9DdNyPpgueBqNPbndxnBB6HBleWCg$
Not sure what's happening here. We do have it installed and working with python 3.10. Are you able to run this inside a docker on the same machine?
— Reply to this email directly, view it on GitHub https://urldefense.com/v3/__https://github.com/NVlabs/curobo/issues/492*issuecomment-2831346070__;Iw!!K-Hz7m0Vt54!hF8qspZnTXc0uxx1wIRe82kwticGquy_3qo0qv-gt5iSefidIsWYbObjIx9DdNyPpgueBqNPbndxnBB6HBleWCg$, or unsubscribe https://urldefense.com/v3/__https://github.com/notifications/unsubscribe-auth/BJPN3ZC3A5PUKLM72RIRMJT23KJMFAVCNFSM6AAAAAB2SKFDK6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDQMZRGM2DMMBXGA__;!!K-Hz7m0Vt54!hF8qspZnTXc0uxx1wIRe82kwticGquy_3qo0qv-gt5iSefidIsWYbObjIx9DdNyPpgueBqNPbndxnBB6bE5Pcc0$ . You are receiving this because you authored the thread.Message ID: @.***>