Skip to content

Commit 5ece301

Browse files
License Check
1 parent 0c6551d commit 5ece301

33 files changed

Lines changed: 101 additions & 7 deletions

.github/workflows/licensing_checker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ jobs:
5454
run: |
5555
sudo apt-get update
5656
sudo apt-get install -y python3-pip
57-
pip install reuse
57+
pip install --break-system reuse
5858
reuse lint
5959
shell: bash

bash_scripts/kill_ros_apps.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
2+
# Copyright 2026 CNR-STIIMA-IRAS
3+
# SPDX-License-Identifier: Apache-2.0
24

35
##########################################
46
RED='\033[0;31m'

bash_scripts/launch_ros2_env.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
2+
# Copyright 2026 CNR-STIIMA-IRAS
3+
# SPDX-License-Identifier: Apache-2.0
4+
5+
26
source /home/fit4med/fit4med_ws/install/setup.bash
37

48
perform_homing=false

bash_scripts/launch_ros2_env_moveit.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
2+
# Copyright 2026 CNR-STIIMA-IRAS
3+
# SPDX-License-Identifier: Apache-2.0
4+
5+
26
source /home/fit4med/fit4med_ws/install/setup.bash
37

48
perform_homing=false

bash_scripts/log.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
2+
# Copyright 2026 CNR-STIIMA-IRAS
3+
# SPDX-License-Identifier: Apache-2.0
4+
25
now=$(date +"%Y%m%d_%H%M%S")
36
zip -r log_${now}.zip /home/fit4med/.ros/log/*
47
mv log_${now}.zip /home/fit4med/.ros/fit4med_log/

fit4med_ee_joint_hw/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright 2026 CNR-STIIMA-IRAS
2+
# SPDX-License-Identifier: Apache-2.0
3+
14
cmake_minimum_required(VERSION 3.11)
25
project(fit4med_ee_joint_hw)
36

fit4med_ee_joint_hw/hw_plugin.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
<!-- Copyright 2026 CNR-STIIMA-IRAS -->
2+
<!-- SPDX-License-Identifier: Apache-2.0 -->
3+
14
<library path="fit4med_ee_joint_hw">
25
<class name="fit4med_ee_joint_hw/EEJointPositionSystem"
36
type="fit4med_ee_joint_hw::EEJointPositionSystem"

fit4med_ee_joint_hw/include/fit4med_ee_joint_hw/fit4med_ee_joint_hw.hpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright 2026 CNR-STIIMA-IRAS
2+
// SPDX-License-Identifier: Apache-2.0
3+
14
#pragma once
25

36
#include <hardware_interface/system_interface.hpp>

fit4med_ee_joint_hw/package.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
<!-- Copyright 2026 CNR-STIIMA-IRAS -->
2+
<!-- SPDX-License-Identifier: Apache-2.0 -->
3+
14
<?xml version="1.0"?>
25
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
36
<package format="3">

fmrrehab_moveit_config/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright 2026 CNR-STIIMA-IRAS
2+
# SPDX-License-Identifier: Apache-2.0
3+
14
cmake_minimum_required(VERSION 3.22)
25
project(fmrrehab_moveit_config)
36

0 commit comments

Comments
 (0)