Output viewpoint as images in simulink 3D animation
조회 수: 1 (최근 30일)
이전 댓글 표시
I'm currently simulating a multi-agent swarm algorithm that uses visual feedback for navigation. To acquire the visual input (simulate a camera sensor) in real-time while the simulation is running, I've decided to use simulink 3D animation. However, there seems to be no built-in camera sensors to be used as nodes in the simulink 3D world editor so I've decided to set viewpoints that are attached to each agent and extract that view during the simulation to use as feedback.
I can't seem to find an option to extract viewpoint views as images in the VR source block or in the 3D world editor. Any help will be greatly appreciated, thanks in advance!
댓글 수: 0
채택된 답변
Jan Houska
2021년 3월 16일
Hi Arif,
please use the VR To Video block from the Simulink 3D Animation library. For an example how to use it, please see the vr_octavia_video example. If you need multiple views, you can use multiple VR To Video blocks in a model.
Good Luck, Jan
추가 답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!