main.h file file for this module. Contains includes. More...
#include <HD/hd.h>#include <HDU/hduVector.h>#include <HDU/hduMatrix.h>#include <HDU/hduError.h>#include <HL/hl.h>

Go to the source code of this file.
Functions | |
| void | ROS_CalculatePHANToMPenFrame (tf::TransformBroadcaster *br, tf::TransformListener *listener, void *pUserData) |
| Function to output ROS messages with PHANToM frames and calculate the pen tip position. More... | |
| void | ROS_UpdateMarkers (std::vector< visualization_msgs::Marker > &marker_vector, void *pUserData) |
| Function to output ROS marker vector with the demonstration's constructions. More... | |
main.h file file for this module. Contains includes.
Definition in file main.h.
| void ROS_CalculatePHANToMPenFrame | ( | tf::TransformBroadcaster * | br, |
| tf::TransformListener * | listener, | ||
| void * | pUserData | ||
| ) |
| void ROS_UpdateMarkers | ( | std::vector< visualization_msgs::Marker > & | marker_vector, |
| void * | pUserData | ||
| ) |
Function to output ROS marker vector with the demonstration's constructions.
| [in] | pUserData | pointer to shared structure |
| [out] | marker_vector | marker array to hold the markers. |