Self-driving cars with Carla and Python p.2

Self-driving cars with Carla and Python p.2
Welcome to part 2 of the Carla self-driving car tutorial series. In this tutorial, we're going to introduce you to the Python API side of Carla.

To begin, there are several types of objects in Carla. First, you of course have the “world.” This is your environment. Then, you have the actors within this world. Actors are things like your car, the sensors on your car, pedestrians, and so on. Finally, we have blueprints. The blueprints are the attributes of our actors.

With this information, let’s start writing some actual code. To begin, let’s just make a car that spawns in and simply drives forward and then we want to see the information from a regular RGB camera that we’ll place on the hood of the car.

Top 5 Programming Languages to Learn in 2019 in India
https://morioh.com/p/93c696963b56/

Surviving Without Python
https://morioh.com/p/feadf8337eda/

Python Programming for Data Science and Machine Learning
https://morioh.com/p/5397e8a17fe9/

How to Build an E-commerce Website with Django and Python
https://morioh.com/p/a4ad4442b940/

Suggest:

Learn Python in 12 Hours | Python Tutorial For Beginners

Learn Python 3 Fundamentals From Scratch

Python Tutorials for Beginners - Learn Python Online

Complete Python 3 Programming Tutorial

Complete Python Tutorial for Beginners (2019)

Python Programming Tutorial | Full Python Course for Beginners 2019