From e4d531575fea54195b657d852291ada728e0194f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20=C3=81ngel=20Gonz=C3=A1lez=20Santamarta?= Date: Sat, 28 Dec 2024 18:24:10 +0100 Subject: [PATCH] fixing license comments --- rover_bringup/launch/rover.launch.py | 2 +- rover_bringup/launch/ublox.launch.py | 2 +- rover_bringup/launch/urg_node.launch.py | 2 +- rover_description/launch/robot_state_publisher.launch.py | 2 +- rover_description/urdf/bases/body.urdf.xacro | 2 +- rover_description/urdf/bases/bogie.urdf.xacro | 2 +- rover_description/urdf/bases/differential.urdf.xacro | 2 +- rover_description/urdf/bases/rocker.urdf.xacro | 2 +- rover_description/urdf/bases/turnbuckle.urdf.xacro | 2 +- rover_description/urdf/inertials.xacro | 2 +- rover_description/urdf/materials.xacro | 2 +- rover_description/urdf/sensors/all_sensors.urdf.xacro | 2 +- rover_description/urdf/sensors/asus_xtion.urdf.xacro | 2 +- rover_description/urdf/sensors/hokuyo.urdf.xacro | 2 +- rover_description/urdf/sensors/imu.urdf.xacro | 2 +- rover_description/urdf/wheels/corner.urdf.xacro | 2 +- rover_description/urdf/wheels/wheel.urdf.xacro | 2 +- .../include/rover_gazebo/motors_command_parser_node.hpp | 2 +- rover_gazebo/launch/curiosity.launch.py | 2 +- rover_gazebo/launch/forest.launch.py | 2 +- rover_gazebo/launch/gazebo.launch.py | 2 +- rover_gazebo/launch/include/cmd_vel.launch.py | 2 +- rover_gazebo/launch/include/spawn.launch.py | 2 +- rover_gazebo/launch/low_moon.launch.py | 2 +- rover_gazebo/launch/mars.launch.py | 2 +- rover_gazebo/launch/moon.launch.py | 2 +- rover_gazebo/src/motors_command_parser_node.cpp | 2 +- rover_localization/launch/ekf.launch.py | 2 +- rover_localization/launch/localization.launch.py | 2 +- rover_localization/launch/rgbd_odometry.launch.py | 2 +- rover_localization/launch/rtabmap.launch.py | 2 +- rover_motor_controller/launch/motor_controller.launch.py | 2 +- .../rover_motor_controller/controller_node_main.py | 2 +- .../rover_motor_controller/motor_controller/controller_node.py | 2 +- .../rover_motor_controller/motor_controller/vel_parser_node.py | 2 +- .../rover_motor_controller/vel_parser_node_main.py | 2 +- rover_motor_controller_cpp/include/lx16a/lx16a.hpp | 2 +- rover_motor_controller_cpp/include/lx16a/lx16a_consts.hpp | 2 +- rover_motor_controller_cpp/include/lx16a/motor_controller.hpp | 2 +- rover_motor_controller_cpp/include/lx16a/serial.hpp | 2 +- .../include/motor_controller/controller_node.hpp | 2 +- .../include/motor_controller/vel_parser_node.hpp | 2 +- rover_motor_controller_cpp/launch/motor_controller.launch.py | 2 +- rover_motor_controller_cpp/src/controller_node_main.cpp | 2 +- rover_motor_controller_cpp/src/lx16a/lx16a.cpp | 2 +- rover_motor_controller_cpp/src/lx16a/motor_controller.cpp | 2 +- rover_motor_controller_cpp/src/lx16a/serial.cpp | 2 +- .../src/motor_controller/controller_node.cpp | 2 +- .../src/motor_controller/vel_parser_node.cpp | 2 +- rover_motor_controller_cpp/src/vel_parser_node_main.cpp | 2 +- rover_navigation/launch/bringup.launch.py | 2 +- rover_navigation/launch/navigation.launch.py | 2 +- rover_teleop/launch/joy_teleop.launch.py | 2 +- rover_teleop/rover_teleop/teleop_keyboard_node.py | 2 +- 54 files changed, 54 insertions(+), 54 deletions(-) diff --git a/rover_bringup/launch/rover.launch.py b/rover_bringup/launch/rover.launch.py index 2cd139b..4c09518 100644 --- a/rover_bringup/launch/rover.launch.py +++ b/rover_bringup/launch/rover.launch.py @@ -1,6 +1,6 @@ # MIT License -# Copyright (c) 2023 Miguel Ángel González Santamarta +# Copyright (c) 2023 Miguel Ángel González Santamarta # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/rover_bringup/launch/ublox.launch.py b/rover_bringup/launch/ublox.launch.py index 7625e21..888680c 100644 --- a/rover_bringup/launch/ublox.launch.py +++ b/rover_bringup/launch/ublox.launch.py @@ -1,6 +1,6 @@ # MIT License -# Copyright (c) 2023 Miguel Ángel González Santamarta +# Copyright (c) 2023 Miguel Ángel González Santamarta # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/rover_bringup/launch/urg_node.launch.py b/rover_bringup/launch/urg_node.launch.py index 6c54fcf..8e05418 100644 --- a/rover_bringup/launch/urg_node.launch.py +++ b/rover_bringup/launch/urg_node.launch.py @@ -1,6 +1,6 @@ # MIT License -# Copyright (c) 2023 Miguel Ángel González Santamarta +# Copyright (c) 2023 Miguel Ángel González Santamarta # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/rover_description/launch/robot_state_publisher.launch.py b/rover_description/launch/robot_state_publisher.launch.py index d06a570..84de51e 100644 --- a/rover_description/launch/robot_state_publisher.launch.py +++ b/rover_description/launch/robot_state_publisher.launch.py @@ -1,6 +1,6 @@ # MIT License -# Copyright (c) 2023 Miguel Ángel González Santamarta +# Copyright (c) 2023 Miguel Ángel González Santamarta # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/rover_description/urdf/bases/body.urdf.xacro b/rover_description/urdf/bases/body.urdf.xacro index b8aaf71..ae311d3 100644 --- a/rover_description/urdf/bases/body.urdf.xacro +++ b/rover_description/urdf/bases/body.urdf.xacro @@ -2,7 +2,7 @@