Skip to content

Commit

Permalink
Update workflows and package.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Wiktor-99 committed Jul 7, 2024
1 parent c1e6711 commit 57cf748
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 15 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/linters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
lint:
name: ament_${{ matrix.linter }}
runs-on: ubuntu-latest
container:
image: ubuntu:jammy
strategy:
fail-fast: false
matrix:
Expand All @@ -27,12 +29,3 @@ jobs:
uses: ./.github/actions/lint/
env:
LINTER: ${{ matrix.linter }}

complete:
name: Tests passed
needs:
- lint
runs-on: ubuntu-latest
steps:
- name: Check
run: echo "Completed successfully!"
2 changes: 1 addition & 1 deletion ros2_grasp_service_demo/manipulator_simulation/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package format="3">
<name>manipulator_simulation</name>
<version>1.0.0</version>
<description>Gazebo simulation package for OpenManipulator an custom 6DoF manipulator</description>
<description>Gazebo simulation package for OpenManipulator.</description>
<maintainer email="[email protected]">Wiktor Bajor</maintainer>
<license>Apache License 2.0</license>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@
<depend>robot_state_publisher</depend>
<depend>ros2_grasp_service</depend>

<test_depend>ament_copyright</test_depend>
<test_depend>ament_flake8</test_depend>
<test_depend>ament_pep257</test_depend>
<test_depend>python3-pytest</test_depend>

<export>
<build_type>ament_python</build_type>
</export>
Expand Down

0 comments on commit 57cf748

Please sign in to comment.