Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 18 additions & 18 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,16 @@
./CMakeLists.txt
./doc
./include
./launch
./Media
./meshes
./package.xml
./rviz
./script
./src
./srdf
./tutorial_6
./tutorial_7
./urdf
];
};
Expand Down
3 changes: 2 additions & 1 deletion launch/tutorial_6_launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

import xacro
from ament_index_python.packages import get_package_share_directory
from launch import LaunchContext, LaunchDescription
from launch.actions import (
DeclareLaunchArgument,
IncludeLaunchDescription,
Expand All @@ -18,6 +17,8 @@
from launch.substitutions import LaunchConfiguration
from launch_ros.actions import Node

from launch import LaunchContext, LaunchDescription


def get_robot_description_and_controllers(context: LaunchContext, robot_type):
robot_type_str = context.perform_substitution(robot_type)
Expand Down
3 changes: 2 additions & 1 deletion launch/tutorial_7_launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

import xacro
from ament_index_python.packages import get_package_share_directory
from launch import LaunchContext, LaunchDescription
from launch.actions import (
DeclareLaunchArgument,
IncludeLaunchDescription,
Expand All @@ -18,6 +17,8 @@
from launch.substitutions import LaunchConfiguration
from launch_ros.actions import Node

from launch import LaunchContext, LaunchDescription


def get_robot_description_and_controllers(context: LaunchContext, robot_type):
robot_type_str = context.perform_substitution(robot_type)
Expand Down