Skip to content

Commit

Permalink
chore: add ROS TCP Endpoint as a dependency (#45)
Browse files Browse the repository at this point in the history
* add ROS TCP Endpoint as a dependency

Signed-off-by: Autumn60 <[email protected]>

* chore: Update build-and-test.yaml to include vcs import for depend_packages

Signed-off-by: Autumn60 <[email protected]>

* feat: Add "rosdistro" to cspell dict

Signed-off-by: Autumn60 <[email protected]>

---------

Signed-off-by: Autumn60 <[email protected]>
  • Loading branch information
Autumn60 authored Jul 14, 2024
1 parent 6bf6644 commit bf59cc9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
"pkgs",
"rclcpp",
"rosdep",
"rosdistro",
"schematypens",
"vcstool",
"velodyne",
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ jobs:
cd wheel_stuck_ws &&
rosdep update &&
apt-get update &&
rosdep install --from-path . -i -y --rosdistro ${{ matrix.rosdistro }}
rosdep install --from-path . -i -y --rosdistro ${{ matrix.rosdistro }} &&
vcs import src < depend_packages.repos
- name: Install diagnostic-updater
run: apt-get install ros-${{ matrix.rosdistro }}-diagnostic-updater
Expand Down
4 changes: 4 additions & 0 deletions depend_packages.repos
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
repositories:
simulation/ros_tcp_endpoint:
type: git
url: https://github.com/Unity-Technologies/ROS-TCP-Endpoint
version: ROS2v0.7.0

0 comments on commit bf59cc9

Please sign in to comment.