Skip to content

Commit

Permalink
fix precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
DominikN committed Dec 29, 2023
1 parent eb9bff1 commit 6b2f013
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion rosbot_utils/rosbot_utils/flash_firmware.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,10 @@ def find_firmware_file():
firmware_files = glob.glob(os.path.join(firmware_dir, "firmware*.bin"))

if not firmware_files:
firmware_url = "https://github.com/husarion/rosbot_ros2_firmware/releases/download/0.10.0/firmware.bin"
firmware_url = (
"https://github.com/husarion/rosbot_ros2_firmware/releases/"
"download/0.10.0/firmware.bin"
)
firmware_path = os.path.join(firmware_dir, "firmware.bin")
print("Downloading firmware...")
download_firmware(firmware_url, firmware_path)
Expand Down

0 comments on commit 6b2f013

Please sign in to comment.