File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : ROS2 Humble
22
33on :
4- workflow_run :
5- workflows : ["Pre-commit"]
6- types : [completed]
4+ push :
5+ branches : [ main ]
6+ pull_request :
7+ branches : [ main ]
78 workflow_dispatch :
89
910jobs :
1011 build :
1112 runs-on : ubuntu-22.04
12- if : ${{ github.event.workflow_run.conclusion == 'success' || github.event_name == 'workflow_dispatch' }}
1313 steps :
1414 # Set up ROS
1515 - uses : ros-tooling/setup-ros@v0.7
Original file line number Diff line number Diff line change 11name : ROS2 Jazzy
22
33on :
4- workflow_run :
5- workflows : ["Pre-commit"]
6- types : [completed]
4+ push :
5+ branches : [ main ]
6+ pull_request :
7+ branches : [ main ]
78 workflow_dispatch :
89
910jobs :
1011 build :
1112 runs-on : ubuntu-24.04
12- if : ${{ github.event.workflow_run.conclusion == 'success' || github.event_name == 'workflow_dispatch' }}
1313 steps :
1414 # Set up ROS
1515 - uses : ros-tooling/setup-ros@v0.7
Original file line number Diff line number Diff line change 11name : ROS2 Rolling
22
33on :
4- workflow_run :
5- workflows : ["Pre-commit"]
6- types : [completed]
4+ push :
5+ branches : [ main ]
6+ pull_request :
7+ branches : [ main ]
78 workflow_dispatch :
89
910jobs :
1011 build :
1112 runs-on : ubuntu-24.04
12- if : ${{ github.event.workflow_run.conclusion == 'success' || github.event_name == 'workflow_dispatch' }}
1313 steps :
1414 # Set up ROS
1515 - uses : ros-tooling/setup-ros@v0.7
Original file line number Diff line number Diff line change 1010#include < rosidl_typesupport_introspection_cpp/identifier.hpp>
1111#include < fmt/core.h>
1212
13- failed;
14-
1513bool TypeHasHeader (const rosidl_message_type_support_t * type_support)
1614{
1715 auto members = static_cast <const rosidl_typesupport_introspection_cpp::MessageMembers*>(type_support->data );
You can’t perform that action at this time.
0 commit comments