Matlab Radar Simulation in Gazebo

10 Ansichten (letzte 30 Tage)
Ryan Mitchell
Ryan Mitchell am 11 Feb. 2019
Kommentiert: Tohru Kikawada am 27 Mär. 2020
Hey everyone,
I am trying to simulate radar in gazebo using ROS and Matlab for a school assignment. I know how to connect to the Gazebo envirnment with ROS, but I am unsure how to utilize the given code (https://www.mathworks.com/help/phased/examples/radar-signal-simulation-and-processing-for-automated-driving.html#d120e10430) in gazebo by using publishers and subscribers. Could someone help explain the process of using the above code to accuratly get radar data in gazebo and then process it in Matlab?
Thanks.

Antworten (1)

Tohru Kikawada
Tohru Kikawada am 5 Mai 2019
Bearbeitet: Tohru Kikawada am 5 Mai 2019
If you want to integrate a radar model on Gazebo side, you'll need to write your own SDF file for Gazebo: http://gazebosim.org/tutorials?tut=ros_gzplugins
  2 Kommentare
Maksim
Maksim am 28 Mai 2019
Have you tried using this plugin yourself? He's not working.
Tohru Kikawada
Tohru Kikawada am 27 Mär. 2020
Unfortunately, I haven't tried the plugin. Regarding to utilize the example code, you can replace the following tgtPos with the poses /gazebo/model_states acquired from Gazebo through ROS.
tgtPoses = targetPoses(egoCar);
tgtPos = reshape([tgtPoses.Position],3,[]);

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Network Connection and Exploration finden Sie in Help Center und File Exchange

Produkte


Version

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by