#include <iostream>
#include <map>
#include <memory>
#include <string>
#include <ros/init.h>
#include <xpp_hyq/inverse_kinematics_hyq4.h>
#include <xpp_msgs/topic_names.h>
#include <xpp_states/joints.h>
#include <xpp_states/endeffector_mappings.h>
#include <xpp_vis/cartesian_joint_converter.h>
#include <xpp_vis/urdf_visualizer.h>
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 48 of file urdf_visualizer_hyq4.cc.