#include <memory>
#include <ros/ros.h>
#include <string>
#include "ros/serialization.h"
#include "ttl_driver/ttl_interface_core.hpp"
Go to the source code of this file.
Functions | |
void | addJointToTtlInterface (const std::shared_ptr< ttl_driver::TtlInterfaceCore > &ttl_interface) |
int | main (int argc, char **argv) |
void addJointToTtlInterface | ( | const std::shared_ptr< ttl_driver::TtlInterfaceCore > & | ttl_interface | ) |
Definition at line 36 of file ttl_driver_node.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 223 of file ttl_driver_node.cpp.