photo

Wenjun Li


Last seen: 2 years ago Active since 2022

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
2 Answers

RANK
105,689
of 300,381

REPUTATION
0

CONTRIBUTIONS
3 Questions
2 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 20,941

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,477

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 2

View badges

Feeds

View by

Question


When I used my customize state space to perform navigation,the following errors occurs:
ss=myCustomUAVStateSpace("MaxRollAngle",pi/6,... "AirSpeed",25,... "FlightPathAngleLimit",[-0.1,0.1],... "Bounds"...

3 years ago | 2 answers | 0

2

answers

Answered
I want to custom my statespace like the example"Motion Planning with RRT for Fixed-Wing UAV",but the following error occurs"Abstract classes cannot be instantiated."
Hi Jianxin, Thank you for your patience! I tried to modify my state space as your suggested, but I still get the same error"Ab...

3 years ago | 0

Question


I want to custom my statespace like the example"Motion Planning with RRT for Fixed-Wing UAV",but the following error occurs"Abstract classes cannot be instantiated."
properties (SetAccess = protected)%设置属性的特性为保护特性 %UniformDistribution - Uniform distribution for sampling Unif...

3 years ago | 2 answers | 0

2

answers

Answered
How example "Perform SLAM Using 3D lidar point clouds"collects 3D lidar data?ud
Hi Ryan, Thank you for your patience!I still have a question,I can't understand why we need 240 successive scans.And I want to ...

3 years ago | 0

Question


How example "Perform SLAM Using 3D lidar point clouds"collects 3D lidar data?ud
When I was learning this routine, I didn't know how to collect the 3D Lidar data. Is it a 1*240 cell array formed by scanning 24...

3 years ago | 2 answers | 0

2

answers