Skip to content

Commit

Permalink
Flake8
Browse files Browse the repository at this point in the history
Signed-off-by: Juancams <jc.manzanares.serrano@gmail.com>
  • Loading branch information
Juancams committed Jul 4, 2024
1 parent a5ee167 commit 827e058
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion go2_nav/launch/navigation.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
from launch.substitutions import LaunchConfiguration
from launch_ros.actions import SetRemap


def generate_launch_description():
package_dir = get_package_share_directory('go2_nav')
nav2_dir = get_package_share_directory('nav2_bringup')
Expand Down Expand Up @@ -123,4 +124,4 @@ def generate_launch_description():
ld.add_action(rviz_cmd)
ld.add_action(cmd_vel_remap)

return ld
return ld
2 changes: 1 addition & 1 deletion go2_rviz/launch/rviz.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ def generate_launch_description():
os.path.join(get_package_share_directory('go2_rviz'),
'config', 'go2_rviz.rviz')]
)
])
])

0 comments on commit 827e058

Please sign in to comment.