Speedgoat machine and ROS

19 views (last 30 days)
Jihyuk Park
Jihyuk Park on 23 Jan 2021
Answered: Cam Salzberger on 25 Jan 2021
Hello. I am wondering that the realtime control system with speedgoat machine can communicate with the ros hardware like nvidia jetson board.
I could not find out that the case that the speedgoat machine has been used with ros system.
Please let me know.
Thank you.

Accepted Answer

Cam Salzberger
Cam Salzberger on 25 Jan 2021
Hello Jihyik,
For the standard question of "Can I deploy a Simulink ROS node to _____ hardware?" the answer is usually the same as for "Does _____ hardware support a standard ROS installation?" Most of the time, this means that the hardware's operating system needs to be some flavor of Linux (or Windows/Mac, but most of these questions pertain to Linux) that supports a normal ROS version (and not a version of ROS specially adapted for this hardware). The ROS installation is required prior to deploying the node anyway.
I haven't personally worked with Speedgoat, but from a brief glance, my guess is that it does not support a standard ROS installation. There may be some specialized adaptation of ROS just for Speedgoat hardware. If so, I do not think it would be compatible with deployment of a ROS node from Simulink, though it would presumably work if you manually created the ROS code.
Even if it were to support it, and ROS Toolbox could deploy to it, ROS communication is not guaranteed to be real-time (so you lose much of the benefit of using Speedgoat). ROS 2 has advanced in that capacity by enabling some level of support for DDS back-ends that support real-time communication, but that is not currently usable with MATLAB (as of R2020b).
-Cam

More Answers (0)

Categories

Find more on Network Connection and Exploration in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!