Manually drive in CARLA, add stereo camera, lidar Lidar

CARLA usage logic: Create the client first Set to terminate if nothing is returned from the server for 2 seconds client = carla.Client(“127.0.0.1”, 2000) client.set_timeout(2.0) Get world from the client world = client.get_world() Set settings and apply Here we use asynchronous mode with a fixed time step settings = world.get_settings() settings.synchronous_mode = False # Enables […]

Actual combat! NVIDIA CUDA-based Point Cloud Library (PCL) accelerates lidar point cloud

Author | Point Cloud PCL Click the Card below to follow the “Heart of Autonomous Driving” public account ADAS giant volume of dry information is now available Click to enter→Heart of Autonomous Driving [Point Cloud Processing] Technical Exchange Group This article is for academic sharing only. If there is any infringement, please contact us to […]

Gazebo simulates lidar for distance and intensity data collection range+intensity, reflector navigation

Setting a high value for some objects makes it possible to simulate a 2D lidar scanner to output high-intensity data containing the angles at which reflectors exist. Will this work? I want to simulate lidar in gazebo and record rosbag, but the online tutorials basically set and record the range, and cannot collect the reflection […]

Direct lidar odometry: rapid positioning based on dense point clouds

Summary This article proposes a lightweight front-end lidar odometry solution for fast and accurate positioning capabilities on robot platforms with limited computing power. Our direct lidar odometry prioritizes computational efficiency and provides accurate pose estimates in real time using dense, minimally preprocessed point clouds, an approach that can efficiently manage historical map information. Additionally, a […]

10. Calibration method of laser radar to external parameters of vehicle body coordinate system (lidar2car)

Directory 0. Papers and code 1. Calibration principle 2. Fitting plane 3. Calibrate roll/pitch/height 4. Calibrate yaw 4.1 Understand the vehicle heading obtained from the trajectory fitted by B_spline 5. Accuracy 0. Papers and code Reference paper: SensorX2car: Sensors-to-car calibration for autonomous driving in road scenarios Reference code: lidar2car 1. Calibration principle ① When the […]

[ROS series] Drive EAI_X3/YDLIDAR 4ROS radar for navigation on ROS2 foxy version

Table of Contents background: Preparation: Configure master and slave machines 1. Host (Xingtian) 2. Slave machine (PC, ubuntu) 3. Question 1. Download YDLidar-SDK & YDLIDAR ROS2 Driver 1. Open github and compile SDK 2. Compile ydlidar_ros2_driver 2. Remap the USB serial port 3. Create a new workspace 4. Terminal test Error1: Error2: 5. rviz2 visual […]

ROS2 drives Silan G4 radar (ydlidar) – Rviz display

Record the configuration of G4 radar The system environment is: Ubuntu22.04 Configuration steps 1. Install radar SDK 2. Build G4 radar ROS2 project engineering files 3. Use Rviz visual interface display 1. Install radar SDK 1.1 Install CMake YDLidar SDK requires CMake 2.8.2+ as a dependency Ubuntu 18.04 or Ubuntu 22.04 sudo apt install cmake […]

Resolved InvalidArgumentError: Input to reshape is a tensor with 10000 values, but the requested shape re

Blogger Maotouhu () takes you to Go to New World? Blog homepage: Maotouhu’s blog “Complete Column of Interview Questions” Articles with pictures and texts Vivid images Simple and easy to learn! Everyone is welcome to step in~ “IDEA Development Cheats Column” Learn the common operations of IDEA and double your work efficiency~ “Master Golang in […]

Resolved InvalidArgumentError: You must feed a value for placeholder tensor input_1 with dtype float

Blogger Maotouhu () takes you to Go to New World? Blog homepage: Maotouhu’s blog “Complete Column of Interview Questions” Articles with pictures and texts Vivid images Simple and easy to learn! Everyone is welcome to step in~ “IDEA Development Cheats Column” Learn the common operations of IDEA and double your work efficiency~ “Master Golang in […]