Git Product home page Git Product logo

Comments (4)

darkscyla avatar darkscyla commented on July 17, 2024 1

Thanks for showing interest in the project. I do apologize for the messy documentation as we had to merge two separate approaches into one. This led to documentation that is hard to read.

Coming back to the problem you are facing, I would recommend that you do not use the implementation in the obsolete folder. The sensor bind should work fine as you mentioned. The idea is that we offload as much work to python as possible. This way, we can leverage numpy array manipulations without significant costs. For example, take a look at how semantic segmentation matrix is converted into a RGB array. This should give you a idea how you can define custom lambdas (within python). Whenever you need the data in MATLAB, you can query the loaded python file with something like this: py.getattr(pyModuleInMATLAB, 'array') where array is the name of the variable the you store data in

from matlab-carla-interface.

darkscyla avatar darkscyla commented on July 17, 2024 1

For convenience, I have also attached the documentation for python only. It should be way more helpful though its not complete (missing the ROS part). The videos are also not available as it surpassed the github size limits. Nonetheless, just change the extension to .md and paste it in the root directory of the project. You should be able to view it on for e.g. VS Code by opening it and pressing Ctrl + Shift + V

README_python.txt

from matlab-carla-interface.

youngsend avatar youngsend commented on July 17, 2024

It seems sensorBind.m is doing this job.

from matlab-carla-interface.

youngsend avatar youngsend commented on July 17, 2024

Thank you for the kind reply! I succeeded in showing the rgb images with sensorBind as vehicle moves. So convenient!!
Also thank you for the Python API README! This is so helpful! Right now I need to use PythonAPI only.

from matlab-carla-interface.

Related Issues (6)

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.