Getting Started with ROS2: Installing ROS2 Dashing on Linux using APT

Getting Started with ROS2: Installing ROS2 Dashing on Linux using APT

Description Installing ROS2 Dashing using APT in a Linux environment Test environment: Ubuntu 18.04 + ROS2 Dashing Installation Steps Set the language environment $ sudo locale-gen en_US en_US.UTF-8 $ sudo update-locale LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 $ export LANG=en_US.UTF-8 Add the key $ sudo apt update && sudo apt install curl gnupg2 lsb-release $ curl http://repo.ros2.org/repos.key | sudo … Read more

Implementation of Fast-LIO2 and Ego-Planer for Local Perception, Obstacle Avoidance, and Navigation on RK3588 with ROS2 Humble

Implementation of Fast-LIO2 and Ego-Planer for Local Perception, Obstacle Avoidance, and Navigation on RK3588 with ROS2 Humble

Following the previous two articles, we continue to work on navigation and obstacle avoidance for ground unmanned vehicles based on the RK3588 processor. Implementation of Fast-LIO Robot SLAM Indoor Positioning Algorithm with RK3588, ROS2 Humble, EasyMQoS, and MID360 Visual Power DIY Machines, WeChat Official Account: Visual Power Robot – Implementation of Fast-LIO Robot SLAM Indoor … Read more

Implementing Fast-LIO Robot SLAM Indoor Positioning Algorithm with RK3588, ROS2 Humble, EasyMQoS, and MID360

Implementing Fast-LIO Robot SLAM Indoor Positioning Algorithm with RK3588, ROS2 Humble, EasyMQoS, and MID360

To ensure stable and high-precision outdoor positioning, I started using a 3D LiDAR, the MID360 LiDAR.This LiDAR transmits point cloud data to the host via Ethernet, powered by an external 12V power supply.The implementation mainly includes the following aspects:1. Building the hardware unmanned vehicle platform2. Compiling the MID360 driver and testing it on RK3588-ROS2-Humble3. Compiling … Read more

Learning ROS2 Through Development Boards: 21 Lectures (C++ Node Example)

Learning ROS2 Through Development Boards: 21 Lectures (C++ Node Example)

In the previous section, we shared how to configure the environment on the board. In this section, we will gradually discuss some key points in ROS2. Reference Materials ROS2 21 Lecture Video: 【GuYueJu】GuYue·Introduction to ROS2 21 Lectures | Introducing a Brand New Robot Operating System_哔哩哔哩_bilibili (https://www.bilibili.com/video/BV16B4y1Q7jQ/?spm_id_from=333.337.search-card.all.click) ROS2 21 Lecture Document: ROS2 Introduction Tutorial (guyuehome.com) (https://book.guyuehome.com/) … Read more

Learning ROS2 Through Development Boards: 21 Lectures (Basic Environment Setup)

Learning ROS2 Through Development Boards: 21 Lectures (Basic Environment Setup)

Introduction ROS2 21 Lectures is a series of introductory videos on ROS2 created by Guyueju, and many friends may have started learning ROS2 through these lectures. During the learning process, you might be running ROS2 examples on a virtual machine or PC, but if you have a development board like RDK X3/Raspberry Pi/Jeston Nano, it … Read more

Overview of In-Vehicle Middleware Solutions

Overview of In-Vehicle Middleware Solutions

Introduction In the era of software-defined vehicles, the role of middleware has become increasingly important. As E/E architecture gradually centralizes, the automotive software system has seen a coexistence of multiple operating systems, leading to a sharp increase in system complexity and development costs. To enhance the manageability, portability, configurability, and quality of software, it is … Read more

Using FPGA to Control Robotic Arm

Using FPGA to Control Robotic Arm

Today, we will explore how to develop a high-performance, precise robotic arm using Python and low-cost FPGA. [Image] Introduction: Due to the parallel characteristics of FPGA, it performs exceptionally well in precise motor control and robotics. This article explores the development of a ROS2-based solution that enables the robot to autonomously write text on a … Read more

Using FPGA to Control a Robotic Arm

Using FPGA to Control a Robotic Arm

Today we will explore how to develop a high-performance, precise robotic arm using Python and low-cost FPGA. Introduction Due to the parallel characteristics of FPGA, it excels in precision motor control and robotics. This article explores the development of a ROS2-based solution that allows the robot to autonomously write on a whiteboard. This project will … Read more

Using FPGA to Control Robotic Arms

Using FPGA to Control Robotic Arms

Today we explore how to develop high-performance, precise robotic arms using Python and low-cost FPGAs. [Image] Introduction Due to the parallel characteristics of FPGAs, they excel in precise motor control and robotics. This article explores the development of a ROS2-based solution that enables robots to autonomously write text on a whiteboard. In this project, we … Read more

Visualizing Point Cloud – Radar Message Synthesis

Visualizing Point Cloud - Radar Message Synthesis

Hello, I am Little Fish who loves fish-flavored dishes in ROS. In the last section, we completed the measurement of distance at a specified angle. This section will synthesize it into a ROS LaserScan message and publish it to the upper computer through Micro-ROS, ultimately achieving visualization in RViz2. Hardware Development Platform For convenience in … Read more