$search
#include "urdf_parser/urdf_parser.h"
#include <iostream>
#include <fstream>
Go to the source code of this file.
Functions | |
void | addChildJointNames (boost::shared_ptr< const Link > link, ofstream &os) |
void | addChildLinkNames (boost::shared_ptr< const Link > link, ofstream &os) |
int | main (int argc, char **argv) |
void | printTree (boost::shared_ptr< const Link > link, string file) |
void addChildJointNames | ( | boost::shared_ptr< const Link > | link, | |
ofstream & | os | |||
) |
Definition at line 51 of file urdf_to_graphiz.cpp.
void addChildLinkNames | ( | boost::shared_ptr< const Link > | link, | |
ofstream & | os | |||
) |
Definition at line 44 of file urdf_to_graphiz.cpp.
int main | ( | int | argc, | |
char ** | argv | |||
) |
Definition at line 86 of file urdf_to_graphiz.cpp.
void printTree | ( | boost::shared_ptr< const Link > | link, | |
string | file | |||
) |
Definition at line 68 of file urdf_to_graphiz.cpp.