diff --git a/launch/robile_mrs.launch.py b/launch/robile_mrs.launch.py index 38cea7f..16790d3 100644 --- a/launch/robile_mrs.launch.py +++ b/launch/robile_mrs.launch.py @@ -4,10 +4,10 @@ import os from ament_index_python.packages import get_package_share_directory -from launch import LaunchDescription, LaunchContext -from launch.actions import DeclareLaunchArgument, IncludeLaunchDescription, GroupAction +from launch import LaunchDescription +from launch.actions import IncludeLaunchDescription, GroupAction from launch.launch_description_sources import PythonLaunchDescriptionSource -from launch.substitutions import Command, FindExecutable, PathJoinSubstitution, LaunchConfiguration +from launch.substitutions import Command, FindExecutable, PathJoinSubstitution from launch_ros.substitutions import FindPackageShare from launch.substitutions import TextSubstitution from launch_ros.actions import Node @@ -69,7 +69,7 @@ def generate_launch_description(): robot_nodes = [] for i in range(number_of_robots): robot_name = f'robot_{i}' - x_pose = str(1.0 * i) + x_pose = str(1.0 * i) y_pose = '-3.5' robot_nodes.append(generate_robot_nodes(robot_name, x_pose, y_pose)) diff --git a/robile_safety/__pycache__/__init__.cpython-310.pyc b/robile_safety/__pycache__/__init__.cpython-310.pyc index 976e72e..24accc1 100644 Binary files a/robile_safety/__pycache__/__init__.cpython-310.pyc and b/robile_safety/__pycache__/__init__.cpython-310.pyc differ diff --git a/robile_safety/__pycache__/safety_monitoring_SMACH.cpython-310.pyc b/robile_safety/__pycache__/safety_monitoring_SMACH.cpython-310.pyc index 785f371..64142ca 100644 Binary files a/robile_safety/__pycache__/safety_monitoring_SMACH.cpython-310.pyc and b/robile_safety/__pycache__/safety_monitoring_SMACH.cpython-310.pyc differ diff --git a/test/__pycache__/__init__.cpython-310.pyc b/test/__pycache__/__init__.cpython-310.pyc index 9601f3b..c65a59e 100644 Binary files a/test/__pycache__/__init__.cpython-310.pyc and b/test/__pycache__/__init__.cpython-310.pyc differ diff --git a/test/__pycache__/test_SMACH.cpython-310.pyc b/test/__pycache__/test_SMACH.cpython-310.pyc index 2e881be..928b016 100644 Binary files a/test/__pycache__/test_SMACH.cpython-310.pyc and b/test/__pycache__/test_SMACH.cpython-310.pyc differ diff --git a/test/__pycache__/test_copyright.cpython-310.pyc b/test/__pycache__/test_copyright.cpython-310.pyc index d908e76..15a21d6 100644 Binary files a/test/__pycache__/test_copyright.cpython-310.pyc and b/test/__pycache__/test_copyright.cpython-310.pyc differ diff --git a/test/__pycache__/test_flake8.cpython-310.pyc b/test/__pycache__/test_flake8.cpython-310.pyc index 2e04982..1632b7f 100644 Binary files a/test/__pycache__/test_flake8.cpython-310.pyc and b/test/__pycache__/test_flake8.cpython-310.pyc differ diff --git a/test/__pycache__/test_multi_robot_system.cpython-310.pyc b/test/__pycache__/test_multi_robot_system.cpython-310.pyc new file mode 100644 index 0000000..329b689 Binary files /dev/null and b/test/__pycache__/test_multi_robot_system.cpython-310.pyc differ diff --git a/test/__pycache__/test_pep257.cpython-310.pyc b/test/__pycache__/test_pep257.cpython-310.pyc index ec0d6b5..91db857 100644 Binary files a/test/__pycache__/test_pep257.cpython-310.pyc and b/test/__pycache__/test_pep257.cpython-310.pyc differ