Graphic intersection: how to trigger a colour change
显示 更早的评论
Dear all,
I am plotting real time trajectories on a map full of obstacles.
The obstacles are polygons and my domain is 2D.
I would like to color in red trajectories of bodies that cross an obstacle,
to show that this is unphysical. Of course, that part of the trajectory has to change colour.
Any suggestions?
Trajectories are plotted in real time according to a running simulation.
I believe that checking at every iteration whether all the trajectories coincide with the contour of the
obstacles would kill the performance.
回答(1 个)
Amrtanshu Raj
2021-9-13
0 个投票
Hi,
First you can use a occupancyMap for storing the obstacle and the map.
Then there can be multiple ways to check if a trajectory is valid on not based on your use case.
- You can use the isStateValid or the checkPathValidity function to check if the trajectory is valid.
- You can also use the checkOccupancy function to check if all the points on the trajectory are obstacle free. To interpolate between the trajectory waypoints, the raycast function can be used.
Hope this helps
类别
在 帮助中心 和 File Exchange 中查找有关 Surfaces and Volumes 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!