Merge branch 'main' of github.com:RonaldsonBellande/Web-ROS-API into main

This commit is contained in:
Ronaldson Bellande 2024-05-23 19:31:01 -04:00
commit cff428af6a
3 changed files with 44 additions and 0 deletions

23
.github/workflows/docker-image.yml vendored Normal file
View File

@ -0,0 +1,23 @@
name: Docker Image CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build_ros1:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build the Docker image ROS1
run: docker build . --file ./docker/Dockerfile.ros1 --tag my-image-name:$(date +%s)
build_ros2:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build the Docker image ROS2
run: docker build . --file ./docker/Dockerfile.ros1 --tag my-image-name:$(date +%s)

18
.github/workflows/main.yml vendored Normal file
View File

@ -0,0 +1,18 @@
name: Sync Fork
on:
schedule:
- cron: '*/30 * * * *' # every 30 minutes
workflow_dispatch: # on button click
jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: tgymnich/fork-sync@v1.8
with:
owner: Ronaldson Bellande
base: main
head: main

View File

@ -16,6 +16,9 @@ The primary functionality of this API is to provide access to Bellande Algorithm
- [![Bellande Step](https://img.shields.io/badge/Bellande%20API-Bellande/Step-0099cc?style=for-the-badge)](https://github.com/Robotics-Sensors/bellande_robots_step) - [![Bellande Step](https://img.shields.io/badge/Bellande%20API-Bellande/Step-0099cc?style=for-the-badge)](https://github.com/Robotics-Sensors/bellande_robots_step)
- [![Bellande Search Path](https://img.shields.io/badge/Bellande%20API-Bellande/Search%20Path-0099cc?style=for-the-badge)](https://github.com/Robotics-Sensors/bellande_search_path) - [![Bellande Search Path](https://img.shields.io/badge/Bellande%20API-Bellande/Search%20Path-0099cc?style=for-the-badge)](https://github.com/Robotics-Sensors/bellande_search_path)
## 💨 Bellande Model Format API/Application & Bellande Framework
- [![Bellande Model Format](https://img.shields.io/badge/Bellande%20Model%20Format-0099cc?style=for-the-badge)](https://github.com/Robotics-Sensors/bellande_model_format)
- [![Bellande Framework](https://img.shields.io/badge/Bellande%20Model%20Framework-0099cc?style=for-the-badge)](https://github.com/Robotics-Sensors/bellande_model_framework)
## 💻 Usage ## 💻 Usage