Skip to content

Throttle not launching in non-composed mode #3

Throttle not launching in non-composed mode

Throttle not launching in non-composed mode #3

Workflow file for this run

name: Test
on:
pull_request:
push:
branches:
- iron
jobs:
build_and_test:
runs-on: ubuntu-latest
container:
image: rostooling/setup-ros-docker:ubuntu-jammy-latest
steps:
- uses: ros-tooling/[email protected]
with:
required-ros-distributions: iron
- uses: ros-tooling/[email protected]
with:
package-name: topic_tools topic_tools_interfaces
target-ros2-distro: iron
colcon-defaults: |
{
"build": {
"cmake-args": [
"-DCMAKE_CXX_FLAGS=\"-Werror\""
]
}
}
- uses: actions/upload-artifact@v3
with:
name: colcon-logs
path: ros_ws/log