Skip to content

Commit f1950a0

Browse files
committed
Added headers to all code files and cleaned repo
1 parent 5fd2954 commit f1950a0

File tree

6 files changed

+886
-320
lines changed

6 files changed

+886
-320
lines changed

LICENSE

Lines changed: 848 additions & 201 deletions
Large diffs are not rendered by default.

task_json_schemas/follow_external_frame.etasl.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"required":["file_path","parameters"],
1616
"properties":{
1717
"file_path":{
18-
"const":"$[etasl_ros2_application_template]/task_specifications/libraries/dummy_lib/task_specifications/follow_external_frame.etasl.lua",
18+
"const":"$[crospi_application_template]/task_specifications/libraries/dummy_lib/task_specifications/follow_external_frame.etasl.lua",
1919
"type":"string",
2020
"description":"File path of the corresponding task specification"
2121
},

task_json_schemas/follow_external_vector.etasl.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"required":["file_path","parameters"],
1616
"properties":{
1717
"file_path":{
18-
"const":"$[etasl_ros2_application_template]/task_specifications/libraries/dummy_lib/task_specifications/follow_external_vector.etasl.lua",
18+
"const":"$[crospi_application_template]/task_specifications/libraries/dummy_lib/task_specifications/follow_external_vector.etasl.lua",
1919
"type":"string",
2020
"description":"File path of the corresponding task specification"
2121
},

task_json_schemas/keep_relative_initial_pose_with_base_sine_wave.etasl.json

Lines changed: 0 additions & 117 deletions
This file was deleted.

task_specifications/follow_external_frame.etasl.lua

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
-- Copyright (c) 2025 KU Leuven, Belgium
2+
--
3+
-- Author: Santiago Iregui
4+
-- email: <santiago.iregui@kuleuven.be>
5+
--
6+
-- GNU Lesser General Public License Usage
7+
-- Alternatively, this file may be used under the terms of the GNU Lesser
8+
-- General Public License version 3 as published by the Free Software
9+
-- Foundation and appearing in the file LICENSE.LGPLv3 included in the
10+
-- packaging of this file. Please review the following information to
11+
-- ensure the GNU Lesser General Public License version 3 requirements
12+
-- will be met: https://www.gnu.org/licenses/lgpl.html.
13+
--
14+
-- This program is distributed in the hope that it will be useful,
15+
-- but WITHOUT ANY WARRANTY; without even the implied warranty of
16+
-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17+
-- GNU Lesser General Public License for more details.
18+
119
require("context")
220
require("geometric")
321
-- worldmodel=require("worldmodel")

task_specifications/follow_external_vector.etasl.lua

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
-- Copyright (c) 2025 KU Leuven, Belgium
2+
--
3+
-- Author: Santiago Iregui
4+
-- email: <santiago.iregui@kuleuven.be>
5+
--
6+
-- GNU Lesser General Public License Usage
7+
-- Alternatively, this file may be used under the terms of the GNU Lesser
8+
-- General Public License version 3 as published by the Free Software
9+
-- Foundation and appearing in the file LICENSE.LGPLv3 included in the
10+
-- packaging of this file. Please review the following information to
11+
-- ensure the GNU Lesser General Public License version 3 requirements
12+
-- will be met: https://www.gnu.org/licenses/lgpl.html.
13+
--
14+
-- This program is distributed in the hope that it will be useful,
15+
-- but WITHOUT ANY WARRANTY; without even the implied warranty of
16+
-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17+
-- GNU Lesser General Public License for more details.
18+
119
require("context")
220
require("geometric")
321
-- worldmodel=require("worldmodel")

0 commit comments

Comments
 (0)