Risposto
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 ...

circa 2 anni fa | 0

| accettato

Risposto
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...

circa 2 anni fa | 0

| accettato

Risposto
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 ...

circa 2 anni fa | 0

| accettato

Risposto
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...

circa 2 anni fa | 0

Risposto
Using Point Cloud from a Lidar Bloc
Hi Gaetan, For your first question, Simulation 3D Lidar block returns two types of information. By default it outputs the point...

circa 2 anni fa | 0

| accettato

Risposto
How to modify mission in QGC while avoiding obstacles in a photorealistic simulation environment
Hi Robert, Currently the guidance logic in this example is set to track the 2nd waypoint user specified in the mission when per...

circa 2 anni fa | 0

Risposto
How to use 6DOF Plant Model while flying obstacle avoidance in a photorealistic simulation environment?
Hi Robert, After you used the "add high fidelity plant" short cut, you can use the following parameters: useQGC = 1 % takes mi...

circa 2 anni fa | 0

Risposto
How to modify dubins statespace for 3d Maps?
Hi, The following example https://www.mathworks.com/help/uav/ug/motion-planning-with-rrt-for-fixed-wing-uav.html might help you...

oltre 2 anni fa | 1

| accettato

Risposto
control the Gimbal orientation
Hi, Ulrich, You can use "Simulation 3D Camera" block to achieve this effect. https://www.mathworks.com/help/uav/ref/simulation3...

oltre 2 anni fa | 0

Risposto
Unable to load .ulg when using Flight Log Analyzer from UAV toolbox
Thank you for bringing this issue to our attention. Our development team is closely reviewing this issue and considering solutio...

oltre 2 anni fa | 2

Risposto
Control UAV in Gazebo With Simulink
Set motor joint velocity will rotate the rotors but that will not generate lift since Gazebo is not simulating aerodynamices. Yo...

quasi 3 anni fa | 1

Risposto
Is there a way to create a Dubins path given a set of waypoints?
The connect method of uavDubinsConnection can accept pairs of start and goal poses. Assume your waypoints are defined as a Nx4 m...

quasi 3 anni fa | 0

Risposto
Mathematical Model used in UAV toolbox
Math behind UAV Guidance Models: multirotor fixedwing

quasi 3 anni fa | 1

| accettato

Risposto
Modify Simulation 3D UAV Vehicle block
Hi Victoria, Thank you for your interest in this feature. This is something our development team is aware of and is considering...

quasi 3 anni fa | 0

Risposto
What is Lookahead Distance?
Hi Shubham, The lookahead distance determines how far ahead the target location would be for the UAV along the path defined by ...

quasi 3 anni fa | 0

| accettato

Risposto
Get an error when changing the baseMission waypoint in "Example:UAV Package Delivery"
Hi Wenhan, Can you clarify how you changed the waypoints in "noQGC/baseMission" block? You should be able to update the waypoin...

quasi 3 anni fa | 1

| accettato

Risposto
Is it possible to simulate State Space model using live inputs coming from Gazebo environment?
Hi, Have you considered using https://www.mathworks.com/help/simulink/slref/statespace.html from Simulink? Thanks, Jianxin

quasi 3 anni fa | 0

| accettato

Risposto
How to change waypoints while running the simulation model when using UAV toolbox(Path Manager)?
Hi Shichen, Mission data is loaded in "uavPackageDelivery/Ground Control Station/Get Flight Mission/noQGC" subsystem when model...

quasi 3 anni fa | 1

| accettato

Risposto
Usage of INS, GPS sensors and trajectories in 3D Unreal Engine Scenario (UAV Toolbox)
Hi Felix, For GPS sensor in Simulink, currently there is no out of box blocks for it. But you can create a MATLAB function bloc...

quasi 3 anni fa | 0

Risposto
UAV Toolbox Guidance Model block has mask callback that modifies model at compile time, which prohibits multi-instance model reference
Hi Zhang, Thanks for bringing up this issue. You can try a few workarounds: You can change the model reference block's simulat...

quasi 3 anni fa | 0

| accettato

Risposto
Feature Request: UAV Animation block, https://www.mathworks.com/help/uav/ref/uavanimation.html
Hi Yingao, Thank you for your interest in this feature. This is something our development team is aware of and is considering. ...

circa 3 anni fa | 0

| accettato

Risposto
Customize Simulation 3D UAV Vehicle
Hi Benjamin, Thank you for your interest in this UAV Vehicle customization feature. This is something our development team is a...

circa 3 anni fa | 0

Risposto
How does the uavWaypointFollower object work?
Hi Shubham, Please check the reference page in https://www.mathworks.com/help/uav/ref/uavwaypointfollower-system-object.html [...

circa 3 anni fa | 0

| accettato

Risposto
How to obtain acceleration and angular velocity control inputs to track a fixed-wing UAV trajectory?
Hi Shubham, You can check the exampleHelperUAVDerivatives.m file in the example you referred to. This file should be in the sam...

circa 3 anni fa | 0

| accettato

Risposto
Custom Flight Log - change datatype
Hi Antoine, Is your data X == 0.0083 seconds or 0.0083 milliseconds? If it is the former, you can use timeAccess = @(x)second...

circa 3 anni fa | 0

Risposto
Flying Multiple UAVs using MATLAB's Unreal Engine Simulation Evironment
You can add and move multiple UAVs in Unreal Engine simulation by inserting multiple Simulation 3D UAV Vehicle blocks.

circa 3 anni fa | 1

| accettato

Risposto
How to get offline installation package of robotics system toolbox uav library?
Hi Zhong, This kind of installation questions can be best handled by Installation Technical Support. https://www.mathworks.com...

circa 3 anni fa | 0

Risposto
simulating a fixed wing UAV using guidance vectors
Hi, You can choose to use the UAV Guidance Model block by setting its type to fixed wing guidance model. The block accepts air ...

oltre 3 anni fa | 0

Risposto
How to play Multiple Fixed-Wings UAV Animations in UAV animation block
Hi Hussain, The UAV Animation block can only visualize one UAV at a time. If you want to visualize multiple UAVs, consider crea...

oltre 3 anni fa | 0

| accettato

Risposto
How to implement Way Points Follower using Multiple Multirotor in Simulink
Hi, Hussain, If you have access to the MATLAB R2020b and UAV Toolbox, you can find example demostrating how to control a multir...

oltre 3 anni fa | 0

| accettato