Skip to content

Commit

Permalink
Ommit setup-ros step and fix linting
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Chong <aaronchongth@gmail.com>
  • Loading branch information
aaronchongth committed Nov 6, 2024
1 parent c1fc27d commit d9c9bd9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ jobs:
run: |
sudo apt update && sudo apt install python3-pip -y
pip3 install eclipse-zenoh==0.11.0 pycdr2 --break-system-packages
- uses: ros-tooling/setup-ros@v0.7
with:
required-ros-distributions: ${{ matrix.ros_distribution }}
- name: build and test
uses: ros-tooling/action-ros-ci@v0.3
env:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ jobs:
sudo apt update && sudo apt install python3-pip docker-compose -y
pip3 install eclipse-zenoh==0.11.0 pycdr2 --break-system-packages
- uses: ros-tooling/setup-ros@v0.7
with:
required-ros-distributions: ${{ matrix.ros_distribution }}

- name: Checkout
uses: actions/checkout@v1

Expand Down
2 changes: 1 addition & 1 deletion free_fleet_examples/tests/integration/test_tf.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def tf_callback(sample: zenoh.Sample):
transform_exists = False
for i in range(10):
try:
transform = tf_buffer.lookup_transform(
tf_buffer.lookup_transform(
'base_footprint',
'map',
Time()
Expand Down

0 comments on commit d9c9bd9

Please sign in to comment.