|
ROS Serial C client library
|
Structure to hold information for starting a ROS Node in OS way. More...
#include <ros_types.h>
Data Fields | |
| void(* | node_func )(void *args) |
| const char * | name |
| uint16_t | stack_size |
| uint8_t | priority |
| void * | args |
Structure to hold information for starting a ROS Node in OS way.
Used to start ROS Nodes in a nice automated way. ;-)