Skip to content

Commit

Permalink
serial: Add serial from tylerjw fork
Browse files Browse the repository at this point in the history
- we would prefer not to use the fork but we need to turn on CI
- when wjwwood/serial#204 or
  wjwwood/serial#283 are closed we can switch

- related to #21

Signed-off-by: Alex Moriarty <alex.moriarty@picknik.ai>
  • Loading branch information
moriarty committed Jun 21, 2023
1 parent ef68501 commit 4722c30
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 15 deletions.
9 changes: 4 additions & 5 deletions ros2_robotiq_gripper-not-released.humble.repos
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
repositories:
## EXAMPLE DEPENDENCY
# <some_ros_package>:
# type: git
# url: git@github.com:<some_github_namespace>/<some_ros_package>.git
# version: master
serial:
type: git
url: https://github.com/tylerjw/serial.git
version: ros2
9 changes: 4 additions & 5 deletions ros2_robotiq_gripper-not-released.iron.repos
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
repositories:
## EXAMPLE DEPENDENCY
# <some_ros_package>:
# type: git
# url: git@github.com:<some_github_namespace>/<some_ros_package>.git
# version: master
serial:
type: git
url: https://github.com/tylerjw/serial.git
version: ros2
9 changes: 4 additions & 5 deletions ros2_robotiq_gripper-not-released.rolling.repos
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
repositories:
## EXAMPLE DEPENDENCY
# <some_ros_package>:
# type: git
# url: git@github.com:<some_github_namespace>/<some_ros_package>.git
# version: master
serial:
type: git
url: https://github.com/tylerjw/serial.git
version: ros2

0 comments on commit 4722c30

Please sign in to comment.