Understand autonomous systems (vehicles, drones)

13 New and Emerging Technologies: Autonomous Systems 🚀

What are Autonomous Systems?

Think of an autonomous system as a robot that can see, decide, and act on its own, just like a brain that reads the road or sky and moves accordingly. Examples include self‑driving cars, delivery drones, and even smart factories.

Key Components of an Autonomous Vehicle

  • 🔭 Sensors (LiDAR, radar, cameras) – the eyes of the vehicle.
  • 🧠 Processing unit (AI, machine learning) – the brain that interprets data.
  • 🛠️ Actuators (steering, throttle, brakes) – the hands that move the car.
  • 📶 Communication (V2X, 5G) – the ears that listen to other cars and traffic signals.

How Does an Autonomous Car Think?

The car first maps its surroundings using sensor data, then plans a safe path, and finally executes the plan by controlling the actuators. Mathematically, it solves an optimization problem:

$$\min_{u(t)} \int_0^T L(x(t),u(t))\,dt$$

where $u(t)$ is the control input (steering angle, acceleration) and $L$ is a cost that penalises unsafe or inefficient actions.

Levels of Autonomy (ISO 26262)

Level Description
0 No automation – driver does everything.
1 Driver assistance – system can control speed or lane keeping but driver must supervise.
2 Partial automation – system can handle some tasks but driver must be ready to intervene.
3 Conditional automation – system can manage all aspects of driving under certain conditions.
4 High automation – system can drive without any driver supervision.
5 Full automation – no human intervention required.

Drones: Flying Robots 🤖🛸

Drones are like tiny, autonomous cars that fly. They can deliver packages, capture aerial photos, or help in search & rescue missions. Think of them as the birds of the future that follow a set of instructions and adapt to wind or obstacles.

Drone Control Loop

  1. 📡 Collect sensor data (IMU, GPS, cameras).
  2. 🧮 Process data to estimate position and velocity.
  3. 📈 Compute control commands (pitch, roll, yaw, throttle).
  4. 🛠️ Send commands to motors and update flight path.

Safety & Ethics

  • 📸 Privacy – drones can capture images of private property.
  • 🛫 Airspace regulation – drones must avoid colliding with aircraft.
  • ⚖️ Liability – who is responsible if a drone causes damage?

Future Trends

- Swarm robotics: many drones working together like a school of fish.
- AI‑driven traffic management: autonomous vehicles coordinating via 5G.
- Autonomous delivery: drones and self‑driving vans delivering groceries and parcels.

Revision

Log in to practice.

0 views 0 suggestions