Skip to content

Commit 915ba71

Browse files
committed
Update references
1 parent b430247 commit 915ba71

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
from coffee_joystick.joystick_control_node import JoystickControlNode
1+
from coffee_head_manual_control.joystick_control_node import JoystickControlNode

coffee_ws/src/coffee_head_manual_control/package.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
<depend>std_msgs</depend>
1212
<depend>geometry_msgs</depend>
1313
<depend>dynamixel_sdk_custom_interfaces</depend>
14+
<depend>python3-pygame</depend>
1415

1516
<test_depend>ament_copyright</test_depend>
1617
<test_depend>ament_flake8</test_depend>

coffee_ws/src/coffee_head_manual_control/setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
['resource/' + package_name]),
1212
('share/' + package_name, ['package.xml']),
1313
],
14-
install_requires=['setuptools'],
14+
install_requires=['setuptools', 'pygame'],
1515
zip_safe=True,
16-
maintainer='kpatch',
17-
maintainer_email='[email protected]',
16+
maintainer='todo',
17+
maintainer_email='[email protected]',
1818
description='Manual control for Coffee Buddy robot head (joystick, keyboard, etc.)',
1919
license='TODO: License declaration',
2020
tests_require=['pytest'],

0 commit comments

Comments
 (0)