Public Member Functions | List of all members
Messages Class Reference

Messages creates custom ROS messages to publish the results of the localization. The messages that can be created are: CylinderArray, Cylinder, and HandleList. More...

#include <messages.h>

Public Member Functions

handle_detector::CylinderMsg createCylinder (const CylindricalShell &shell, std::string frame)
 Create a Cylinder message from a cylindrical shell. More...
 
handle_detector::CylinderArrayMsg createCylinderArray (const std::vector< CylindricalShell > &list, std::string frame)
 Create a CylinderArray message from a list of cylindrical shells. More...
 
handle_detector::HandleListMsg createHandleList (const std::vector< std::vector< CylindricalShell > > &handles, std::string frame)
 Create a HandleList message from a list of cylindrical shells. More...
 

Detailed Description

Messages creates custom ROS messages to publish the results of the localization. The messages that can be created are: CylinderArray, Cylinder, and HandleList.

Author
Andreas ten Pas

Definition at line 50 of file messages.h.

Member Function Documentation

handle_detector::CylinderMsg Messages::createCylinder ( const CylindricalShell shell,
std::string  frame 
)

Create a Cylinder message from a cylindrical shell.

Parameters
shellthe cylindrical shell
framethe frame in which the shell is located

Definition at line 19 of file messages.cpp.

handle_detector::CylinderArrayMsg Messages::createCylinderArray ( const std::vector< CylindricalShell > &  list,
std::string  frame 
)

Create a CylinderArray message from a list of cylindrical shells.

Parameters
listthe list of cylindrical shells
framethe frame in which the shells are located

Definition at line 3 of file messages.cpp.

handle_detector::HandleListMsg Messages::createHandleList ( const std::vector< std::vector< CylindricalShell > > &  handles,
std::string  frame 
)

Create a HandleList message from a list of cylindrical shells.

Parameters
handlesthe list of handles
framethe frame in which the shells are located

Definition at line 55 of file messages.cpp.


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


handle_detector
Author(s):
autogenerated on Mon Jun 10 2019 13:29:00