Skip to content

Add properties to Rotation to get roll, pitch and yaw in degrees #302

Add properties to Rotation to get roll, pitch and yaw in degrees

Add properties to Rotation to get roll, pitch and yaw in degrees #302

Workflow file for this run

name: Milestone Assigned
on:
pull_request:
types: [milestoned, demilestoned, opened]
jobs:
check-milestone:
runs-on: ubuntu-latest
steps:
- name: Check for milestone
run: |
if [ -z "${{ github.event.pull_request.milestone }}" ]; then
echo "No milestone assigned to the pull request."
exit 1
fi