GithubHelp home page GithubHelp logo

dreamingpoet / carla-rust Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jerry73204/carla-rust

0.0 0.0 0.0 420 KB

Rust bindings for CARLA simulator

License: MIT License

C++ 46.46% Rust 53.54%

carla-rust's Introduction

Carla Simulator Client Library in Rust

Rust client library for Carla simulator. It is compatible with simulator version 0.9.14.

Documentation

To get started, it's recommended to read the API documentation and learn from the simple example here.

Usage

Add carla crate to Cargo.toml and get everything. You may wait for longer time to generate Rust bindings in the first build.

If you prefer to manually build Carla C++ client library. Please read this guide to learn instructions.

Troubleshooting

Build failed with clang >= 14

Currently carla-sys is unable to build with newer clang version >= 14. If you are Ubuntu users, it's recommended to configure clang-sys to use clang 12.

sudo apt install clang-12 libclang-12-dev
export LLVM_CONFIG_PATH=/usr/bin/llvm-config-12
export LIBCLANG_PATH=/usr/lib/llvm-12/lib
export LIBCLANG_STATIC_PATH=/usr/lib/llvm-12/lib
export CLANG_PATH=/usr/bin/clang-12

License

It is an open source project and is distributed with MIT license. Please check the license file.

carla-rust's People

Contributors

jerry73204 avatar

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.