Skip to content

Commit e1dc712

Browse files
committed
fixed missing deps in keyboard pkg
1 parent f4e9b2d commit e1dc712

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

src/keyboard_event/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>keyboard_event</name>
5-
<version>1.0.8</version>
5+
<version>1.1.0</version>
66
<description>ROS 2 keyboard event node in the style of sdl</description>
77
<maintainer email="elian.neppel@posteo.eu">elian</maintainer>
88
<license>MIT</license>

src/keyboard_event/pixi-humble.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,12 @@ platforms = [
1212
preview = ["pixi-build"]
1313

1414
[dependencies]
15+
sdl2 = "*"
16+
sdl2_image = "*"
17+
pysdl2 = "*"
1518
ros-humble-keyboard-event = { path = "." }
1619
ros-humble-ros2run = "*"
1720
ros-humble-keyboard-event-msgs = "*"
18-
pysdl2 = "*"
1921
asyncio_for_robotics = "*"
2022
ros-humble-rmw-cyclonedds-cpp = "*"
2123
ros-humble-rmw-fastrtps-cpp = "*"

src/keyboard_event/pixi-jazzy.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,12 @@ platforms = [
1212
preview = ["pixi-build"]
1313

1414
[dependencies]
15+
sdl2 = "*"
16+
sdl2_image = "*"
17+
pysdl2 = "*"
1518
ros-jazzy-keyboard-event = { path = "." }
1619
ros-jazzy-ros2run = "*"
1720
ros-jazzy-keyboard-event-msgs = "*"
18-
pysdl2 = "*"
1921
asyncio_for_robotics = "*"
2022
ros-jazzy-rmw-cyclonedds-cpp = "*"
2123
ros-jazzy-rmw-fastrtps-cpp = "*"

src/keyboard_event/pixi-kilted.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,12 @@ platforms = [
1212
preview = ["pixi-build"]
1313

1414
[dependencies]
15+
sdl2 = "*"
16+
sdl2_image = "*"
17+
pysdl2 = "*"
1518
ros-kilted-keyboard-event = { path = "." }
1619
ros-kilted-ros2run = "*"
1720
ros-kilted-keyboard-event-msgs = "*"
18-
pysdl2 = "*"
1921
asyncio_for_robotics = "*"
2022
ros-kilted-rmw-cyclonedds-cpp = "*"
2123
ros-kilted-rmw-fastrtps-cpp = "*"

0 commit comments

Comments
 (0)