Code Monkey home page Code Monkey logo

actions-ros-bloom-generate-melodic's Introduction

ros-bloom-generate-melodic

Description

An action to run bloom-generate command and generate deb files for ROS packages on ROS melodic / Ubuntu-18.04.

Required input

  1. targets: Space separated list of directories of package.xml. Path should be relative to source_dir.
  2. source_dir: Path of the top directory of sources.
  3. output_dir: Path of the directory to which the deb files will be copied. Realtive to GITHUB_WORKSPACE.
  4. setup_dependencies_script_path: Path of the script to be executed before bloom-generate. rosdep install will be executed in the default script.

Output

  1. deb_files: Path of the deb files.
  2. rosdep_file: Path of the rosdep file.
  3. output_dir: Path of the output directory.

Example

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v3
        with:
          repository: smilerobotics/rplidar_ros
          ref: reconfigure
          path: ./src/rplidar_ros
      - uses: smilerobotics/actions-ros-bloom-generate-melodic@v1
        with:
          source_dir: ./src
          targets: ./rplidar_ros
          output_dir: ./debs
        id: generate

actions-ros-bloom-generate-melodic's People

Contributors

mitsuharu-kojima avatar

Watchers

Takashi Ogura avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.