Aug 4, 2025 · 1 min read · This is where the magic happens – connecting your ROS2 world with our CARLA simulator! We'll download and build the carla-ros-bridge from its repository. Navigate to /~ and clone the bridge repository: cd ~ sudo git clone --recurse-submodules https:...
Join discussionAug 4, 2025 · 2 min read · Welcome to the second part of our beginner's journey! Now, it's time to dive into the powerful robotics framework ROS2 Humble, which will serve as the "brain" for our autonomous applications. After that, we'll install the crucial CARLA-ROS2 bridge to...
Join discussionJun 19, 2025 · 10 min read · 🏙️ The Problem in Robot Town... So far, bots like WeatherBot and UmbrellaBot have been talking to each other, but only using plain text messages (std_msgs/String). That’s like sending someone a sticky note with just one word: “Rainy.” But what if we...
SSaanvi commented
Jun 14, 2025 · 8 min read · 🚀 Welcome, City Planner! Imagine you’re tasked with building Robot Town, a magical city where robots live, work, and talk to each other. But before we see flying drones and wheeled helpers roaming around — we need to: Clear the land (prepare Window...
SSaanvi commented
Nov 8, 2024 · 14 min read · Introduction: Building the Blueprint Imagine a city, vibrant and complex, where every building, road, and public park has a unique purpose, connected by a hidden network that keeps the city functioning. In robotics, ROS2 (Robot Operating System 2) is...
ASAnanya and 1 more commented