Open 3D Engine ROS2 Gem API Reference
23.05.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
|
Interface class that allows for communication with a given Lidar System (implementation). More...
#include <LidarSystemBus.h>
Public Member Functions | |
AZ_RTTI (LidarSystemRequests,"{007871d1-2783-4382-977b-558f436c54a5}") | |
virtual LidarId | CreateLidar (AZ::EntityId lidarEntityId)=0 |
Interface class that allows for communication with a given Lidar System (implementation).
|
pure virtual |
Creates a new Lidar.
lidarEntityId | EntityId holding the ROS2LidarSensorComponent. |