Code Monkey home page Code Monkey logo

Comments (8)

balakumar-s avatar balakumar-s commented on June 9, 2024

If you are trying to use the motion generation on obstacles that are represented as meshes or primitives, you can use CollisionCheckerType.Mesh instead of CollisionCheckerType.BLOX. Note that when changing to a different collision checker type, change the world config to collision_table.yml to load an appropriate set of obstacles.

If you are trying to use obstacles from a depth camera, try one of the below:

  1. you might need to compile glog from source following instructions from : https://curobo.org/source/getting_started/1_install_instructions.html#installing-nvblox-with-isaac-sim
  2. If that doesn't work, you can follow instructions from dockerfile here:
    RUN cd /pkgs && git clone https://github.com/sqlite/sqlite.git -b version-3.39.4 && \

We found nvblox to work reliably inside the provided dockerfiles. When using outside docker, you might have to make sure the glog library is correctly linked to avoid getting a segfault.

We found compiling nvblox with statically linked glog following these instructions (

RUN cd /pkgs && git clone https://github.com/sqlite/sqlite.git -b version-3.39.4 && \
) worked well when running with isaac sim.

from curobo.

mfinean avatar mfinean commented on June 9, 2024

I have also encountered the same problem described above and it happens when the warmup() is called. You can remove warmup() and continue to use the motion_gen planning but without the speedup that the warmup provides. I'll update this thread if I get to the bottom of this

from curobo.

balakumar-s avatar balakumar-s commented on June 9, 2024

We have a fix for this issue, will push an update before Monday.

from curobo.

waldezjr avatar waldezjr commented on June 9, 2024

I have also encountered the same problem described above and it happens when the warmup() is called. You can remove warmup() and continue to use the motion_gen planning but without the speedup that the warmup provides. I'll update this thread if I get to the bottom of this

I get the exact same, but commenting the warmup did not solve. I will wait for the next release then

from curobo.

balakumar-s avatar balakumar-s commented on June 9, 2024

We just pushed a new release that works better with nvblox. Can you try it now and close this issue if it's resolved?

from curobo.

pangxincheng avatar pangxincheng commented on June 9, 2024

We just pushed a new release that works better with nvblox. Can you try it now and close this issue if it's resolved?

Thanks! @balakumar-s
I pulled the new code and reinstalled it, but it seems that the issue has not been resolved.
But this issue did not occur when running in the docker you provided(Even in the old version curobo).
Is this an issue with the PyTorch version? The pytorch version in the docker is 2.1.0a0+29c30b1, but in my conda environment, the pytorch version is 1.13.1+cu117
I will try installing a new version of pytorch later to see if the problem is resolved.😄

from curobo.

balakumar-s avatar balakumar-s commented on June 9, 2024

Did you also remove nvblox (uninstall any files from system path as well) and reinstall it with the new instructions?

from curobo.

pangxincheng avatar pangxincheng commented on June 9, 2024

Did you also remove nvblox (uninstall any files from system path as well) and reinstall it with the new instructions?

Thank you. I have reinstalled Curobo according to the latest installation documentation and it can now run successfully. I will close this issue.😄

from curobo.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.