Git Product home page Git Product logo

Comments (2)

glopezdiest avatar glopezdiest commented on July 2, 2024

Hello @YuqiHuai.

In order to interact with the CARLA simulator, you have to use the PythonAPI, which connects to the CARLA server through the client class. This is client that the documentation talks about.

All the different bridge implementations with ROS / Autoware / Apollo... make use of this Python API to transform data into something that can be consumed by the third party. (i.e. the ROS bridge getting the ego vehicle's data and publishing it in a specific ROS topic).

As such, the client will always refer to the CARLA client, never to the third party program, and their data will be automatically synchronized with CARLA only if the bridge has been prepared to do so. I don't know whether or not Autoware/Apollo automatically synchronizes their clock, though I'd bet they do.

from carla.

YuqiHuai avatar YuqiHuai commented on July 2, 2024

Hi @glopezdiest , thank you for your detailed answer! This is very helpful to me!
Just to confirm with you again regarding Q2, using Carla's synchronized mode does not automatically guarantee synchronization of Carla's simulation clock with the ADS's clock, and I have to verify the implementation of the "bridge" to see if any synchronization is done, would this understanding be correct?

from carla.

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.