File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed
chonkur/chonkur_deploy/launch Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change 1717# License for the specific language governing permissions and limitations
1818# under the License.
1919
20- import os
21-
2220from launch import LaunchDescription
2321from launch .actions import DeclareLaunchArgument
2422from launch .substitutions import LaunchConfiguration
2523from launch_ros .actions import Node
26- from chonkur_deploy .launch_helpers import include_launch_file
27- from ament_index_python .packages import get_package_share_directory
2824
2925
3026def generate_launch_description ():
Original file line number Diff line number Diff line change 2222from launch import LaunchDescription
2323from launch .actions import DeclareLaunchArgument
2424from launch .substitutions import LaunchConfiguration
25- from launch_ros .actions import Node
2625from chonkur_deploy .launch_helpers import include_launch_file
2726from ament_index_python .packages import get_package_share_directory
2827
You can’t perform that action at this time.
0 commit comments