diff --git a/motoman/package.xml b/motoman/package.xml index 0ce7f6ec..1f32418b 100644 --- a/motoman/package.xml +++ b/motoman/package.xml @@ -1,17 +1,28 @@ + motoman 0.3.5 - The motoman stack constains libraries, configuration files, and ROS nodes for controlling a Motoman robot from ROS-Industrial - Shaun Edwards + ROS-Industrial support for Yaskawa Motoman manipulators (metapackage). + Shaun Edwards + Shaun Edwards + G.A. vd. Hoorn (TU Delft Robotics Institute) BSD + http://wiki.ros.org/motoman - Shaun Edwards + https://github.com/ros-industrial/motoman/issues + https://github.com/ros-industrial/motoman catkin motoman_driver + motoman_gp12_support + motoman_gp7_support + motoman_gp8_support + motoman_mh12_support + motoman_mh50_support motoman_mh5_support + motoman_motomini_support motoman_msgs motoman_sda10f_moveit_config motoman_sda10f_support diff --git a/motoman_driver/CMakeLists.txt b/motoman_driver/CMakeLists.txt index c7e558d2..0079985f 100644 --- a/motoman_driver/CMakeLists.txt +++ b/motoman_driver/CMakeLists.txt @@ -170,8 +170,8 @@ set_target_properties(motoman_motion_streaming_interface_bswap PREFIX "") add_executable(${PROJECT_NAME}_joint_trajectory_action - src/joint_trajectory_action_node.cpp - src/industrial_robot_client/joint_trajectory_action.cpp) + src/industrial_robot_client/joint_trajectory_action.cpp + src/joint_trajectory_action_node.cpp) target_link_libraries(${PROJECT_NAME}_joint_trajectory_action industrial_robot_client motoman_industrial_robot_client diff --git a/motoman_driver/launch/robot_interface_streaming.launch b/motoman_driver/launch/robot_interface_streaming.launch index 2249a6f9..3bad48ba 100644 --- a/motoman_driver/launch/robot_interface_streaming.launch +++ b/motoman_driver/launch/robot_interface_streaming.launch @@ -1,7 +1,7 @@