Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[jaxon_jvrc/JAXON_JVRC] add t265, l515 camera #358

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Merge remote-tracking branch 'origin/master' into PR-JAXON_t265_l515

df47bb7
Select commit
Loading
Failed to load commit list.
Open

[jaxon_jvrc/JAXON_JVRC] add t265, l515 camera #358

Merge remote-tracking branch 'origin/master' into PR-JAXON_t265_l515
df47bb7
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Jun 28, 2024 in 2h 46m 1s

Build Passed

The build passed, just like the previous build.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #358 [jaxon_jvrc/JAXON_JVRC] add t265, l515 camera.
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

This build has four jobs, running in parallel.

Job ENV OS State Notes
266.1 USE_JENKINS=false Linux passed
266.2 USE_JENKINS=false Linux passed
266.3 USE_JENKINS=false Linux passed This job is allowed to fail.
266.4 USE_JENKINS=false Linux passed This job is allowed to fail.

Build Configuration

Build Option Setting
Language Generic
Operating System Linux (Bionic)
Python Version 2.7
Compiler Version gcc
Build Configuration
{
  "language": "generic",
  "os": [
    "linux"
  ],
  "dist": "bionic",
  "sudo": true,
  "python": [
    "2.7"
  ],
  "compiler": [
    "gcc"
  ],
  "cache": {
    "apt": true,
    "pip": true,
    "directories": [
      "$HOME/.ccache",
      "$HOME/.cache/pip",
      "$HOME/apt-cacher-ng"
    ]
  },
  "services": [
    "docker"
  ],
  "env": [
    "global={:USE_JENKINS=>\"false\"}={:USE_TRAVIS=>\"true\"}={:USE_DOCKER=>\"true\"} jobs={:ROS_DISTRO=>\"kinetic\", :USE_DEB=>\"false\", :NOT_TEST_INSTALL=>\"true\", :BUILD_PKGS=>\"\\\"hrpsys_choreonoid_tutorials jvrc_models hrpsys_choreonoid hrpsys_ros_bridge_jvrc\\\"\"}={:ROS_DISTRO=>\"kinetic\", :USE_DEB=>\"false\", :NOT_TEST_INSTALL=>\"true\", :BUILD_PKGS=>\"\\\"choreonoid hrpsys_choreonoid_tutorials jvrc_models hrpsys_choreonoid hrpsys_ros_bridge_jvrc\\\"\"}={:ROS_DISTRO=>\"melodic\", :USE_DEB=>\"false\", :NOT_TEST_INSTALL=>\"true\", :BUILD_PKGS=>\"\\\"hrpsys_choreonoid_tutorials jvrc_models hrpsys_choreonoid hrpsys_ros_bridge_jvrc\\\"\"}={:ROS_DISTRO=>\"melodic\", :USE_DEB=>\"false\", :NOT_TEST_INSTALL=>\"true\", :BUILD_PKGS=>\"\\\"choreonoid hrpsys_choreonoid_tutorials jvrc_models hrpsys_choreonoid hrpsys_ros_bridge_jvrc\\\"\"}"
  ],
  "before_script": [
    "if [ \"${ROS_DISTRO}\" == \"kinetic\" ] ; then add_scr=\"./choreonoid/misc/script/install-requisites-ubuntu-16.04.sh\"; if [ \"${BEFORE_SCRIPT}\" == \"\" ] ; then export BEFORE_SCRIPT=${add_scr}; else export BEFORE_SCRIPT=\"${BEFORE_SCRIPT}; ${add_scr}\"; fi; fi;",
    "if [ \"${ROS_DISTRO}\" == \"melodic\" ] ; then add_scr=\"./choreonoid/misc/script/install-requisites-ubuntu-18.04.sh\"; if [ \"${BEFORE_SCRIPT}\" == \"\" ] ; then export BEFORE_SCRIPT=${add_scr}; else export BEFORE_SCRIPT=\"${BEFORE_SCRIPT}; ${add_scr}\"; fi; fi;",
    "add_scr=\"patch -p1 -d choreonoid < rtmros_choreonoid/choreonoid.patch\"; if [ \"${BEFORE_SCRIPT}\" == \"\" ] ; then export BEFORE_SCRIPT=${add_scr}; else export BEFORE_SCRIPT=\"${BEFORE_SCRIPT}; ${add_scr}\"; fi;",
    "if [ \"${ROS_DISTRO}\" == \"melodic\" ] ; then export ROSDEP_ADDITIONAL_OPTIONS=\"-n -q -r --ignore-src --skip-keys libpng12-dev --skip-keys leap_motion\"; fi;",
    "if [ \"${ROS_DISTRO}\" == \"melodic\" ] && [ \"${USE_DEB}\" != \"true\" ] ; then add_scr=\"pwd; sed -i \\\"35iadd_definitions(-Wno-deprecated)\\\" hrpsys/CMakeLists.txt; (cd hrpsys; git diff)\"; if [ \"${BEFORE_SCRIPT}\" == \"\" ] ; then export BEFORE_SCRIPT=${add_scr}; else export BEFORE_SCRIPT=\"${BEFORE_SCRIPT}; ${add_scr}\"; fi; fi;",
    "if [ \"${ROS_DISTRO}\" == \"melodic\" ] && [ \"${USE_DEB}\" != \"true\" ] ; then add_scr=\"pwd; sed -i \\\"32iadd_definitions(-Wno-deprecated)\\\" choreonoid/CMakeLists.txt; (cd choreonoid; git --no-pager diff)\"; if [ \"${BEFORE_SCRIPT}\" == \"\" ] ; then export BEFORE_SCRIPT=${add_scr}; else export BEFORE_SCRIPT=\"${BEFORE_SCRIPT}; ${add_scr}\"; fi; fi;",
    "if [ \"${ROS_DISTRO}\" == \"melodic\" ] && [ \"${USE_DEB}\" != \"true\" ] ; then export CATKIN_TOOLS_CONFIG_OPTIONS=\"--blacklist jsk_footstep_controller jsk_footstep_planner\"; fi;"
  ],
  "script": [
    "source .travis/travis.sh"
  ],
  "jobs": {
    "allow_failures": [
      {
        "env": [
          {
            "ROS_DISTRO": "kinetic",
            "USE_DEB": "false",
            "NOT_TEST_INSTALL": "true",
            "BUILD_PKGS": "\"choreonoid hrpsys_choreonoid_tutorials jvrc_models hrpsys_choreonoid hrpsys_ros_bridge_jvrc\""
          }
        ]
      },
      {
        "env": [
          {
            "ROS_DISTRO": "melodic",
            "USE_DEB": "false",
            "NOT_TEST_INSTALL": "true",
            "BUILD_PKGS": "\"choreonoid hrpsys_choreonoid_tutorials jvrc_models hrpsys_choreonoid hrpsys_ros_bridge_jvrc\""
          }
        ]
      }
    ]
  }
}