which toolbox do I need to run openExample('px4/ActuatorControlUAVCANDroneCANExample','supportingFile','px4ActuatorWrite')?
15 views (last 30 days)
Show older comments
I'm following the instructions at https://www.mathworks.com/help/uav/px4/ref/getting-started-actuator-write-uavcan-dronecan.html , which suggests running the example
openExample('px4/ActuatorControlUAVCANDroneCANExample','supportingFile','px4ActuatorWrite')
However, I can't find any information about the px4 toolbox. I have UAV Toolbox Support Package for PX4® installed and I gone through Setup and Configuration of the support package using Hardware Setup screens
Which toolbox do I need to run openExample('px4/ActuatorControlUAVCANDroneCANExample','supportingFile','px4ActuatorWrite')?
1 Comment
Arun Mathamkode
on 26 Dec 2024 at 14:36
Look like there was an outage with openExample for couple of days. Can you please try this out now?
Answers (2)
Walter Roberson
on 10 Dec 2024
That example appears to be new as of R2024b.
4 Comments
Walter Roberson
on 11 Dec 2024
In the Release field of the question, you marked that you are using R2024a.
Steven Lord
on 11 Dec 2024
Kate, please confirm that you're running release R2024b not release R2024a by running this command and pasting its output into a comment.
version
Epsilon
on 10 Dec 2024
Hi Kate,
The 'px4/ActuatorControlUAVCANDroneCANExample' example requires the 'UAV Toolbox Support Package for PX4 Autopilots'
The above support package requires the following:
- Simulink : https://www.mathworks.com/add-ons/SL/
- Embedded Coder : https://www.mathworks.com/add-ons/EC/
- MATLAB Coder : https://www.mathworks.com/add-ons/ME/
- Simulink Coder : https://www.mathworks.com/add-ons/RT/
- UAV Toolbox : https://www.mathworks.com/add-ons/UV/
Hope it helps!
2 Comments
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!