40 int main(
int argc,
char *argv[])
42 ::ros::init(argc, argv,
"monoped_urdf_visualizer");
44 const std::string joint_desired_mono =
"xpp/joint_mono_des";
46 auto ik = std::make_shared<InverseKinematicsHyq1>();
52 joint_names.at(
HAA) =
"haa_joint";
53 joint_names.at(
HFE) =
"hfe_joint";
54 joint_names.at(
KFE) =
"kfe_joint";
56 std::string
urdf =
"monoped_rviz_urdf_robot_description";
58 joint_desired_mono,
"monoped");
int main(int argc, char *argv[])
static const std::string robot_state_desired("/xpp/state_des")