I am trying to use this repo with the ros-indigo release. When starting the different launch files I get the errors seen below. Has anyone tried this with indigo yet or is one stuck with hydro when wanting to work with the kuka youbot?
gazebo:
[ INFO] [1430817908.796286634, 0.341000000]: Loading gazebo_ros_control plugin
[ INFO] [1430817908.796364220, 0.341000000]: Starting gazebo_ros_control plugin in namespace: /youbot/
[ INFO] [1430817908.796975774, 0.341000000]: gazebo_ros_control plugin is waiting for model URDF in parameter [/youbot/youbot_description] on the ROS param server.
[ERROR] [1430817908.898610989, 0.341000000]: No valid hardware interface element found in joint 'wheel_joint_fl'.
[ERROR] [1430817908.898651715, 0.341000000]: Failed to load joints for transmission 'wheel_trans_fl'.
[ERROR] [1430817908.898667628, 0.341000000]: No valid hardware interface element found in joint 'wheel_joint_fr'.
[ERROR] [1430817908.898680961, 0.341000000]: Failed to load joints for transmission 'wheel_trans_fr'.
[ERROR] [1430817908.898694953, 0.341000000]: No valid hardware interface element found in joint 'wheel_joint_bl'.
[ERROR] [1430817908.898715039, 0.341000000]: Failed to load joints for transmission 'wheel_trans_bl'.
[ERROR] [1430817908.898738089, 0.341000000]: No valid hardware interface element found in joint 'wheel_joint_br'.
[ERROR] [1430817908.898760373, 0.341000000]: Failed to load joints for transmission 'wheel_trans_br'.
[ERROR] [1430817908.898782996, 0.341000000]: No valid hardware interface element found in joint 'arm_joint_1'.
[ERROR] [1430817908.898806452, 0.341000000]: Failed to load joints for transmission 'arm_trans_1'.
[ERROR] [1430817908.898833760, 0.341000000]: No valid hardware interface element found in joint 'arm_joint_2'.
[ERROR] [1430817908.898858920, 0.341000000]: Failed to load joints for transmission 'arm_trans_2'.
[ERROR] [1430817908.898884508, 0.341000000]: No valid hardware interface element found in joint 'arm_joint_3'.
[ERROR] [1430817908.898908237, 0.341000000]: Failed to load joints for transmission 'arm_trans_3'.
[ERROR] [1430817908.898929976, 0.341000000]: No valid hardware interface element found in joint 'arm_joint_4'.
[ERROR] [1430817908.898951283, 0.341000000]: Failed to load joints for transmission 'arm_trans_4'.
[ERROR] [1430817908.898967109, 0.341000000]: No valid hardware interface element found in joint 'arm_joint_5'.
[ERROR] [1430817908.898985873, 0.341000000]: Failed to load joints for transmission 'arm_trans_5'.
[ERROR] [1430817908.899011299, 0.341000000]: No valid hardware interface element found in joint 'gripper_finger_joint_l'.
[ERROR] [1430817908.899032622, 0.341000000]: Failed to load joints for transmission 'gripper_finger_l_trans'.
[ERROR] [1430817908.899054743, 0.341000000]: No valid hardware interface element found in joint 'gripper_finger_joint_r'.
[ERROR] [1430817908.899074690, 0.341000000]: Failed to load joints for transmission 'gripper_finger_r_trans'.
[ INFO] [1430817908.971122081, 0.341000000]: Loaded gazebo_ros_control.
/home/pandora/catkin_kn_youbot/src/youbot_ros_tools/youbot_teleop/scripts/youbot_teleop.py:161: SyntaxWarning: The publisher should be created with an explicit keyword argument 'queue_size'. Please see http://wiki.ros.org/rospy/Overview/Publishers%20and%20Subscribers for more information.
self.pubj1 = rospy.Publisher(NS+TOPIC_J1_CMD, Float64)
/home/pandora/catkin_kn_youbot/src/youbot_ros_tools/youbot_teleop/scripts/youbot_teleop.py:162: SyntaxWarning: The publisher should be created with an explicit keyword argument 'queue_size'. Please see http://wiki.ros.org/rospy/Overview/Publishers%20and%20Subscribers for more information.
self.pubj2 = rospy.Publisher(NS+TOPIC_J2_CMD, Float64)
/home/pandora/catkin_kn_youbot/src/youbot_ros_tools/youbot_teleop/scripts/youbot_teleop.py:163: SyntaxWarning: The publisher should be created with an explicit keyword argument 'queue_size'. Please see http://wiki.ros.org/rospy/Overview/Publishers%20and%20Subscribers for more information.
self.pubj3 = rospy.Publisher(NS+TOPIC_J3_CMD, Float64)
/home/pandora/catkin_kn_youbot/src/youbot_ros_tools/youbot_teleop/scripts/youbot_teleop.py:164: SyntaxWarning: The publisher should be created with an explicit keyword argument 'queue_size'. Please see http://wiki.ros.org/rospy/Overview/Publishers%20and%20Subscribers for more information.
self.pubj4 = rospy.Publisher(NS+TOPIC_J4_CMD, Float64)
/home/pandora/catkin_kn_youbot/src/youbot_ros_tools/youbot_teleop/scripts/youbot_teleop.py:165: SyntaxWarning: The publisher should be created with an explicit keyword argument 'queue_size'. Please see http://wiki.ros.org/rospy/Overview/Publishers%20and%20Subscribers for more information.
self.pubj5 = rospy.Publisher(NS+TOPIC_J5_CMD, Float64)
/home/pandora/catkin_kn_youbot/src/youbot_ros_tools/youbot_teleop/scripts/youbot_teleop.py:167: SyntaxWarning: The publisher should be created with an explicit keyword argument 'queue_size'. Please see http://wiki.ros.org/rospy/Overview/Publishers%20and%20Subscribers for more information.
self.pubfl = rospy.Publisher(NS+TOPIC_FL_CMD, Float64)
/home/pandora/catkin_kn_youbot/src/youbot_ros_tools/youbot_teleop/scripts/youbot_teleop.py:168: SyntaxWarning: The publisher should be created with an explicit keyword argument 'queue_size'. Please see http://wiki.ros.org/rospy/Overview/Publishers%20and%20Subscribers for more information.
self.pubfr = rospy.Publisher(NS+TOPIC_FR_CMD, Float64)
/home/pandora/catkin_kn_youbot/src/youbot_ros_tools/youbot_teleop/scripts/youbot_teleop.py:170: SyntaxWarning: The publisher should be created with an explicit keyword argument 'queue_size'. Please see http://wiki.ros.org/rospy/Overview/Publishers%20and%20Subscribers for more information.
self.pubb = rospy.Publisher(NS+TOPIC_BASE_PLANAR, Twist)
I am trying to use this repo with the ros-indigo release. When starting the different launch files I get the errors seen below. Has anyone tried this with indigo yet or is one stuck with hydro when wanting to work with the kuka youbot?
gazebo:
youbot_control
teleop