Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcalderon03 committed Jul 13, 2024
1 parent e977673 commit edcd2cd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
1 change: 1 addition & 0 deletions external/ros2_thetav
Submodule ros2_thetav added at ad0207
21 changes: 10 additions & 11 deletions urc_bringup/launch/bringup_simulation.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

def generate_launch_description():
pkg_gazebo_ros = get_package_share_directory("gazebo_ros")
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 Expand Up @@ -112,11 +111,11 @@ def generate_launch_description():
arguments=["-p", controller_config_file_dir, "rover_drivetrain_controller"],
)

teleop_launch = IncludeLaunchDescription(
PythonLaunchDescriptionSource(
[FindPackageShare("urc_bringup"), "/launch/teleop.launch.py"]
)
)
# teleop_launch = IncludeLaunchDescription(
# PythonLaunchDescriptionSource(
# [FindPackageShare("urc_bringup"), "/launch/teleop.launch.py"]
# )
# )

# ekf_launch = IncludeLaunchDescription(
# PythonLaunchDescriptionSource(
Expand All @@ -125,11 +124,11 @@ def generate_launch_description():
# )
# )

bt_launch = IncludeLaunchDescription(
PythonLaunchDescriptionSource(
os.path.join(pkg_urc_bringup, "launch", "bt.launch.py")
)
)
# bt_launch = IncludeLaunchDescription(
# PythonLaunchDescriptionSource(
# os.path.join(pkg_urc_bringup, "launch", "bt.launch.py")
# )
# )

path_planning_launch = IncludeLaunchDescription(
PythonLaunchDescriptionSource(
Expand Down

0 comments on commit edcd2cd

Please sign in to comment.