We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71ae763 commit fcdc67fCopy full SHA for fcdc67f
.github/workflows/build-docker.yaml
@@ -61,7 +61,7 @@ jobs:
61
matrix:
62
include:
63
- dockerfile: ./docker/Dockerfile.hardware
64
- platforms: [linux/amd64, linux/arm64]
+ platforms: linux/amd64, linux/arm64
65
repo_name: rosbot
66
ros_distro: jazzy
67
- dockerfile: ./docker/Dockerfile.simulation
rosbot_utils/rosbot_utils/flash-firmware.py
@@ -126,6 +126,7 @@ def flash_firmware(self):
126
127
self.exit_bootloader_mode()
128
129
+
130
def main():
131
parser = argparse.ArgumentParser(
132
description="Flashing the firmware on STM32 microcontroller in ROSbot"
0 commit comments