simulink 3d: problem with sensors:(like example Lidar from Mathworks)
1 回表示 (過去 30 日間)
古いコメントを表示
Good morning,
I have some issues with simulink 3d. In particular I was focusing in recreating an environnement similar to the one present int he example with the Lidar sensors.
Unfortunately I am having some issues and the comportement seems to vary in different environnement without any explication: sometimes the sensors don't see the walls and give always a value of -1 when in the environnement I see that the sensor should have detected a wall.
Have you received other questions about the topic? Is it a bug of the 3d environnement?
Thanks,
Davide
0 件のコメント
回答 (1 件)
Muhammet Dabak
2020 年 11 月 19 日
That example which Matlab gave to us is obtained with LinePickSensor.
If you create the scene and open the vrfigure of that scene.
That sensor's isActive flag is 1 when collision occurs, else it is 0.
The problem is that if the walls are not created from simple geometries, those obstacles are seen as boundingboxes for that sensor.
I did not understand where -1 comes from to you.
0 件のコメント
参考
カテゴリ
Robotics and Autonomous Systems
Simulink 3D Animation
Classic Virtual Reality World
Interact with Virtual Reality Worlds
Help Center および File Exchange で Interact with Virtual Reality Worlds についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!