com.kuka.nav.object.manager
Class LocalizedObject
java.lang.Object
com.kuka.nav.object.manager.LocalizedObject
public class LocalizedObject
- extends Object
Data structure for detectable objects at a certain location on a certain map.
|
Constructor Summary |
LocalizedObject(com.kuka.nav.geometry.DetectionModel obj,
com.kuka.nav.Pose pose,
int mapId)
Instantiates a new localized object data container. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LocalizedObject
public LocalizedObject(com.kuka.nav.geometry.DetectionModel obj,
com.kuka.nav.Pose pose,
int mapId)
- Instantiates a new localized object data container.
- Parameters:
obj - the DetectionModel of the objectpose - the pose in the mapmapId - the mapId the id of the map the object is on
getDetectionModel
public com.kuka.nav.geometry.DetectionModel getDetectionModel()
- Returns the object.
- Returns:
- the object
getPose
public com.kuka.nav.Pose getPose()
- Returns:
- the pose of the object on map coordinates
getMapId
public int getMapId()
- Returns:
- the mapId
Copyright © 2019. All rights reserved.