This pull-request is about midi_config_player.py.
rosrun jsk_teleop_joy midi_config_player.py ../configs/launchpad_mini.yaml
This includes pygame, therefore I added it to run depend in package.xml of jsk_teleop_joy.
python-pygame is installed when we run
cd ~/catkin_ws
rosdep install -y -r --from-paths src --ignore-src
To avoid the warning below, I added queue_size
/home/kochigami/catkin_ws/src/jsk_control/jsk_teleop_joy/scripts/midi_config_player.py:54: 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.
joy_pub = rospy.Publisher("/joy", Joy)
This pull-request is about midi_config_player.py.
rosrun jsk_teleop_joy midi_config_player.py ../configs/launchpad_mini.yaml
run depend
in package.xml of jsk_teleop_joy.python-pygame
is installed when we runIf there is any problem, please let me know.