-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #35 from marrts/0.14-parity
0.14 parity
- Loading branch information
Showing
349 changed files
with
6,809 additions
and
25,244 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
name: Jammy-Build | ||
|
||
on: | ||
push: | ||
branches: | ||
- master | ||
pull_request: | ||
schedule: | ||
- cron: '0 5 * * 6' | ||
workflow_dispatch: | ||
|
||
jobs: | ||
industrial_ci: | ||
name: Humble | ||
runs-on: ubuntu-22.04 | ||
env: | ||
CI_NAME: Jammy-Build | ||
OS_NAME: ubuntu | ||
OS_CODE_NAME: jammy | ||
ROS_DISTRO: humble | ||
ROS_REPO: main | ||
UPSTREAM_WORKSPACE: 'dependencies.repos' | ||
ROSDEP_SKIP_KEYS: "catkin taskflow orocos_kdl" | ||
DOCKER_IMAGE: "ros:humble" | ||
PARALLEL_TESTS: false | ||
NOT_TEST_BUILD: true | ||
CCACHE_DIR: "/home/runner/work/tesseract_ros2/tesseract_ros2/Jammy-Build/.ccache" | ||
UPSTREAM_CMAKE_ARGS: "-DCMAKE_BUILD_TYPE=Release" | ||
TARGET_CMAKE_ARGS: "-DCMAKE_BUILD_TYPE=Debug" | ||
steps: | ||
- uses: actions/checkout@v1 | ||
|
||
- name: Free Disk Space | ||
continue-on-error: true | ||
run: | | ||
sudo swapoff -a | ||
sudo rm -f /swapfile | ||
sudo apt clean | ||
docker rmi $(docker image ls -aq) | ||
df -h | ||
- name: Prepare ccache timestamp | ||
id: ccache_cache_timestamp | ||
shell: cmake -P {0} | ||
run: | | ||
string(TIMESTAMP current_date "%Y-%m-%d-%H;%M;%S" UTC) | ||
message("::set-output name=timestamp::${current_date}") | ||
- name: ccache cache files | ||
continue-on-error: true | ||
uses: actions/[email protected] | ||
with: | ||
path: ${{ env.CI_NAME }}/.ccache | ||
key: ${{ env.CI_NAME }}-ccache-${{ steps.ccache_cache_timestamp.outputs.timestamp }} | ||
restore-keys: | | ||
${{ env.CI_NAME }}-ccache- | ||
- uses: 'ros-industrial/industrial_ci@master' | ||
env: ${{env}} |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,40 @@ | ||
- git: | ||
local-name: descartes_light | ||
uri: https://github.com/swri-robotics/descartes_light.git | ||
version: master | ||
- git: | ||
local-name: fcl | ||
uri: https://github.com/flexible-collision-library/fcl.git | ||
version: master | ||
- git: | ||
local-name: ifopt | ||
uri: https://github.com/ethz-adrl/ifopt.git | ||
version: master | ||
- git: | ||
local-name: opw_kinematics | ||
uri: https://github.com/Jmeyer1292/opw_kinematics.git | ||
version: master | ||
- git: | ||
local-name: ros_industrial_cmake_boilerplate | ||
uri: https://github.com/ros-industrial/ros_industrial_cmake_boilerplate.git | ||
version: master | ||
- git: | ||
local-name: tesseract | ||
uri: https://github.com/ros-industrial-consortium/tesseract.git | ||
version: master | ||
- git: | ||
local-name: trajopt | ||
uri: https://github.com/ros-industrial-consortium/trajopt_ros.git | ||
uri: https://github.com/tesseract-robotics/tesseract.git | ||
version: master | ||
- git: | ||
local-name: tesseract_planning | ||
uri: https://github.com/ros-industrial-consortium/tesseract_planning.git | ||
uri: https://github.com/tesseract-robotics/tesseract_planning.git | ||
version: master | ||
- git: | ||
local-name: descartes_light | ||
uri: https://github.com/swri-robotics/descartes_light.git | ||
local-name: trajopt | ||
uri: https://github.com/tesseract-robotics/trajopt.git | ||
version: master | ||
- git: | ||
local-name: opw_kinematics | ||
uri: https://github.com/Jmeyer1292/opw_kinematics.git | ||
local-name: tesseract_qt | ||
uri: https://github.com/tesseract-robotics/tesseract_qt.git | ||
version: master | ||
- git: | ||
local-name: ifopt | ||
uri: https://github.com/ethz-adrl/ifopt.git | ||
version: master | ||
local-name: Qt-Advanced-Docking-System | ||
uri: https://github.com/Levi-Armstrong/Qt-Advanced-Docking-System.git | ||
version: ros |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,40 @@ | ||
- git: | ||
local-name: descartes_light | ||
uri: https://github.com/swri-robotics/descartes_light.git | ||
version: 0eeeaf216677112c24d8ec51b984044e7f62c209 | ||
- git: | ||
local-name: fcl | ||
uri: https://github.com/flexible-collision-library/fcl.git | ||
version: 0.6.1 | ||
- git: | ||
local-name: ifopt | ||
uri: https://github.com/ethz-adrl/ifopt.git | ||
version: 2.1.3 | ||
- git: | ||
local-name: opw_kinematics | ||
uri: https://github.com/Jmeyer1292/opw_kinematics.git | ||
version: 0.4.5 | ||
- git: | ||
local-name: ros_industrial_cmake_boilerplate | ||
uri: https://github.com/ros-industrial/ros_industrial_cmake_boilerplate.git | ||
version: 0.2.12 | ||
- git: | ||
local-name: tesseract_ext | ||
uri: https://github.com/ros-industrial-consortium/tesseract_ext.git | ||
version: master | ||
version: 0.2.15 | ||
- git: | ||
local-name: tesseract | ||
uri: https://github.com/ros-industrial-consortium/tesseract.git | ||
version: 41cb83d03f388612412bdc0d8c0538086eb0c516 | ||
- git: | ||
local-name: trajopt | ||
uri: https://github.com/ros-industrial-consortium/trajopt_ros.git | ||
version: f7c5b27ac87eee0d2e692741003f37efd78ebb76 | ||
uri: https://github.com/tesseract-robotics/tesseract.git | ||
version: 0.14.0 | ||
- git: | ||
local-name: tesseract_planning | ||
uri: https://github.com/ros-industrial-consortium/tesseract_planning.git | ||
version: 4c4073ae94923a52457b55f03edfeb82097632ed | ||
uri: https://github.com/tesseract-robotics/tesseract_planning.git | ||
version: 0.14.0 | ||
- git: | ||
local-name: descartes_light | ||
uri: https://github.com/swri-robotics/descartes_light.git | ||
version: 0eeeaf216677112c24d8ec51b984044e7f62c209 | ||
local-name: trajopt | ||
uri: https://github.com/tesseract-robotics/trajopt.git | ||
version: 0.3.1 | ||
- git: | ||
local-name: opw_kinematics | ||
uri: https://github.com/Jmeyer1292/opw_kinematics.git | ||
version: 0.4.3 | ||
local-name: tesseract_qt | ||
uri: https://github.com/tesseract-robotics/tesseract_qt.git | ||
version: 0c47b534b26157d9dfd5358a01afe24c978c5ed9 | ||
- git: | ||
local-name: ifopt | ||
uri: https://github.com/ethz-adrl/ifopt.git | ||
version: 27451ce3212d3c0ccd3a0db9a1ee9a9963466674 | ||
local-name: Qt-Advanced-Docking-System | ||
uri: https://github.com/Levi-Armstrong/Qt-Advanced-Docking-System.git | ||
version: ros |
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
Oops, something went wrong.