Skip to content

Commit

Permalink
Automatically fix code style issues
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 19, 2025
1 parent 96f0b12 commit 533f6a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nanosaur/robot.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def control_keyboard(platform, params: Params, args):
print(TerminalFormatter.color_text(f"Control the robot {robot.name} using the keyboard", color='green'))
subprocess.run(f'source {bash_file} && ros2 run teleop_twist_keyboard teleop_twist_keyboard --ros-args --remap /cmd_vel:=/{robot.name}/key_vel',
shell=True, executable='/bin/bash')


def robot_display(platform, params: Params, args):
"""Display the robot configuration."""
Expand Down

0 comments on commit 533f6a9

Please sign in to comment.