Long-term stay alarm design of nrf24l01 wireless control button music doorbell based on 51 microcontroller

1. Foreword In the past two years, the requirements and difficulty of graduation projects and graduation defenses have continued to increase. Traditional graduation projects lack innovation and highlights, and often fail to meet the requirements for graduation defenses. In the past two years, junior students and junior students have constantly told Senior Xiaohong to do […]

Use D435i to run ORB-SLAM2 in real time (1)

Article directory 1. Install third-party libraries 1.1 Install dependencies 1.2 Install Pangolin 1.3 Install Eigen3 2. Install ORB-SLAM2 3. Install D435i driver 3.1 Install IntelRealSense SDK2.0 3.2 Installation of realsense-ros 4. ROS runs ORB-SLAM2 in real time 4.1 Camera calibration 4.2 Compile ORB-SLAM2 4.3 Run ORB-SLAM2 in real time ubuntu20.04 1. Install third-party libraries 1.1 […]

Install orb_slam2, vins_mono, orb_slam3 in ubuntu18melodic environment to run the euroc data set and use evo to evaluate

Foreword Recently, I used orb_slam2 modified by Dr. Gao Xiang to generate a dense point cloud, and then used an octree to generate a two-dimensional raster map for navigation. However, the effect of the created map is not very good and the drift is too serious. On the left is the image generated by cartographer, […]

[Embedded project application] __The embedded framework “Zorb Framework” used to build debugging output and establish time systems

Table of Contents 1. What is Zorb? 2. Embedded environment construction 3. Debug output 4. Implement assertions 5. Establish a time system 6. Conclusion (* ̄︶ ̄)Creation is not easy! Looking forward to your likes, collections and comments. 1. What is Zorb? Zorb Framework is a lightweight embedded framework based on object-oriented ideas. The purpose of building […]

2D feature framework – AKAZE and ORB plane tracking OpenCV v4.8.0

Previous tutorial: AKAZE local feature matching Next tutorial: The basic concept of homology explained with code Original author Fedor Morozov Compatibility OpenCV >= 3.0 Introduction In this tutorial, we will compare AKAZE and ORB local features, use them to find matching points between video frames and track object motion. The algorithm is as follows: Detect […]

orb-slam3 compilation manual (Ubuntu20.04)

orb-slam3 Compilation Manual (Ubuntu20.04) 1. Environmental requirements 1.Install git 2. Install g++ 3. Install CMake 4. Install vi editor 2. Source code download 3. Download dependent libraries 1. Eigen installation 2.Pangolin installation 3.opencv installation 4. Install Python & libssl-dev 5. Install boost library 3. Install orb-slam3 4. Data set download and testing Written before: This […]

k8s Flannel network plug-in installation prompt forbidden without permission

1. Problem description When installing the k8s network plug-in, the following message is prompted, various forbidden permissions are not available [root@zzyk8s01 scripts]# kubectl apply -f kube-flannel.yml Error from server (Forbidden): error when retrieving current configuration of: Resource: “policy/v1beta1, Resource=podsecuritypolicies”, GroupVersionKind: “policy/v1beta1, Kind=PodSecurityPolicy” Name: “psp.flannel.unprivileged”, Namespace: “” from server for: “kube-flannel.yml”: podsecuritypolicies.policy “psp.flannel.unprivileged” is forbidden: User […]

In Sarscape version 5.6, external control points are imported, precise orbit files are written, and GACOS is used for atmospheric phase.

PART1: Import external GCP points into SARscape for orbital refinement https://www.cnblogs.com/enviidl/p/16524645.html During SAR processing, GCP point files are sometimes added. The control points used in SAR processing are divided into two categories: geometric control points (Geometry GCP) used to correct geographical location and control points (Refinement GCP) used for orbit refinement. . Orbital refinement control […]

[ROS2 Series] ORBBEC AstraPro camera performs rtabmap 3D mapping in ROS2

Table of Contents background: 1. Driving AstraPro camera 2. Install rtabmap error1: missing package 3. Try 4. Parameter explanation 5. Operation error2: Did not receive data since 5 seconds! 6. Effect? Edit error4: Background: 1. Equipment: pc;jeston agx orin 2. Environment: Ubuntu20.04; ROS2 (Foxy) 3. Master-slave configuration, jeston agx orin is the host 4.jeston agx […]

Dynamic simulation of GPS satellite orbit around the earth based on MATLAB

Table of Contents 1. Preview of algorithm operation renderings 2.Algorithm running software version 3. Some core programs 4. Overview of algorithm theory 5. Algorithm complete program engineering 1. Preview of algorithm operation renderings 2. Algorithm running software version matlab2022a 3. Part of the core program Prn = NavData(PRNS_SEL,1);%Identify PRN in navigation data iode = NavData(PRNS_SEL,11);% […]