TinyURDF 1.0.0
|
Command-line tool for parsing and displaying URDF models. This tool uses the TinyURDF library to parse a given URDF file and optionally log its string representation if the --log
flag is set. in case of failure, a summery error message is printed, no logging file is generated! @usage: urdf_parse –file path/to/model.urdf [–log].
More...
Functions | |
int | main (int argc, char *argv[]) |
Command-line tool for parsing and displaying URDF models. This tool uses the TinyURDF library to parse a given URDF file and optionally log its string representation if the --log
flag is set. in case of failure, a summery error message is printed, no logging file is generated! @usage: urdf_parse –file path/to/model.urdf [–log].
int main | ( | int | argc, |
char * | argv[] | ||
) |