
Jianxin Sun
Statistics
0 Questions
56 Answers
RANK
518
of 284.614
REPUTATION
138
CONTRIBUTIONS
0 Questions
56 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
11
RANK
of 19.219
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 137.379
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
Content Feed
How to add building from OSM file into UAV scenario designer
Hi, can you check what is the reference location of your scenario? It should be set to within the latitude longitude ranges show...
23 dagen ago | 0
Spiral motion simulation in Simulink
Hi Josh, To generate a circular motion, you can try the following: In the initial state of 6 DOF block, set it so that it has ...
ongeveer een maand ago | 0
How to change UAV model to one selfmade
Hi, For Unreal Based Simulation, you can follow the custom actor workflow detailed in https://www.mathworks.com/help/uav/ug/pre...
ongeveer 2 maanden ago | 0
Is there a way to simulate multiple uav in same unreal engine environment with different mission plan?
Hi Abhishek, you can use multiple Simulation 3D UAV blocks to add multiple UAVs into Unreal environment. You can use multiple UA...
3 maanden ago | 0
code for UAV communication simulation
Hi, You can start with MAVLink protocol https://www.mathworks.com/help/uav/mavlink-support.html. It is a protocol used by PX4 a...
7 maanden ago | 0
Cannot add 'custom' model with addMesh() as the only two options are 'polygon' and 'cylinder'
Starting from R2021a, user can use stlread to import stl files into MATLAB and use addMesh custom option to add the model into u...
8 maanden ago | 0
| accepted
How to perform Obstacle Avoidance simulation with multiple waypoints using UAV Package Delivery and QGroundControl?
A similar question is answered in https://www.mathworks.com/matlabcentral/answers/1905201-uavpathmanagerbus-issue-in-the-3d-obst...
9 maanden ago | 0
LiDAR integration in UAV simulation in Simscape Multibody
Hi Hoang, There is no direct way to transfer models from Simscape into Unreal editor. But if you already have CAD models, you c...
9 maanden ago | 0
| accepted
UAVPathManagerBus issue in the 3D Obstacle Avoidance UAV Package delivery
Hi Tudor, I gave it a try to combine uavPackageDelivery/Multirotor (MultirotorModel)/Guidance Logic/Full Guidance Logic and th...
10 maanden ago | 0
| accepted
Comparison between different graphical simulation methods in Simulink
Hi Hoang, The following documentation should help you get started with customizing the Unreal scene and UAV: Scene customizati...
10 maanden ago | 0
| accepted
Scenario for UE4 UAV toolbox
There are two options: https://www.mathworks.com/help/uav/ug/customize-3d-scenes-for-automated-driving.html shows how to connec...
10 maanden ago | 1
| accepted
UAV Package Delivery Obstacle Avoidance issue
Hi Tudor, Here are a couple examples that might help you: https://www.mathworks.com/help/uav/ug/uav-obstacle-avoidance-in-simu...
10 maanden ago | 0
| accepted
How can I receive a Mavlink message through a UDP connection and read it separately and perform convert on it?
You'll need to create a function to process the payload: subscriber = mavlinksub(receiver,'GIMBAL_DEVICE_ATTITUDE_STATUS',... ...
11 maanden ago | 0
How can I detect in UAV scenario not only static meshes?
Hi Julian, The UAV Scenario Lidar works on platform as well. It might be the mounting location and mounting angle configuration...
ongeveer een jaar ago | 1
| accepted
How to change the parameters in the Quadrotor Plant for a different UAV mass?
Hi, Instead of changing the PD gains on the block, you should increase the commanded thrust to drive a heavier UAV. For example...
ongeveer een jaar ago | 0
| accepted
Why do i get this error STD exception 'class std::runtime_error': 'Failed to load bundle #876: C:\Program Files\MATLAB\R2022b\bin\win64\libmwgstreamerbuiltins.dll' was caught.
Hi Rahul, For the libmwgstreamerbuiltins.dll error, you can reach out to MATLAB tech support for further help (https://www.math...
ongeveer een jaar ago | 0
Send MAVLink command with MATLAB
Hi Paolo, First the mavlink message needs to be refined: For arm UAV: cmd = dialect.createcmd("LONG", "MAV_CMD_CO...
ongeveer een jaar ago | 0
| accepted
Develop PX4 custom controller without QGroundControl
Hi Paolo, There are two HITL examples related to your application: https://www.mathworks.com/help/supportpkg/px4/ref/hitl-simu...
ongeveer een jaar ago | 0
How can I simulate a swarm of drones based on sensor input other that lidar
Hi William, Can the uavPlatform object be used to simulate a variable number of drones? A: You can put any number of drone...
ongeveer een jaar ago | 0
| accepted
UAV Toolbox Support Package for PX4 Autopilots : Simulink FlightController Build Failed
Hi, I assume you are trying out the following example: https://www.mathworks.com/help/supportpkg/px4/ref/simulator-plant-model...
meer dan een jaar ago | 0
| accepted
visual navigation of a satellite during landing on the moon , creation of the lunar scenario and visualization via unreal engine
Hi Simone, You can create and use Unreal scene for Simulink following steps in https://www.mathworks.com/help/uav/ug/customize-...
meer dan een jaar ago | 1
| accepted
How do I 'connect' to a COM port when using mavlinkio 'connect' , only UDP port is documented
Hi Philip, Serial port connection is not supported out of box. You could use serialport object to exchange binary data and use ...
meer dan een jaar ago | 0
i am planning a rrt path using fixed wing uav state space, i want a smooth path can anyone tell what values of parameters to tweek?
The kinematic model used by Dubins path determines the turn radius using following equation based on coordinated flight conditio...
meer dan een jaar ago | 0
I am getting a 3d path using rrt in Se3 statespace ,i ant to smoothen this path how can i do this?
https://www.mathworks.com/help/uav/ug/motion-planning-with-rrt-for-fixed-wing-uav.html may help you.
meer dan een jaar ago | 0
uav package delivery example: question about stateflow chart "Guidance mode selector"
Hi Sander, The Pose(3) is the z value of the UAV pose in NED frame, meaning that Pose(3) is -altitude. The condition Pose(3) >=...
meer dan een jaar ago | 0
Is it possible to add occupaied property to mesh in an uavScenario object?
Hi Massimo, The uavScenario currently doesn't support conversion to binary occupancy map. Thus the IsBinaryOccupied input is no...
meer dan een jaar ago | 0
When I used my customize state space to perform navigation,the following errors occurs:
Based on your error message, it seems that at line 109 of your code myCustomUAVStateSpace, you assigned a scalar instead of the ...
meer dan een jaar ago | 0
| accepted
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 Wenjun, The error you received is about missing implmenetation in your state space class. In this example, the UAV state s...
bijna 2 jaar ago | 0
| accepted
How can replace default controller parts of PX4 with custom algorithms controller?
Hi SeungWoo, You can use the support package to replace the PX4 controller only. Please refer to the "integration with general ...
bijna 2 jaar ago | 0
| accepted
HITL example of 'UAV Toolbox Support Package for PX4 Autopilots' is disabled
Hi SeungWoo, Have you ran the openExample('px4/FollowSetOfWaypointsQGCHITLSimulationExample') first in the command line? It w...
bijna 2 jaar ago | 0