Skip to content

Commit 215ae13

Browse files
Fix issue with dora-keyboard.
Signed-off-by: Franco Cipollone <franco.c@ekumenlabs.com>
1 parent 3e34934 commit 215ae13

1 file changed

Lines changed: 11 additions & 9 deletions

File tree

andino_dora/graphs/dataflow.yml

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,10 @@ nodes:
3636

3737
# Node that reads the keyboard input and outputs the character pressed.
3838
- id: dora_keyboard
39-
build: uv pip install git+https://github.com/dora-rs/dora.git@v0.3.12#egg=dora-keyboard&subdirectory=node-hub/dora-keyboard
39+
# TODO(#55): Note we are here not using `uv`. It seems there is an issue with `uv` for the Raspberry Pi's architecture
40+
# causing an illegal instruction error.
41+
# Once this is fixed, we can switch back to using `uv` for consistency.
42+
build: pip install dora-keyboard
4043
path: dora-keyboard
4144
outputs:
4245
- char
@@ -54,11 +57,10 @@ nodes:
5457
DEFAULT_ANGULAR_SPEED: 1.0 # [rad/s]
5558

5659
# - id: dora-record
57-
# custom:
58-
# build: cargo install --git https://github.com/dora-rs/dora --tag v0.3.12 dora-record
59-
# source: dora-record
60-
# inputs:
61-
# wheel_joint_positions: dora_andino_hal/wheel_joint_positions
62-
# wheel_joint_velocities: dora_andino_hal/wheel_joint_velocities
63-
# joints_speed_cmd: diff_drive_controller/joints_speed_cmd
64-
# cmd_vel: gamepad/cmd_vel
60+
# build: cargo install --git https://github.com/dora-rs/dora --tag v0.3.12 dora-record
61+
# path: dora-record
62+
# inputs:
63+
# wheel_joint_positions: dora_andino_hal/wheel_joint_positions
64+
# wheel_joint_velocities: dora_andino_hal/wheel_joint_velocities
65+
# joints_speed_cmd: dora_diff_drive_controller/joints_speed_cmd
66+
# odom: dora_diff_drive_controller/odom

0 commit comments

Comments
 (0)