-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* reorganize project * update robstride package * Bump version to 0.0.25 * un-bump version
- Loading branch information
1 parent
eb089af
commit 225de5f
Showing
23 changed files
with
96 additions
and
82 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,18 @@ | ||
[workspace] | ||
|
||
members = [ | ||
"actuator/rust/bindings", | ||
"actuator/rust/robstride", | ||
"actuator/bindings", | ||
"actuator/robstride", | ||
] | ||
resolver = "2" | ||
|
||
[workspace.package] | ||
|
||
version = "0.1.0" | ||
authors = ["Wesley Maa <[email protected]>", "Pawel Budzianowski <[email protected]>", "Benjamin Bolte <[email protected]>"] | ||
edition = "2021" | ||
|
||
description = "Actuator package" | ||
authors = ["K-Scale Labs <[email protected]>"] | ||
repository = "https://github.com/kscalelabs/actuator" | ||
license = "MIT" | ||
repository = "https://github.com/kscalelabs/actuator" | ||
documentation = "https://docs.kscale.dev/software/actuators/overview" | ||
readme = "README.md" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
[package] | ||
|
||
name = "robstride" | ||
readme = "README.md" | ||
version = "0.1.1" | ||
description = "Robstride crate" | ||
|
||
authors.workspace = true | ||
edition.workspace = true | ||
repository.workspace = true | ||
license.workspace = true | ||
|
||
[lib] | ||
|
||
name = "robstride" | ||
crate-type = ["cdylib", "rlib"] | ||
|
||
[dependencies] | ||
|
||
serialport = "^4.5.1" | ||
ctrlc = "^3.4.5" | ||
lazy_static = "^1.4.0" | ||
spin_sleep = "^1.2.1" | ||
nix = "^0.26.2" | ||
log = "^0.4.22" | ||
|
||
[[bin]] | ||
|
||
name = "motors" | ||
path = "src/bin/motors.rs" | ||
|
||
[dependencies.clap] | ||
|
||
version = "4.3" | ||
features = ["derive"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# robstride | ||
|
||
This crate contains the code for controlling the Robstride actuators. | ||
|
||
For more information, see the documentation [here](https://docs.kscale.dev/software/actuators/robstride). |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
Empty file.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters