Acquire real-time data from ROS

조회 수: 2 (최근 30일)
Alessandro Bartolini
Alessandro Bartolini 2018년 3월 9일
답변: Tohru Kikawada 2019년 5월 2일
Hi,
I've designed a robot with a Operating System managed by ROS, with these functions
device= rosdevice(DEVICEADDRESS, USERNAME, PASSWORD)
openShell(device)
I can look through the shell a real-time datas from DAC inside robot (like in figures)...
Is it possible to acquire these real time data directly in the Matlab Workspace for real-time processing?

답변 (1개)

Tohru Kikawada
Tohru Kikawada 2019년 5월 2일
If you mean acquiring the streaming data through ROS, that's possible using a rossbuscriber in Robotics System Toolbox. Otherwise, you mean through SSH, that may be possible but need try third party tools since rosdevice does not offer direct streaming methods.

카테고리

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