Skip to content

Commit

Permalink
add mode change to the Cargo.tmol by default
Browse files Browse the repository at this point in the history
  • Loading branch information
askuric committed Dec 12, 2024
1 parent 272719a commit b2b2a05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ orbita2d_gamma = ["orbita2d", "gamma", "ec45", "cmd_filter", "gearbox_output" ,
orbita3d_gamma = ["orbita3d", "gamma", "ecx22l", "cmd_filter", "gearbox_output", "use_flash", "allow_quickstop", "ethercat"]

## pvt
orbita2d_pvt = ["orbita2d", "pvt", "ec45", "cmd_filter", "gearbox_output" , "use_flash", "allow_quickstop", "ethercat"]
orbita3d_pvt = ["orbita3d", "pvt", "ecx22l", "cmd_filter", "gearbox_output", "use_flash", "allow_quickstop", "ethercat"]
orbita2d_pvt = ["orbita2d", "pvt", "ec45", "cmd_filter", "gearbox_output" , "use_flash", "allow_quickstop", "allow_mode_change", "ethercat"]
orbita3d_pvt = ["orbita3d", "pvt", "ecx22l", "cmd_filter", "gearbox_output", "use_flash", "allow_quickstop", "allow_mode_change", "ethercat"]

# default = ["orbita2d_gamma"]
orbita2d = []
Expand Down

0 comments on commit b2b2a05

Please sign in to comment.