Viam C++ SDK current
Loading...
Searching...
No Matches
Public Types | Public Member Functions | List of all members
viam::sdk::impl::PoseTrackerClient Class Reference

gRPC client implementation of a PoseTracker component. More...

#include <pose_tracker_client.hpp>

+ Inheritance diagram for viam::sdk::impl::PoseTrackerClient:

Public Types

using interface_type = PoseTracker
 
- Public Types inherited from viam::sdk::PoseTracker
using pose_map = std::unordered_map<std::string, pose_in_frame>
 

Public Member Functions

 PoseTrackerClient (std::string name, std::shared_ptr< grpc::Channel > channel)
 
PoseTracker::pose_map get_poses (const std::vector< std::string > &body_names, const AttributeMap &extra) override
 Get the poses of each body tracked by the pose tracker.
 
AttributeMap do_command (const AttributeMap &command) override
 Send/receive arbitrary commands to the resource.
 
std::vector< GeometryConfigget_geometries (const AttributeMap &extra) override
 Returns GeometryConfigs associated with the calling pose tracker.
 
std::vector< GeometryConfigget_geometries ()
 Returns GeometryConfigs associated with the calling pose tracker.
 
virtual std::vector< GeometryConfigget_geometries (const AttributeMap &extra)=0
 Returns GeometryConfigs associated with the calling pose tracker.
 
pose_map get_poses (const std::vector< std::string > &body_names)
 Get the poses of each body tracked by the pose tracker.
 
virtual pose_map get_poses (const std::vector< std::string > &body_names, const AttributeMap &extra)=0
 Get the poses of each body tracked by the pose tracker.
 
- Public Member Functions inherited from viam::sdk::PoseTracker
API api () const override
 Returns the API associated with a particular resource.
 
pose_map get_poses (const std::vector< std::string > &body_names)
 Get the poses of each body tracked by the pose tracker.
 
std::vector< GeometryConfigget_geometries ()
 Returns GeometryConfigs associated with the calling pose tracker.
 
- Public Member Functions inherited from viam::sdk::Component
viam::common::v1::ResourceName get_resource_name (std::string name) const override
 Returns a ResourceName for a particular resource name.
 
- Public Member Functions inherited from viam::sdk::Resource
 Resource (std::string name)
 
virtual std::string name () const
 Return the resource's name.
 

Additional Inherited Members

- Protected Member Functions inherited from viam::sdk::PoseTracker
 Component ()
 
 Component (std::string name)
 
- Protected Member Functions inherited from viam::sdk::Component
 Component (std::string name)
 

Detailed Description

gRPC client implementation of a PoseTracker component.

Member Function Documentation

◆ do_command()

AttributeMap viam::sdk::impl::PoseTrackerClient::do_command ( const AttributeMap & command)
overridevirtual

Send/receive arbitrary commands to the resource.

Parameters
Commandthe command to execute.
Returns
The result of the executed command.

Implements viam::sdk::PoseTracker.

◆ get_geometries() [1/2]

std::vector< GeometryConfig > viam::sdk::impl::PoseTrackerClient::get_geometries ( const AttributeMap & extra)
overridevirtual

Returns GeometryConfigs associated with the calling pose tracker.

Parameters
extraAny additional arguments to the method

Implements viam::sdk::PoseTracker.

◆ get_geometries() [2/2]

virtual std::vector< GeometryConfig > viam::sdk::PoseTracker::get_geometries ( const AttributeMap & extra)
virtual

Returns GeometryConfigs associated with the calling pose tracker.

Parameters
extraAny additional arguments to the method

Implements viam::sdk::PoseTracker.

◆ get_poses() [1/3]

pose_map viam::sdk::PoseTracker::get_poses ( const std::vector< std::string > & body_names)
inline

Get the poses of each body tracked by the pose tracker.

Parameters
tracker_nameThe name of the pose tracker.
body_namesNames of bodies whose poses are being requested. If the vector is empty then all available poses are returned.
Returns
A mapping of each body to its pose.

◆ get_poses() [2/3]

PoseTracker::pose_map viam::sdk::impl::PoseTrackerClient::get_poses ( const std::vector< std::string > & body_names,
const AttributeMap & extra )
overridevirtual

Get the poses of each body tracked by the pose tracker.

Parameters
tracker_nameThe name of the pose tracker.
body_namesNames of bodies whose poses are being requested. If the vector is empty then all available poses are returned.
extraAny additional arguments to the method.
Returns
A mapping of each body to its pose.

Implements viam::sdk::PoseTracker.

◆ get_poses() [3/3]

virtual pose_map viam::sdk::PoseTracker::get_poses ( const std::vector< std::string > & body_names,
const AttributeMap & extra )
virtual

Get the poses of each body tracked by the pose tracker.

Parameters
tracker_nameThe name of the pose tracker.
body_namesNames of bodies whose poses are being requested. If the vector is empty then all available poses are returned.
extraAny additional arguments to the method.
Returns
A mapping of each body to its pose.

Implements viam::sdk::PoseTracker.


The documentation for this class was generated from the following file: