Skip to content

Commit

Permalink
chore: update firmware dockerfile base image'
Browse files Browse the repository at this point in the history
  • Loading branch information
alberto-abarzua committed Oct 17, 2023
1 parent 39bb1a3 commit 4c898d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/src/config/main_arm.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ title = "Robot arm configuration"
homing_direction = -1 # 1 or -1
conversion_rate_axis_joint = 9.3 # Gear ratio
homing_offset_rad = 0 # Offset from home position
speed_rad_per_s = 0.2
speed_rad_per_s = 0.5
[joints.driver]
type = "stepper"
dir_pin = 5
Expand Down
2 changes: 1 addition & 1 deletion firmware/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:buster
FROM debian:latest

RUN apt-get update && apt-get install -y \
cmake \
Expand Down

0 comments on commit 4c898d5

Please sign in to comment.