[JTC] Set allow_nonzero_velocity_at_trajectory_end
default false and rename class variables (backport #834)
#56
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Iron Binary Build - testing | |
# author: Denis Štogl <[email protected]> | |
# description: 'Build & test all dependencies from released (binary) packages.' | |
on: | |
workflow_dispatch: | |
branches: | |
- iron | |
- '*feature*' | |
- '*feature/**' | |
pull_request: | |
branches: | |
- iron | |
- '*feature*' | |
- '*feature/**' | |
push: | |
branches: | |
- iron | |
schedule: | |
# Run every morning to detect flakiness and broken dependencies | |
- cron: '03 1 * * *' | |
jobs: | |
binary: | |
uses: ./.github/workflows/reusable-industrial-ci-with-cache.yml | |
with: | |
ros_distro: iron | |
ros_repo: testing | |
upstream_workspace: ros2_controllers-not-released.iron.repos | |
ref_for_scheduled_build: iron |