Skip to content

Commit

Permalink
Add healthcheck + clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
rafal-gorecki committed Dec 3, 2024
1 parent a75745c commit 63eb8d6
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
ROS_DISTRO: [humble]
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup ROS2 Workspace and Clone Repositories
run: |
Expand Down
16 changes: 8 additions & 8 deletions rosbot/rosbot_hardware.repos
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
repositories:
rosbot_hardware_interfaces:
type: git
url: https://github.com/husarion/rosbot_hardware_interfaces.git
version: da1805839aaa21b8341a9c39498c96d9a1a4f87d
ros_components_description:
type: git
url: https://github.com/husarion/ros_components_description.git
version: 1cb25600afa5941d21d48c0af8e63ad2eb3afaa0
husarion_controllers:
type: git
url: https://github.com/husarion/husarion_controllers
Expand All @@ -19,3 +11,11 @@ repositories:
type: git
url: https://github.com/micro-ROS/micro-ROS-Agent.git
version: 30377bbd86ff7ea93ca69a3b37997fd235385e1f
ros_components_description:
type: git
url: https://github.com/husarion/ros_components_description.git
version: 1cb25600afa5941d21d48c0af8e63ad2eb3afaa0
rosbot_hardware_interfaces:
type: git
url: https://github.com/husarion/rosbot_hardware_interfaces.git
version: da1805839aaa21b8341a9c39498c96d9a1a4f87d
8 changes: 8 additions & 0 deletions rosbot/rosbot_simulation.repos
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
repositories:
husarion_controllers:
type: git
url: https://github.com/husarion/husarion_controllers
version: 217b09830f5f42930098b9992eda41710702b625
husarion_gz_worlds:
type: git
url: https://github.com/husarion/husarion_gz_worlds
version: c0ff83a476f6e0bc250c763a806bf1769a00f515
ros_components_description:
type: git
url: https://github.com/husarion/ros_components_description.git
version: 1cb25600afa5941d21d48c0af8e63ad2eb3afaa0
ros2_controllers: # Bug: There is no nice way to change `sensor_name` imu_bradcaster param when spawning multiple robots -> ros2_control refer only to single imu entity
type: git
url: https://github.com/husarion/ros2_controllers/
Expand Down

0 comments on commit 63eb8d6

Please sign in to comment.