sumo's simulation of intersection turning
In traffic simulation, intersection is the basic unit that we often need to meet. When simulating the traffic flow through the intersection, if you use the previous method, you need to define three traffic flows and move in three different directions. However, in sumo, the simulation of traffic turning at an intersection is realized by jtrouter ...
Posted by iii on Tue, 21 Dec 2021 17:47:57 +0100
Time series anomaly detection - actual combat based on KDD99 data set
I introduce
Anomaly detection (Anomaly detection) is one of the most mature applications of time series data analysis. It is defined as the process of identifying abnormal events or behaviors from normal time series. Effective anomaly detection is widely used in many real-world areas, such as quantitative transactions, network security testing ...
Posted by lprocks on Tue, 21 Dec 2021 12:30:39 +0100
[advanced] ant colony algorithm (ACO), a common algorithm for VRP implementation in Python
Reference notes https://github.com/PariseC/Algorithms_for_solving_VRP
1. Applicable scenarios
Solving MDCVRP problemSingle vehicle typeThe vehicle capacity shall not be less than the maximum demand of the demand nodeMulti vehicle baseThe total number of vehicles in each depot meets the actual demand
1. Applicable scenarios
Solving MDCVRP pr ...
Posted by franko75 on Sat, 18 Dec 2021 14:33:51 +0100
22th ROS communication mechanism practice 01 - topic (C++/Python)
1, Introduction
This section mainly uses the case of turnlesim built in ROS, combined with the information of nodes, topics, topic messages, services, service messages and parameters that have been introduced by ROS commands, and finally realizes the control of tortoise movement, subscription of tortoise posture, tortoise generation and modifi ...
Posted by bfranco on Sat, 18 Dec 2021 10:10:24 +0100
Smart car competition technical report - energy saving beacon team - South China University of technology - Huagong Yuhua team
Introduction: Taking the 16th "NXP Cup" national college student smart car competition as the background, this paper introduces the smart car technical achievements of Chinese workers Yuhua team in the energy-saving beacon group of the competition. This paper will start from the mechanical structure design of intelligent vehicle, ...
Posted by j.smith1981 on Thu, 16 Dec 2021 23:43:48 +0100
[3D path planning] particle swarm optimization algorithm UAV 3D path planning [matlab phase 1260]
1, Introduction to UAV
0 Introduction With the development of modern technology, there are more and more types of aircraft, and their applications are becoming more and more specific and perfect, such as Dajiang PS-X625 UAV specially used for plant protection, Baoji Xingyi aviation technology X8 UAV used for street view shooting and monitoring ...
Posted by mdell on Thu, 16 Dec 2021 14:54:48 +0100
Smart car competition technical report | smart car vision - Shanghai University - cat ear Mahua
Introduction: The intelligent vehicle system designed in this paper takes NXP RT1064 microcontroller as the core control unit, and detects the track information through the camera in front of the vehicle body; The real-time speed of the model vehicle is detected by the gear encoder, the speed of the left and right motors is adjusted by the ...
Posted by Hi I Am Timbo on Tue, 14 Dec 2021 21:54:30 +0100
Problems in building two-dimensional navigation map using Octomap
Problems with Octomap
recently, I was running LEGO loam with VLP-16, and found that the three-dimensional map can not be used in navigation, so I still need to use the two-dimensional grid map. Therefore, you need to use octomap to convert a 3D map to a 2D map. At the beginning of use, there were many problems. It took a day to finally ...
Posted by louis567 on Tue, 14 Dec 2021 12:09:34 +0100
Ubuntu18.04 actual autoware1 14.0(ROS Melodic,QT5.9.5,BagRunning)
Random talk about Autonomous vehicle_ 06
I ReadMe
Bloggers used autoware1 Version 12.0, but the installation process of this version is slightly cumbersome, and there will be a problem of flower screen, which will be a headache for novices. Therefore, you can directly skip the old version (although 1.14.0 is also old...) and install a versi ...
Posted by yodasan000 on Mon, 13 Dec 2021 07:07:56 +0100
ROS-3DSLAMlvi-sam Source Code Read 10
2021SC@SDUSC
(12) lvi-sam source code read 10 - visual_loop Reading 3 + ORB learning
visual_loop
DUtils Folder
DException
Define exception information
Timestamp
//Member variables
/// Seconds
unsigned long m_secs; // seconds
/// Microseconds
unsigned long m_usecs; // microseconds
//Main methods
setTime //Set time stamp
...
Posted by Reviresco on Sat, 04 Dec 2021 19:01:09 +0100