Skip to content

Commit

Permalink
fixed python linting
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcalderon03 committed Aug 30, 2024
1 parent 1d4cf4b commit df793c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion urc_bringup/launch/bringup_simulation.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

def generate_launch_description():
pkg_gazebo_ros = get_package_share_directory("gazebo_ros")
pkg_urc_gazebo = get_package_share_directory("urc_gazebo")
# pkg_urc_gazebo = get_package_share_directory("urc_gazebo")
pkg_urc_bringup = get_package_share_directory("urc_bringup")
pkg_path_planning = get_package_share_directory("path_planning")
pkg_trajectory_following = get_package_share_directory("trajectory_following")
Expand Down
2 changes: 1 addition & 1 deletion urc_perception/launch/perception.launch.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from launch import LaunchDescription
from launch.substitutions import PathJoinSubstitution
from launch_ros.actions import Node, SetRemap
from launch_ros.actions import SetRemap
from launch_ros.substitutions import FindPackageShare
from launch.actions import IncludeLaunchDescription, GroupAction
from launch.launch_description_sources import PythonLaunchDescriptionSource
Expand Down

0 comments on commit df793c8

Please sign in to comment.