Giter VIP home page Giter VIP logo

Comments (1)

nsmoly avatar nsmoly commented on May 31, 2024

Our work on PX4 for the rover is blocked on PX4 stack properly supporting rovers. We are following up with PX4 team on this right now. Hopefully, if they support offboard for the rovers, then we will update PX4_controller with waypoints. You are right, rc_overrides are not optimal there.
As for stereo DNN - you can host our runtime for it with the provided models as say ROS node. It can consume images from ZED camera (with ZED SDK) and estimate disparity/depth maps. We did this internally and it works.

We were not planning to add this code to GitHub, since thought that stereo runtime is enough. We can do it if we have enough bandwidth due to other projects (at NVIDIA). For now, you can try implementing a ROS node that hosts stereo DNN and contribute it to the project.

A note on performance: our smallest stereo DNN model runs at only 3 FPS on Jetson TX2 (due to use of 3D convolutions). We have a different/less accurate model that can run at 10-30 FPS on TX2. We are thinking to add that binary model to GitHub as well (around June). It was trained specifically for ZED camera. Then the only thing missing will be the ROS node to wrap stereo DNN runtime.

Thanks!

from redtail.

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.