Skip to content

Commit

Permalink
fixed minor codacy issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ShubhamGawande191 committed Feb 28, 2024
1 parent c60478a commit fe1fa66
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions launch/robile_mrs.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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))

Expand Down
Binary file modified robile_safety/__pycache__/__init__.cpython-310.pyc
Binary file not shown.
Binary file not shown.
Binary file modified test/__pycache__/__init__.cpython-310.pyc
Binary file not shown.
Binary file modified test/__pycache__/test_SMACH.cpython-310.pyc
Binary file not shown.
Binary file modified test/__pycache__/test_copyright.cpython-310.pyc
Binary file not shown.
Binary file modified test/__pycache__/test_flake8.cpython-310.pyc
Binary file not shown.
Binary file not shown.
Binary file modified test/__pycache__/test_pep257.cpython-310.pyc
Binary file not shown.

0 comments on commit fe1fa66

Please sign in to comment.