Speedgoat machine and ROS

조회 수: 9 (최근 30일)
Jihyuk Park
Jihyuk Park 2021년 1월 23일
답변: Cam Salzberger 2021년 1월 25일
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.

채택된 답변

Cam Salzberger
Cam Salzberger 2021년 1월 25일
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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Network Connection and Exploration에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by