#include <ros/ros.h>#include <sensor_msgs/JointState.h>#include <planning_models/kinematic_state.h>#include <planning_environment/models/robot_models.h>#include <tf/transform_broadcaster.h>
Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
Variables | |
| static const std::string | JOINT_STATES_TOPIC = "/joint_states" |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 45 of file default_joint_state_publisher.cpp.
const std::string JOINT_STATES_TOPIC = "/joint_states" [static] |
Definition at line 43 of file default_joint_state_publisher.cpp.