Skip to content

Commit

Permalink
update workflows and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
PonomarevDA committed Oct 13, 2024
1 parent c3ce299 commit 1f93e29
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: deploy
name: build_and_deploy
on:
push:
branches:
Expand All @@ -7,7 +7,7 @@ on:
branches:
- '*'
jobs:
deploy:
build_and_deploy:
strategy:
matrix:
include:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: dronecan
name: dronecan_sitl
on:
push:
branches:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Code Smells](https://sonarcloud.io/api/project_badges/measure?project=RaccoonlabDev_mini_v2_node&metric=code_smells)](https://sonarcloud.io/summary/new_code?id=RaccoonlabDev_mini_v2_node) [![Lines of Code](https://sonarcloud.io/api/project_badges/measure?project=RaccoonlabDev_mini_v2_node&metric=ncloc)](https://sonarcloud.io/summary/new_code?id=RaccoonlabDev_mini_v2_node) [![cyphal](https://github.com/RaccoonlabDev/mini_v2_node/actions/workflows/cyphal.yml/badge.svg)](https://github.com/RaccoonlabDev/mini_v2_node/actions/workflows/cyphal.yml) [![dronecan](https://github.com/RaccoonlabDev/mini_v2_node/actions/workflows/dronecan.yml/badge.svg)](https://github.com/RaccoonlabDev/mini_v2_node/actions/workflows/dronecan.yml) [![dronecan](https://github.com/RaccoonlabDev/mini_v2_node/actions/workflows/code_style.yml/badge.svg)](https://github.com/RaccoonlabDev/mini_v2_node/actions/workflows/code_style.yml)
[![Code Smells](https://sonarcloud.io/api/project_badges/measure?project=RaccoonlabDev_mini_v2_node&metric=code_smells)](https://sonarcloud.io/summary/new_code?id=RaccoonlabDev_mini_v2_node) [![Lines of Code](https://sonarcloud.io/api/project_badges/measure?project=RaccoonlabDev_mini_v2_node&metric=ncloc)](https://sonarcloud.io/summary/new_code?id=RaccoonlabDev_mini_v2_node) [![cyphal_sitl](https://github.com/RaccoonlabDev/mini_v2_node/actions/workflows/cyphal_sitl.yml/badge.svg)](https://github.com/RaccoonlabDev/mini_v2_node/actions/workflows/cyphal_sitl.yml) [![dronecan_sitl](https://github.com/RaccoonlabDev/mini_v2_node/actions/workflows/dronecan_sitl.yml/badge.svg)](https://github.com/RaccoonlabDev/mini_v2_node/actions/workflows/dronecan_sitl.yml) [![code_style](https://github.com/RaccoonlabDev/mini_v2_node/actions/workflows/code_style.yml/badge.svg)](https://github.com/RaccoonlabDev/mini_v2_node/actions/workflows/code_style.yml) [![build_and_deploy](https://github.com/RaccoonlabDev/mini_v2_node/actions/workflows/build_and_deploy.yml/badge.svg)](https://github.com/RaccoonlabDev/mini_v2_node/actions/workflows/build_and_deploy.yml)

# Cyphal/DroneCAN application

Expand All @@ -15,12 +15,12 @@ Please, refer Wiki for details:
- [x] Small firmware image and software is friendly for customization,
- [x] Redundant CAN interface (node v3),
- [x] MPU-9250 IMU (node v3).
- [x] CAN terminator resistors control (node v3).

Not suported or tested yet / In Roadmap:
- [ ] Cyphal/DroneCAN Bootloader,
- [ ] Dynamics Node Allocation (DNA),
- [ ] Vibration Analysis: estimate dominant frequency and magnitude of vibrations for diagnosing mechanical issues or ensuring smooth operation in drones or robotic platforms in real time,
- [ ] CAN terminator resistors control (node v3).

### 2. SUPPORTED HARDWARE

Expand Down

0 comments on commit 1f93e29

Please sign in to comment.