Skip to content

Commit

Permalink
update dep
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveNguyen committed Feb 6, 2025
1 parent 4bceb60 commit 37e0c40
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ Cargo.lock
# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb

#emacs stuff
*.~undo-tree~

# Python
__pycache__/
orbita2d_c_api/python/orbita2d/_orbita2d
Expand Down
1 change: 1 addition & 0 deletions orbita2d_c_api/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[project]
name = "orbita2d"
dependencies = ["cffi", "numpy", "pyyaml"]
version = "1.1.3"

[build-system]
requires = ["maturin>=1.0,<2.0"]
Expand Down
5 changes: 3 additions & 2 deletions orbita2d_controller/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,14 @@ log = { version = "0.4.20", features = [
] }
env_logger = "0.9.0"
timeit = "0.1.2"
poulpe_ethercat_grpc = { path = "../../../../dev/poulpe_ethercat_controller/poulpe_ethercat_grpc" } #robot
# poulpe_ethercat_grpc = { path = "../../../../dev/poulpe_ethercat_controller/poulpe_ethercat_grpc" } #robot
# poulpe_ethercat_grpc = { path = "../../poulpe_ethercat_controller/poulpe_ethercat_grpc" }
# poulpe_ethercat_grpc = { git = "ssh://git@github.com/pollen-robotics/poulpe_ethercat_controller.git", branch = "develop" }
poulpe_ethercat_grpc = { git = "https://github.com/pollen-robotics/poulpe_ethercat_controller.git", branch = "develop" }
lerp = "0.5.0"

[dev-dependencies]
rand = "0.8.5"
lerp = "0.5.0"
rerun = "0.20.0"
csv = "1.3.1"
csv = "1.3.1"

0 comments on commit 37e0c40

Please sign in to comment.