Functions
virtual_shadowhand_node.cpp File Reference

Contains the main for the virtual hand. We start the publishers / subscribers in this node. They all share the same VirtualHand object, this way the subscriber can update the hand properties, while the publishers publish up to date data. The diagnostics and the other publisher are started in two different threads, to allow them to be published at different frequencies. More...

#include <ros/ros.h>
#include <boost/thread/thread.hpp>
#include <boost/smart_ptr.hpp>
#include "sr_hand/sr_subscriber.h"
#include "sr_hand/sr_publisher.h"
#include "sr_hand/sr_diagnosticer.h"
#include "sr_hand/hand/virtual_shadowhand.h"
Include dependency graph for virtual_shadowhand_node.cpp:

Go to the source code of this file.

Functions

int main (int argc, char **argv)
 
void run_diagnotics (boost::shared_ptr< SRDiagnosticer > shadowhand_diag)
 
void run_publisher (boost::shared_ptr< SRPublisher > shadowhand_pub)
 

Detailed Description

Contains the main for the virtual hand. We start the publishers / subscribers in this node. They all share the same VirtualHand object, this way the subscriber can update the hand properties, while the publishers publish up to date data. The diagnostics and the other publisher are started in two different threads, to allow them to be published at different frequencies.

Author
Ugo Cupcic ugo@s.nosp@m.hado.nosp@m.wrobo.nosp@m.t.co.nosp@m.m, Contact conta.nosp@m.ct@s.nosp@m.hadow.nosp@m.robo.nosp@m.t.com
Date
Wed Apr 7 15:37:06 2010

Definition in file virtual_shadowhand_node.cpp.

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

The main function initializes the links with the robot, initializes this ROS subscriber and sets the different callbacks. This ROS subscriber will listen for new commands and send them to the robot.

Parameters
argc
argv
Returns
0 on success

Definition at line 82 of file virtual_shadowhand_node.cpp.

◆ run_diagnotics()

void run_diagnotics ( boost::shared_ptr< SRDiagnosticer shadowhand_diag)

Definition at line 54 of file virtual_shadowhand_node.cpp.

◆ run_publisher()

void run_publisher ( boost::shared_ptr< SRPublisher shadowhand_pub)

Definition at line 62 of file virtual_shadowhand_node.cpp.



sr_hand
Author(s): Ugo Cupcic
autogenerated on Mon Feb 28 2022 23:52:24