linux Process / thread / CO process series 2: system commands of process / thread
preface
Recently, when learning autopilot system, I met the concept of co operation. The process and thread have been lost, and there is another collaborative process. I believe many friends have the same idea as the author. After reading a lot of materials, they decided to write a summary to summarize the connections and differences bet ...
Added by freebie on Wed, 02 Feb 2022 19:35:26 +0200
[python+ROS + path planning] II. Understand and process map data
At present, we intend to use python to write an Astar global path algorithm, which is generally divided into three parts: receiving map data, designing path (of course), and publishing path.
1, Build function package
Create a new function package and import the dependency: gmapping map_server amcl move_base roscpp rospy std_msgs Create a n ...
Added by dshevnock on Sun, 30 Jan 2022 11:40:28 +0200
Python summary of driverless project - Term1
Phase I summary
Tip: it mainly involves combing the ideas of each class and summarizing the usage of python
preface
In the process of learning, I encountered many functions and didn't know how to use them. I checked the data and understood it at that time, but later I forgot it. So I recorded what I learned from scratch for reference ...
Added by GSHelpBoy on Fri, 28 Jan 2022 00:45:22 +0200
Introduction to ROS learning_ Topic communication mechanism
1, Principle of topic communication
The implementation model of topic communication is complex, as shown in the figure below. The model involves three roles:
ROS Master (Manager) Talker (publisher) Listener (subscriber) The ROS Master is responsible for keeping the registered information of Talker and Listener, matching Talker and Listener wi ...
Added by adyre on Thu, 27 Jan 2022 09:06:24 +0200
The third part of self driving car using Carla and Python -- reinforcement learning environment
Welcome to use the Python programming tutorial to learn the third parts of Carla automatic driving / self driving car. In this tutorial, we will use our knowledge of the Carla API and try to turn this problem into a reinforcement learning problem.
After OpenAI took the lead in developing the open source of reinforcement learning environment an ...
Added by vcv on Tue, 25 Jan 2022 19:46:51 +0200
Neural network model encounters bottleneck? It's too late for you to meet these Tricks!
In fact, most of the progress in image classification can be attributed to the improvement of training process, such as the increase of data and the change of optimization methods. However, most improvements are not described in detail. Therefore, the authors test and implement these improved methods in this paper, and evaluate the impact of th ...
Added by graziano on Fri, 21 Jan 2022 01:08:32 +0200
rs_D455 camera internal and external parameter calibration + imu joint calibration
IMU calibration
<launch>
<node pkg="imu_utils" type="imu_an" name="imu_an" output="screen">
<!--TOPIC The name is the same as above-->
<param name="imu_topic" type="string" value= "/camera/imu"/>
<!--imu_name indifferent-->
<param name="imu_name" type="string" value= "d435i"/>
<!--Storage path of ca ...
Added by weedo on Wed, 19 Jan 2022 21:24:39 +0200
3D-SLAM self built platform active Ackerman + RS16 + LPMS_IMU LEGO_LOAM mapping
3D-SLAM self built platform active Ackerman + RS16 + LPMS_IMU LEGO_LOAM mapping
Effect display:
Detailed drawing (indoor + outdoor) video link:
3D-SLAM self built platform active Ackerman + RS16 + LPMS_IMU LEGO_LOAM indoor construction drawing
3D-SLAM self built platform active Ackerman + RS16 + LPMS_IMU LEGO_LOAM outdoor construction drawi ...
Added by richardandrewle on Fri, 14 Jan 2022 22:22:13 +0200
Visualizing KITTI datasets using PCL Libraries
Analysis of KITTI data set
The data acquisition platform of KITTI dataset is equipped with two gray cameras, two color cameras, a Velodyne 64 line 3D lidar, four optical lenses and a GPS navigation system.
This session focuses on the lidar data part
Introduction to KITTI dataset
1.KITTI is the largest computer vision algorithm evaluatio ...
Added by lelelow on Thu, 06 Jan 2022 07:31:32 +0200
Calibration of wheel odometer and lidar -- linear least squares direct linear method
Definition of wheel odometer
What is a wheel odometer: A device for measuring robot travel using wheel speed The principle is shown in the figure below, simple and direct That's what it looks like In the field of robotics, photoelectric encoder is usually used to measure the wheel speed. When the wheel rotates, the photoelectric encoder ...
Added by HNX on Wed, 05 Jan 2022 11:45:38 +0200