Skip to content

Commit

Permalink
スタイル修正
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuwamai committed Dec 26, 2024
1 parent 88eccaf commit bdba0c2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions crane_x7_examples/launch/camera_example.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
from launch import LaunchDescription
from launch.actions import DeclareLaunchArgument
from launch.substitutions import LaunchConfiguration
from launch_ros.actions import SetParameter
from launch_ros.actions import Node
from launch_ros.actions import SetParameter
import yaml


Expand Down Expand Up @@ -67,7 +67,7 @@ def generate_launch_description():
description=('Set true when using the gazebo simulator.')
)

picking_node = Node(name="pick_and_place_tf",
picking_node = Node(name='pick_and_place_tf',
package='crane_x7_examples',
executable='pick_and_place_tf',
output='screen',
Expand Down
2 changes: 1 addition & 1 deletion crane_x7_examples/launch/example.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
from crane_x7_description.robot_description_loader import RobotDescriptionLoader
from launch import LaunchDescription
from launch.actions import DeclareLaunchArgument
from launch_ros.actions import SetParameter
from launch.substitutions import LaunchConfiguration
from launch_ros.actions import Node
from launch_ros.actions import SetParameter
import yaml


Expand Down
4 changes: 1 addition & 3 deletions crane_x7_moveit_config/launch/run_move_group.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,15 @@
# See the License for the specific language governing permissions and
# limitations under the License.

import os

from crane_x7_description.robot_description_loader import RobotDescriptionLoader
from launch import LaunchDescription
from launch.actions import DeclareLaunchArgument
from launch.substitutions import LaunchConfiguration
from moveit_configs_utils import MoveItConfigsBuilder
from moveit_configs_utils.launches import generate_move_group_launch
from moveit_configs_utils.launches import generate_moveit_rviz_launch
from moveit_configs_utils.launches import generate_static_virtual_joint_tfs_launch
from moveit_configs_utils.launches import generate_rsp_launch
from moveit_configs_utils.launches import generate_static_virtual_joint_tfs_launch


def generate_launch_description():
Expand Down

0 comments on commit bdba0c2

Please sign in to comment.