AI In Autonomous Vehicle Technology

Explore top LinkedIn content from expert professionals.

  • View profile for Maryna Kuzmenko
    Maryna Kuzmenko Maryna Kuzmenko is an Influencer

    Applied AI in Agriculture 🌱🤝🌍

    36,017 followers

    🤖We all love going to expo conferences and shows. Especially the ones where robots are on display. Taking a selfie with a robot? Absolutely a must 😄 Those machines are incredibly impressive! But when a robot steps off the shiny showroom floor - a reality is different. Robot enters real life — the rural field, the hilly orchard, the rugged terrain... That’s where things stop being so picture-perfect. For example, regarding #orchards. 1. Robots in orchards struggle with navigation in uneven, obstacle-filled environments. 2. Traditional GPS often fails due to signal occlusion from tree canopies. 3. Single-sensor systems — whether LiDAR or camera-based — can't capture enough detail to move safely or accurately. 4. Then there’s the connectivity problem. Remote areas often lack stable internet or cloud access (don't joke about centralized AI processing or real-time monitoring in this conditions 😭) 5. Add to that wheel slippage, difficult lighting conditions, and the overwhelming similarity between tree rows (which confuses the robot’s "brain")... As you see, suddenly, that cool robot - 😎 the cool star of from the expo 😎- has a pretty tough job to do. ______________________________________ What to do? 🟢 Current #roboticsinagriculture research isn’t just focused on giving robots "eyes" and "brains" to recognize ripe fruit or place it gently into a basket. 🟢 A whole world of effort is going into how they move—how they stay upright, find their way around the orchard, and cover every square meter without crashing into a tree trunk. 🟢 Movements of robots in agriculture are a niche all their own—full of challenges, breakthroughs, and adventure. ______________________________________ That's why I really enjoyed a recent research paper, published by a research team from China. → They discovered that multi-sensor fusion (LiDAR + RGB-D camera + IMU) significantly improves mapping and navigation, even in hilly terrains. → Enhanced SLAM (Simultaneous Localization and Mapping) reduces positioning errors to under 7 cm laterally, meeting precision agriculture needs. → Finally, smart path planning, blending global strategies (A* algorithm) with local DWA (Dynamic Window Approach), allows robots to adapt smoothly to real-world obstacles like trunks and uneven ground. ______________________________________ All this sounds great and I want to see it in reality. As of now, it seems that smoother robot motion is achieved using arc-based turns, rather than rigid angular paths. This approach can make orchard robots more agile and efficient. In short, bringing robots into agriculture isn’t just about high-tech optics or AI fruit pickers. It’s about getting them to go and walk. Literally 😉 What do you think about this topic? What challenges have you come across for #robots in your specific niche?

    • +4
  • View profile for Ted Strazimiri

    Drones & Data

    28,293 followers

    Researchers at Hong Kong University MaRS Lab have just published another jaw dropping paper featuring their safety-assured high-speed aerial robot path planning system dubbed "SUPER". With a single MID360 lidar sensor they repeatedly achieved autonomous one-shot navigation at speeds exceeding 20m/s in obstacle rich environments. Since it only requires a single lidar these vehicles can be built with a small footprint and navigate completely independent of light, GPS and radio link. This is not just #SLAM on a #drone, in fact the SUPER system continuously computes two trajectories in each re-planning cycle—a high-speed exploratory trajectory and a conservative backup trajectory. The exploratory trajectory is designed to maximize speed by considering both known free spaces and unknown areas, allowing the drone to fly aggressively and efficiently toward its goal. In contrast, the backup trajectory is entirely confined within the known free spaces identified by the point-cloud map, ensuring that if unforeseen obstacles are encountered or if the system’s perception becomes uncertain, the system can safely switch to a precomputed, collision-free path. The direct use of LIDAR point clouds for mapping eliminates the need for time-consuming occupancy grid updates and complex data fusion algorithms. Combined with an efficient dual-trajectory planning framework, this leads to significant reductions in computation time—often an order of magnitude faster than comparable SLAM-based systems—allowing the MAV to operate at higher speeds without sacrificing safety. This two-pronged planning strategy is particularly innovative because it directly addresses the classic speed-safety trade-off in autonomous navigation. By planning an exploratory trajectory that pushes the speed envelope and a backup trajectory that guarantees safety, SUPER can achieve high-speed flight (demonstrated speeds exceeding 20 meters per second) without compromising on collision avoidance. If you've been tracking the progress of autonomy in aerial robotics and matching it to the winning strategies emerging in Ukraine, it's clear we're likely to experience another ChatGPT moment in this domain, very soon. #LiDAR scanners will continue to get smaller and cheaper, solid state VSCEL based sensors are rapidly improving and it is conceivable that vehicles with this capability can be built and deployed with a bill of materials below $1000. Link to the paper in the comments below.

  • View profile for Prof. Dr.-Ing. Lars N. Josler

    Robotics for Industry, Security & Research | Engineering Robots for the World of Tomorrow

    14,223 followers

    What if you could tell a robot “navigate to the kitchen” — and let an LLM translate that request into ROS 2 actions? This free hands-on learning resource shows how natural-language robot control can be built and tested in simulation. The project connects: 🔹 Claude for interpreting high-level instructions   🔹 ROSA for giving the LLM access to defined ROS 2 tools   🔹 Gazebo for simulating a Robotnik Summit XL in a small house   🔹 Nav2 for path planning and autonomous navigation   🔹 SLAM for mapping an initially unknown environment   🔹 Docker for reproducing the complete setup The robot can move to absolute or relative poses, navigate to named locations, start autonomous exploration, save maps and report its available capabilities. What stands out to me is the separation between language-level task planning and robot-level execution. The LLM selects from explicitly defined tools, while the established ROS 2 navigation stack remains responsible for motion planning, obstacle avoidance and execution. This makes the project a useful introduction to a central idea in embodied AI: an LLM does not need to replace the robotics stack. It can serve as a natural-language interface that decomposes a request and calls carefully bounded robot functions. The tutorial is based on a student project from the Robotics Applications Programming course at ZHAW and includes the simulation demo, Docker setup and a clear walkthrough of the tool definitions. Great work by: Alexander Kolenaty, Jan Affeltranger and Ilimea Gall, supervised by Giovanni Toffetti at ZHAW School of Engineering — and many thanks to Michael Hart for turning the project into a detailed tutorial. Tutorial: https://lnkd.in/e9KQ7FwD Additional resources in first comment. #Robotics #ROS2 #LargeLanguageModels #EmbodiedAI #RobotNavigation #SLAM #OpenSource

  • View profile for Muhammad M.

    Mechatronics Engineer | Freelancer | Robotics Content Creator MATLAB • Simulink • Python • Arduino • ROS • SolidWorks • ANSYS Youtube @engrprogrammer | Instagram @engrprogrammer2494

    17,764 followers

    Nav2Bot: ROS 2 Autonomous Navigation in Ignition Gazebo ➡ Differential drive robot simulation using ROS 2 Humble ➡ Autonomous navigation using Nav2 stack ➡ LiDAR-based obstacle detection and environment perception ➡ AMCL-based localization for accurate robot positioning ➡ Global and local path planning with real-time execution ➡ Complete TF tree (map → odom → base_link → lidar_link) ➡ RViz visualization for costmaps, paths, and robot pose ➡ Keyboard teleoperation support for manual control ✨ Why this matters: Autonomous navigation is one of the core challenges in robotics, where a robot must perceive its environment, determine its position, and plan a safe path to a goal without human intervention. This project demonstrates a complete ROS 2 Nav2 pipeline that integrates localization, planning, and control into a unified system. By combining LiDAR data, odometry, and costmaps, the robot can intelligently navigate through unknown environments while avoiding obstacles in real time. These principles are widely used in real-world robotics applications such as autonomous vehicles, warehouse automation systems, delivery robots, and service robotics. 📊 Key Highlights: ✔ Full ROS 2 Navigation Stack (Nav2) integration ✔ LiDAR-based perception and obstacle avoidance ✔ AMCL localization for accurate positioning ✔ Global and local path planning ✔ Real-time costmap generation ✔ Gazebo simulation with realistic robot behavior ✔ RViz-based monitoring and debugging 💡 Future Potential: This framework can be extended to: ➡ Multi-robot navigation systems ➡ SLAM + Nav2 integration for unknown environments ➡ AI-based dynamic obstacle detection ➡ Reinforcement learning for path optimization ➡ Real-world deployment on mobile robots 🔗 For students, engineers & robotics enthusiasts: This project provides a complete hands-on implementation of autonomous navigation using ROS 2, making it ideal for understanding how intelligent robots perceive, plan, and act in real environments. 🔁 Repost to support robotics research & engineering education! #ROS2 #Nav2 #Robotics #AutonomousSystems #Gazebo #Mechatronics #EngineeringProjects #Lidar #RViz #Automation #Navigation #AI #STEM #EngineeringEducation #RobotSimulation

  • View profile for Nida Mahmoed

    Founder | Behavior-AI Solutions Architect & Author | Architecting Impact Growth via Mathematics, RAG & Applied AI | Autonomous Agriculture · Defence of Border Crop Fields.

    24,283 followers

    When the Signal Drops, the Matrices Take Flight. I’m working on this: an AI architecture designed to solve the "Navigation Gap" in high-security zones like the Wagah Border. When GPS signals are jammed or lost, the drone doesn't just stop, it switches to a State Space Representation model where pure math takes over the pilot's seat. By stacking complex AI Layers, I am developing a system that uses Stochastic Transition Matrices to predict movement and bridge the gap between lost satellite data and mission success. In the high-stakes environment of the Wagah Border, the "GPS Gap" is the ultimate defense challenge. When jamming or interference cuts the satellite link, a drone must stop "following" and start "calculating." The secret to resilience isn't just better hardware, it’s the AI Layer built on pure linear algebra. I’m exploring the State Space Representation of autonomous defense, where we use five critical matrix stages to keep the mission on track: 📍 The State Transition Matrix (F): Our "Physics Logic." It mathematically predicts the drone’s next move based on its current velocity, filling the gap when external data vanishes. Formula: 👁️ The Homography Matrix: The "Visual Eyes." It maps transformations between camera frames, turning pixel shifts into precise speed and direction vectors (Visual Odometry). 🛠️ The Sensor Fusion Layer: The "Integrator." It merges the Stochastic Transition Matrix with real-time IMU data, ensuring the drone "feels" its way through space. 📉 The Covariance Matrix: The "Uncertainty Tracker." It measures the mathematical "gap" in our confidence. If uncertainty grows, the AI shifts its weight to local sensors over historical data. 🛡️ The Observation Matrix: The "Reality Check." Even without GPS, this layer uses terrain matching to reset drift and maintain absolute positioning. The Takeaway: Modern defense is shifting from connectivity to onboard intelligence. By mastering these matrix layers, we ensure that our systems aren't just automated, they are mathematically unstoppable. #DefenseAI #Drones #Matrices #WagahBorder #MachineLearning #Navigation #STEM #Robotics #AutonomousSystems #Innovation

  • View profile for Bulent Soykan

    I enhance decision-making with AI | Research Professor

    2,830 followers

    How do you search a large area with drones without telling each one where to go?                                                                                           That's the Autonomous Aircraft Search & Service (A2S2) problem. Think search & rescue after a natural disaster, wildfire detection over forests, or infrastructure inspection  across hundreds of square miles.                                                                        The brute-force approach (dividing the map into equal zones and sweep) falls apart fast. Targets aren't evenly distributed. Terrain changes. Some areas matter more than others. And you don't know what you don't know. So I took a different approach: Each drone maintains a shared belief map which is a probability grid of where targets might still be hiding. As drones sweep areas and find nothing, belief decays. When a sensor picks up a signal, belief spikes. The decision engine uses Hamiltonian optimal transport (the same math behind logistics routing and fluid dynamics) to compute where each drone should fly next. It balances  two things: go where the belief is highest, but don't send all 8 drones to the same spot. The result: 8 drones, 50 targets, 10,000-cell grid. All 50 targets found in 295 steps. No central coordinator. No pre-planned paths. Just local observations and shared  belief. The simulation below shows it in action. Left panel: drones (colored markers) hunting targets (red stars) across a 100x100 grid. Right panel: belief map fading to dark as the area  gets explored. This is a building block for real-world autonomous search where the map is bigger, the sensors are noisier, and the stakes are higher.  Code will be open. More to come.  #AutonomousSystems #Drones #UAV #Robotics #OptimalTransport #SearchAndRescue #MultiAgentSystems #AI

  • View profile for Chris Elston

    Chief Robotics Manager | MrPLC.com Founder | Automation Geek | FRC Coach 1501

    12,282 followers

    The 20 second video you are watching is a FIRST robot programmed by students and mentors of Team 1501 all autonomously, yes it's moving itself with vision, sensor and feedback controls programmed in JAVA. FIRST Robotics is great for Pre-Controls Engineering students, because of the motion control system and closed loop systems you get to work on while you are in high school. I enjoy teaching and mentoring how PID tuning works with my high school students. Let's break this machine down so Engineering people can appreciate this. ➡️ The drive train is call Swerve Drive. Swerve drive is a sophisticated drivetrain used in FIRST Robotics that allows a robot to move in any direction without needing to change its orientation. It consists of independently rotating wheels mounted on swerve modules, which can pivot 360 degrees. ➡️ The vision system uses April Tags. AprilTags are a type of visual fiducial marker used in FIRST Robotics for localization and navigation. Each AprilTag consists of a unique black-and-white pattern that can be detected by cameras, allowing robots to identify their position and orientation relative to the tags. When a robot's camera captures an image, software processes the image to recognize the tags, determining their distance and angle based on the size and position of the detected tags. Some teams use an OpenSource system called "Photonvision" and other use an off the shelf product called "Limelights." https://photonvision.org/ https://lnkd.in/dJ-APGiM ➡️ Swerve Drive and AprilTags can be integrated to create a closed-loop Inertial Measurement Unit (IMU) fusion system that enhances a robot's navigation and control capabilities. The IMU provides real-time data on the robot's acceleration and angular velocity, while AprilTags offer precise positional information through visual recognition. ➡️Encoders: These sensors are attached to the wheels or motors to measure the rotation and speed of each wheel. They provide precise feedback on the robot's movement, allowing for accurate control of speed and position. ➡️Lidar or Ultrasonic Sensors: These distance sensors can help detect obstacles and measure the distance to nearby objects. They are useful for avoiding collisions and navigating around the field. ➡️Cameras: In addition to detecting AprilTags, cameras can be used for visual processing tasks, such as recognizing game elements or tracking other robots. They can provide additional context for navigation. ➡️Gyroscope: While the IMU typically includes a gyroscope, having a dedicated gyroscope can improve angular velocity measurements, aiding in more accurate orientation tracking. ➡️Accelerometer: This sensor measures linear acceleration, which, when combined with gyroscope data, can enhance the robot's ability to understand its motion dynamics. ➡️Magnetometer: This sensor can provide heading information relative to the Earth's magnetic field, helping to correct drift in orientation measurements over time.

  • View profile for Jonathan How

    Ford Professor of Engineering

    5,917 followers

    Pleased to see the publication of the most recent work from MIT/ACL on "Off-Road Navigation via Implicit Neural Representation of Terrain Traversability", an excellent collaboration between Lucas (Yixuan Jia) and Andy (Qingyuan Li). https://lnkd.in/ej4aSgcm Autonomous off-road navigation requires robots to estimate terrain traversability from onboard sensors and plan motion accordingly. Conventional approaches typically rely on sampling-based planners such as MPPI to generate short-term control actions that aim to minimize traversal time and risk measures derived from the traversability estimates. These planners can react quickly but optimize only over a short look-ahead window, limiting their ability to reason about the full path geometry, which is important for navigating in challenging off-road environments. Moreover, they lack the ability to adjust speed based on the terrain-induced vibrations, which is important for smooth navigation on challenging terrains. In this paper, we introduce TRAIL (Traversability with an Implicit Learned Representation), an off-road navigation framework that leverages an implicit neural representation to model terrain properties as a continuous field that can be queried at arbitrary locations. This representation yields spatial gradients that enable integration with a novel gradient-based trajectory optimization method that adapts the path geometry and speed profile based on terrain traversability.

  • View profile for Norman Paulsen

    AI/LLM Researcher & Architect (published peer reviewed work on LLM hallucination rates) | Delivering Value from AI, Digital Transformation, Service Improvement | AI & Data Background

    17,154 followers

    NASA just let an AI plan a solo road trip on Mars, and Perseverance absolutely nailed it. Over two days in December 2025, the rover followed AI-generated waypoints across Jezero Crater, cruising more than 1,400 feet over terrain that would normally take a human planning team a lot more coffee and screen time. Instead of engineers hand drawing routes from orbiter images, a vision-language AI chewed through high resolution imagery and digital elevation models to spot bedrock, outcrops, boulder fields, and sand ripples, then stitched them into a continuous safe path. Perseverance stored the AI’s waypoints, then used its navigation cameras and onboard autonomy to execute the plan, checking the terrain in real time while following the precomputed route. A detailed digital twin of the rover on Earth ran the whole command sequence first, covering over 500,000 telemetry variables verifying the AI's command sequences. So far, AI route planning can handle kilometer drives, freeing humans from micromanaging every 100 meters and letting rovers cover more ground. As we push farther from Earth and the communication delay grows, missions will need this kind of semi-independent navigation on rovers, drones, and future Moon and Mars infrastructure to keep exploration moving while humans are still waiting for the next downlink. #AI #Mars #NASA #Perseverance

  • View profile for Houtan Jebelli

    Assistant Professor at University of Illinois Urbana-Champaign

    8,692 followers

    𝐀𝐒𝐂𝐄 𝐢𝟑𝐂𝐄 𝟐𝟎𝟐𝟓 𝐔𝐩𝐝𝐚𝐭𝐞𝐬 13 𝐚𝐧𝐝 14 Two outstanding presentations by Xiayu Zhao, highlighting innovative research at the convergence of artificial intelligence, robotics, and construction site inspection. 𝐋𝐋𝐌-𝐃𝐫𝐢𝐯𝐞𝐧 𝐒𝐚𝐟𝐞 𝐑𝐨𝐛𝐨𝐭𝐢𝐜 𝐍𝐚𝐯𝐢𝐠𝐚𝐭𝐢𝐨𝐧 𝐢𝐧 𝐂𝐨𝐧𝐬𝐭𝐫𝐮𝐜𝐭𝐢𝐨𝐧 𝐒𝐢𝐭𝐞: 𝐀 𝐏𝐫𝐨𝐦𝐩𝐭 𝐄𝐧𝐠𝐢𝐧𝐞𝐞𝐫𝐢𝐧𝐠 𝐀𝐩𝐩𝐫𝐨𝐚𝐜𝐡 𝐰𝐢𝐭𝐡 𝐓𝐞𝐫𝐫𝐚𝐢𝐧-𝐀𝐝𝐚𝐩𝐭𝐢𝐯𝐞 𝐏𝐚𝐭𝐡 𝐏𝐥𝐚𝐧𝐧𝐢𝐧𝐠 Xiayu showcased a brilliant presentation on a cutting-edge framework harnessing Large Language Models to enable robots to comprehend natural language instructions and navigate safely through construction environments. The structured prompt engineering approach—fusing Landmarks, Motion Constraints, and Terrains—yielded remarkable results with an 83.3% navigation success rate while consistently maintaining a 0.8m safety buffer from obstacles. The system demonstrated 90% accuracy interpreting complex spatial commands during extensive testing in a 20m × 40m simulated site featuring diverse terrain conditions. This represents a significant stride toward enhanced safety and autonomous operation in construction inspection scenarios. 𝐇𝐲𝐛𝐫𝐢𝐝 𝐔𝐀𝐕-𝐔𝐆𝐕 𝐒𝐲𝐬𝐭𝐞𝐦 𝐰𝐢𝐭𝐡 𝐈𝐧𝐭𝐞𝐫𝐜𝐡𝐚𝐧𝐠𝐞𝐚𝐛𝐥𝐞 𝐆𝐫𝐨𝐮𝐧𝐝 𝐌𝐨𝐝𝐮𝐥𝐞𝐬 𝐟𝐨𝐫 𝐌𝐮𝐥𝐭𝐢-𝐓𝐞𝐫𝐫𝐚𝐢𝐧 𝐂𝐨𝐧𝐬𝐭𝐫𝐮𝐜𝐭𝐢𝐨𝐧 𝐒𝐢𝐭𝐞𝐬 𝐈𝐧𝐬𝐩𝐞𝐜𝐭𝐢𝐨𝐧 In a second compelling presentation, Xiayu introduced an ingenious modular hybrid system where a UAV transports and deploys three specialized UGV modules—wheeled units for flat surfaces, tracked configurations for rough terrain, and multi-legged systems for stairs and level changes—using a custom-designed undercarriage mechanism. Simulation testing revealed an exceptional 98.2% autonomous docking success rate, with minimal positional deviations of just ±2.8-3.8 cm across various terrain challenges. This clever integration of aerial capability with terrain-specific ground mobility represents a transformative advancement for thorough and risk-reduced construction site assessment. Congratulations to Xiayu for advancing the boundaries of intelligent navigation and inspection technologies in construction robotics. Watch for these pioneering studies in the upcoming ASCE i3CE 2025 Proceedings!

Explore categories