Skip to content

Commit

Permalink
address code-formatting requirements (pre-commit)
Browse files Browse the repository at this point in the history
  • Loading branch information
PetoAdam committed Jul 26, 2024
1 parent 45a26e6 commit 58c0a63
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This repository contains ROS2 drivers for all KUKA operating systems.

ROS2 Distro | Branch | Github CI | SonarCloud
------------ | -------------- | -------------- | --------------
**Jazzy** | [`master`](https://github.com/kroshu/kuka_drivers/tree/master) | [![Build Status](https://github.com/kroshu//kuka_drivers/actions/workflows/industrial_ci.yml/badge.svg?branch=master)](https://github.com/kroshu/kuka_drivers/actions) | [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=kroshu_kuka_drivers&metric=alert_status)](https://sonarcloud.io/dashboard?id=kroshu_kuka_drivers)
**Jazzy** | [`master`](https://github.com/kroshu/kuka_drivers/tree/master) | [![Build Status](https://github.com/kroshu//kuka_drivers/actions/workflows/industrial_ci.yml/badge.svg?branch=master)](https://github.com/kroshu/kuka_drivers/actions) | [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=kroshu_kuka_drivers&metric=alert_status)](https://sonarcloud.io/dashboard?id=kroshu_kuka_drivers)
**Humble** | [`humble`](https://github.com/kroshu/kuka_drivers/tree/humble) | [![Build Status](https://github.com/kroshu//kuka_drivers/actions/workflows/industrial_ci.yml/badge.svg?branch=humble)](https://github.com/kroshu/kuka_drivers/actions) | [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=kroshu_kuka_drivers&metric=alert_status&branch=humble)](https://sonarcloud.io/dashboard?id=kroshu_kuka_drivers)

# Requirements
Expand Down
4 changes: 2 additions & 2 deletions kuka_rsi_simulator/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
entry_points={
"console_scripts": ["rsi_simulator = kuka_rsi_simulator.rsi_simulator:main"],
},
tests_require=['pytest'],
test_suite='test',
tests_require=["pytest"],
test_suite="test",
)
2 changes: 1 addition & 1 deletion kuka_rsi_simulator/test/test_dummy.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
def test_dummy():
pass
pass
2 changes: 1 addition & 1 deletion kuka_sunrise_fri_driver/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ find_package(std_srvs)
find_package(nanopb REQUIRED)

find_path(NANOPB_INCLUDE_DIR
NAMES pb.h
NAMES pb.h
PATHS /usr/include/nanopb /usr/local/include/nanopb
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
#include <unistd.h>

#include <atomic>
#include <cstdint>
#include <functional>
#include <stdexcept>
#include <string>
#include <vector>
#include <cstdint>

namespace kuka_sunrise_fri_driver
{
Expand Down

0 comments on commit 58c0a63

Please sign in to comment.