Skip to main content

No project description provided

Project description

pyCARLANeT

Introduction

pyCARLANeT is the carla side of the open source library CARLANeT for the co-simulation between CARLA and OMNeT++.

Requirements

According to the CARLA documentation, To use pyCARLANeT, your system must meet the following requirements:

  • Python 3.8.x
  • Pip version greater than 22.x
pip install --upgrade pip==22.*

Installation

You can install pyCARLANeT directly from pypi.

pip install pycarlanet

Usage

To use the library, you must have an instance of CARLA simulator already active.

First, create an instance of the `CarlanetManager` class:

carlanet_manager = CarlanetManager(listening_port, event_listener)

In the code above, `listening_port` is the port number used by ZeroMQ for communication between the two sides of CARLANeT, which must be the same in CARLANeTpp. `event_listener` is an implementation of the class CarlaEventListener, which contains all the callback methods of the event of CARLANeT. The callbacks are the follow:

  • omnet_init_completed(run_id, carla_configuration, user_defined) -> (SimulatorStatus, World)
    This method is called when the initialization in the OMNeT world is completed. Here, you can insert the initialization code for the CARLA world. This method receives:

    • `run_id`: the identifier of the current run in the OMNeT++ simulation. This is used to map the results of the two simulators.
    • `carla_configuration`: a dictionary that contains the basic parameters to create the CARLA world:
      • `seed`: the seed for the random number generator used in OMNeT++.
      • `sim_time_limit`: the maximum simulation time for the CARLA world.
      • `carla_timestep`: the time step to use in the CARLA simulation.
    • `user_defined`: custom parameters defined by the specific application.

    This method returns a SimulatorStatus and the World of the CARLA simulator that was just created.

  • actor_created(actor_id: str, actor_type: str, actor_config) -> CarlanetActor
    This method is called for each actor created in the OMNeT++ simulation during the initialization phase. Here, you have to create the actor defined in OMNeT++ configuration. This method receives:

    • `actor_id`: the identifier of the actor.
    • `actor_type`: the type of the actor.
    • `actor_config`: custom parameters for the actor defined by the specific application. This method returns an object of CarlanetActor, which is a wrapper of the CarlaActor object contained in the carlalib library. The CarlanetActor object adds the property of activeness of the actor, which is used to control the actor location by CARLANeTpp in OMNeT++.
  • carla_init_completed()
    This method is called when the initialization of the CARLA World is finished.

  • before_world_tick(timestamp)
    This method is called before the world tick of CARLA. This method receives:

    • `timestamp`: the current timestamp of the CARLA world before the tick, which is approximately the same as the timestamp of OMNeT++.
  • carla_simulation_step(timestamp) -> SimulatorStatus
    This method is called after the world tick of CARLA. This method receives:

    • `timestamp`: the current timestamp of the CARLA world after the tick. This method return the current SimulatorStatus.
  • generic_message(timestamp, user_defined_message) -> (SimulatorStatus, dict)
    This method is called when a generic message is received. This method receives:

    • `timestamp`: the current timestamp of the CARLA world.
    • `user_defined_message`: custom parameters for the message defined by the specific application. This method returns a tuple containing the current SimulatorStatus and a dictionary of user-defined data, that representes the answer to send to CARLANeTpp.
  • simulation_finished(status_code: SimulatorStatus)
    this method is called when the simulation is finished.

  • simulation_error(exception)
    This method is called when an error is encountered.

CARLANeT allows for dynamic addition and removal of actors:

carlanet_manager.add_dynamic_actor(actor_id: str, carlanet_actor: CarlanetActor)
carlanet_manager.remove_actor(actor_id: str)

Please note that these operations are related to the CARLA world and must be initiated from pyCARLANeT, as it is responsible for handling the actors. pyCARLANeT only notifies CARLANeTpp of any additions or removals, and CARLANeTpp takes appropriate action. Therefore, when adding or removing an actor from the CARLA world, you must first apply these operations using your own code in the CARLA world and then call the corresponding method in CarlanetManager. This method will notify the OMNeT++ world accordingly.

Example

This repository provides an example of co-simulation between CARLA and OMNeT++ using CARLANeT. The sample code demonstrates a simple application that includes a car and an application agent controlling the car's lights remotely. The communication network utilized in this sample can be found in the corresponding sample code in CARLANeTpp.

To access the sample code, please see main.py.

NOTE: Before running this example, ensure that all the requirements are satisfied and the installation is completed following the instructions provided at the beginning of this page.

To run the sample code, please follow these steps:

  1. Clone the repository by running the following command:
git clone https://github.com/carlanet/pycarlanet
  1. Move to the root of the repository:
cd pycarlanet
  1. Run the following command to execute the pyCARLANeT example:
python -m example.car_light_control.main <carla-simulator-host> <carla-port>

Replace <carla-simulator-host> and <carla-port> with the appropriate parameters based on where CARLA is running and on which port.

Note: ToD-simulator is another project that extensively utilizes CARLANeT, although its documentation is not comprehensive.

Disclaimer

If you use this software or part of it for your research, please cite our work:

V. Cislaghi, C. Quadri, V. Mancuso and M. A. Marsan, "Simulation of Tele-Operated Driving over 5G Using CARLA and OMNeT++," 2023 IEEE Vehicular Networking Conference (VNC), Istanbul, Turkiye, 2023, pp. 81-88, doi: 10.1109/VNC57357.2023.10136340.

If you include this software or part of it within your own software, README and LICENSE files cannot be removed from it and must be included in the root directory of your software package.

License

CARLANeT is distributed under the MIT License. See LICENSE for more information.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pycarlanet-0.9.1a0.tar.gz (11.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pycarlanet-0.9.1a0-py3-none-any.whl (9.7 kB view details)

Uploaded Python 3

File details

Details for the file pycarlanet-0.9.1a0.tar.gz.

File metadata

  • Download URL: pycarlanet-0.9.1a0.tar.gz
  • Upload date:
  • Size: 11.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for pycarlanet-0.9.1a0.tar.gz
Algorithm Hash digest
SHA256 36a1794ae5a2fb4d2075683e2089cef8444a81652f2445f7a79b2eca7ee2eef8
MD5 2efc0eb3907368a496746f38d9a33442
BLAKE2b-256 4104d8e0b1bb9423fb84c802cb348989137a0d6c5532a67707be8f625a185a5a

See more details on using hashes here.

File details

Details for the file pycarlanet-0.9.1a0-py3-none-any.whl.

File metadata

  • Download URL: pycarlanet-0.9.1a0-py3-none-any.whl
  • Upload date:
  • Size: 9.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for pycarlanet-0.9.1a0-py3-none-any.whl
Algorithm Hash digest
SHA256 ccf4da51ee0b3c97e296e182849742bd96e669e56291d4d24e575e71f29aa2a8
MD5 10c62fe76c335697478d4f8154995e95
BLAKE2b-256 f718d1022e04c92ec1ab1ec536dead53e00243079a890d73e55d2a3e00b908ad

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page