Interface class that allows for communication with a given Lidar System (implementation).
More...
#include <LidarSystemBus.h>
Interface class that allows for communication with a given Lidar System (implementation).
◆ CreateLidar()
virtual LidarId ROS2::LidarSystemRequests::CreateLidar |
( |
AZ::EntityId |
lidarEntityId | ) |
|
|
pure virtual |
Creates a new Lidar.
- Parameters
-
- Returns
- A unique Id of the newly created Lidar.
◆ DestroyLidar()
virtual void ROS2::LidarSystemRequests::DestroyLidar |
( |
LidarId |
lidarId | ) |
|
|
pure virtual |
Destroys a no longer used Lidar.
- Parameters
-
lidarId | Id of the lidar to be destroyed. |
The documentation for this class was generated from the following file:
- Gems/ROS2/Code/Include/ROS2/Lidar/LidarSystemBus.h