Skip to content

Commit 93b59e4

Browse files
pre-commit: fixed buil dissues
1 parent bb8ed1f commit 93b59e4

24 files changed

+107
-67
lines changed

.LICENSE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Licensed under GPLv2. See LICENSE file. Copyright Carologistics.

mps_description/launch/machine_base_description.launch.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/usr/bin/env python3
2+
# Licensed under GPLv2. See LICENSE file. Copyright Carologistics.
23
# Author: Saurabh Borse(saurabh.borse@alumni.fh-aachen.de)
34
# MIT License
45
# Copyright (c) 2023 Saurabh Borse

mps_description/launch/machine_cap_description.launch.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/usr/bin/env python3
2+
# Licensed under GPLv2. See LICENSE file. Copyright Carologistics.
23
# Author: Saurabh Borse(saurabh.borse@alumni.fh-aachen.de)
34
# MIT License
45
# Copyright (c) 2023 Saurabh Borse

mps_description/launch/machine_delivery_description.launch.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/usr/bin/env python3
2+
# Licensed under GPLv2. See LICENSE file. Copyright Carologistics.
23
# Author: Saurabh Borse(saurabh.borse@alumni.fh-aachen.de)
34
# MIT License
45
# Copyright (c) 2023 Saurabh Borse

mps_description/launch/machine_ring_description.launch.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/usr/bin/env python3
2+
# Licensed under GPLv2. See LICENSE file. Copyright Carologistics.
23
# Author: Saurabh Borse(saurabh.borse@alumni.fh-aachen.de)
34
# MIT License
45
# Copyright (c) 2023 Saurabh Borse

mps_description/launch/machine_storage_description.launch.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/usr/bin/env python3
2+
# Licensed under GPLv2. See LICENSE file. Copyright Carologistics.
23
# Author: Saurabh Borse(saurabh.borse@alumni.fh-aachen.de)
34
# MIT License
45
# Copyright (c) 2023 Saurabh Borse

robotino_simulation/config/omnidirectional_controllers.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ omnidirectional_controller:
2424
publish_rate: 50.0
2525
odom_frame_id: odom
2626
base_frame_id: base_link
27-
pose_covariance_diagonal : [0.001, 0.001, 0.001, 0.001, 0.001, 0.01]
27+
pose_covariance_diagonal: [0.001, 0.001, 0.001, 0.001, 0.001, 0.01]
2828
twist_covariance_diagonal: [0.001, 0.001, 0.001, 0.001, 0.001, 0.01]
2929
odom_numeric_integration_method: runge_kutta2
3030

robotino_simulation/include/robotino_simulation/robotino_driver.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Licensed under GPLv2. See LICENSE file. Copyright Carologistics.
2+
13
#ifndef ROBOTINO_DRIVER_WEBOTS_PLUGIN_HPP
24
#define ROBOTINO_DRIVER_WEBOTS_PLUGIN_HPP
35

robotino_simulation/launch/robotino_cluster.launch.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/usr/bin/env python
2+
# Licensed under GPLv2. See LICENSE file. Copyright Carologistics.
23
# Author: Saurabh Borse(saurabh.borse@alumni.fh-aachen.de)
34
# MIT License
45
# Copyright (c) 2023 Saurabh Borse

robotino_simulation/launch/robotino_controller.launch.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/usr/bin/env python
2+
# Licensed under GPLv2. See LICENSE file. Copyright Carologistics.
23
# Author: Saurabh Borse(saurabh.borse@alumni.fh-aachen.de)
34
# MIT License
45
# Copyright (c) 2023 Saurabh Borse

0 commit comments

Comments
 (0)