PolulateTrajectoryProtobuf: write data into ADCTrajectory
Untitled
any_cast doc: https://en.cppreference.com/w/cpp/utility/any/any_cast
This blog explains the std::any_cast
behavior. The std::any_cast
is a template function that casts std::any
to a reference to the type T
stored in the std::any
. The std::any_cast
function is used to retrieve the value stored in the std::any
object. The std::any_cast
function is a non-throwing function. If the std::any
object does not contain a value of type T
, the function returns a null pointer.
Some examples are shown below:
1 | #include <iostream> |
1 | #include <iostream> |
1 | #include <iostream> |
Lead Lag Control
Introduction
This is still a draft.
This blog explains the lead lag control. The lead lag control is a control system that combines the lead and lag control. The lead lag control is used to compensate for the time delay in the control system. The lead lag control is also used to compensate for the time delay in the control system. The lead lag control is also used to compensate for the time delay in the control system. The lead lag control is also used to compensate for the time delay in the control system.
The main reference is Lead-Lag Control.
Before we start, we assume that the reader has basic knowledge of control system. If you are not familiar with the control system, please read Control System first. Also, model predictive control is a crucial part of the control system. If you are not familiar with the model predictive control, please read Model Predictive Control first.
Now, let’s start.
Lead Lag Control
The lead lag control is a control system that combines the lead and lag control. The lead lag control is used to compensate for the time delay in the control system. The lead lag control is also used to compensate for the time delay in the control system. The lead lag control is also used to compensate for the time delay in the control system. The lead lag control is also used to compensate for the time delay in the control system.
Model Reference Adaptive Control
Introduction
This is still a draft.
https://www.mathworks.com/help/slcontrol/ug/model-reference-adaptive-control.html?searchHighlight=real&s_tid=doc_srchtitle
Coordinate Transformation
Introduction
This is still a draft.
This blog post is about coordinate transformation. I will use the Coordinate Transformation as a reference.
There are multiple types of coordinate transformation. The most common ones are the rotation, translation, and scaling. The rotation is used to rotate the coordinate system. The translation is used to translate the coordinate system. The scaling is used to scale the coordinate system.
The first one is world coordinate system. The world coordinate system is the coordinate system that is used to describe the world. The second one is the camera coordinate system. The camera coordinate system is the coordinate system that is used to describe the camera. The third one is the image coordinate system. The image coordinate system is the coordinate system that is used to describe the image.
The road coordinate system is the coordinate system that is used to describe the road. The road coordinate system is the coordinate system that is used to describe the road. The road coordinate system is the coordinate system that is used to describe the road. The road coordinate system is the coordinate system that is used to describe the road.
Frenet system commonly used in autonomous driving systems. The planning module uses the Frenet system to describe the road. The planning module uses the Frenet system to describe the road. The planning module uses the Frenet system to describe the road. The planning module uses the Frenet system to describe the road.
Transform world to camera coordinate system is done by the following equation: $$\begin{bmatrix} x_{camera} \ y_{camera} \ z_{camera} \end{bmatrix} = \begin{bmatrix} R_{camera_world} & T_{camera_world} \end{bmatrix} \begin{bmatrix} x_{world} \ y_{world} \ z_{world} \ 1 \end{bmatrix}$$
Transform world to frenet coordinate system is done by the following equation: $$\begin{bmatrix} s \ d \ \dot{s} \ \dot{d} \end{bmatrix} = \begin{bmatrix} R_{frenet_world} & T_{frenet_world} \end{bmatrix} \begin{bmatrix} x_{world} \ y_{world} \ z_{world} \ 1 \end{bmatrix}$$
Transform camera to frenet coordinate system is done by the following equation: $$\begin{bmatrix} s \ d \ \dot{s} \ \dot{d} \end{bmatrix} = \begin{bmatrix} R_{frenet_camera} & T_{frenet_camera} \end{bmatrix} \begin{bmatrix} x_{camera} \ y_{camera} \ z_{camera} \ 1 \end{bmatrix}$$
Transform frenet to world coordinate system is done by the following equation: $$\begin{bmatrix} x_{world} \ y_{world} \ z_{world} \end{bmatrix} = \begin{bmatrix} R_{world_frenet} & T_{world_frenet} \end{bmatrix} \begin{bmatrix} s \ d \ \dot{s} \ \dot{d} \end{bmatrix}$$
A reference line is a line that is used to describe the road. It is commonly described by baze points.
What is bazel curve? Spline wiki page is (https://en.wikipedia.org/wiki/Spline_(mathematics)). Spline is a curve that is used to interpolate the data points. The spline is a curve that is used to interpolate the data points. The spline is a curve that is used to interpolate the data points. The spline is a curve that is used to interpolate the data points.
Following code snippet generates a vehicle dynamics based on PhysX API:
Bazel Usage
Introduction
This is still a draft. This blog post is about how to use Bazel to build a C++ project. I will use the Bazel tutorial as a reference.
Publish Your WordPress Post in Automation with GitHub Actions
Introduction
Python script:
- markdown with mathjax
- convert markdown to html
- Post to WordPress via restful API
Trigger the above script through GitHub action.
- setup application password
- Optional: only trigger action for specific commit messages
Difference Between Gradient Descent and Stochastic Gradient Descent
Introduction
This post mainly discusses the difference between gradient descent (a.k.a. vanilla gradient descent or batch gradient descent) and stochastic gradient descent (a.k.a. online gradient descent). We firstly show and compare the 2 alogorithms’ implementations, which is quite simple. After that, we will analyse these 2 algorithms from the convergence rate perspective. At the end, the summaries are given.
Support Vector Machine
Maximum(Hard) Margin Classifier
Let us start from the simplest situation: 2-class classification problem using linear models with the form:
$$ \mathcal{y}(\mathbf{x}) = \mathbf{w}^\top \mathbf{x} + b \label{eq:1}\tag{1}$$
The training set data comprises $N$ input vectors $\mathbf{x_1}$, …, $\mathbf{x_N}$, with corresponding labels $\mathcal{t}_1$, …, $\mathcal{t}_N$, where $\mathcal{t_n} \in \{-1, 1\}$.