ros-industrial-attic / robot_movement_interface

Drivers implementing the Robot Movement Interface, which allows access to robot specific capabilities in a standardized common format while maintaining compatibility with the ROS-Industrial Joint interface.
36 stars 39 forks source link

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.publisher = rospy.Publisher('command_list',CommandList) #16

Open lakshmip001 opened 5 years ago

lakshmip001 commented 5 years ago

I am publishing a joint trajectory to joint_trajectory_action.py and it results into this error