Skip to content

Commit

Permalink
スタイル修正
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuwamai committed Dec 20, 2024
1 parent d58ec1a commit e0d05fd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
11 changes: 8 additions & 3 deletions crane_plus_moveit_config/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,14 @@ project(crane_plus_moveit_config)

find_package(ament_cmake REQUIRED)

ament_package()

install(DIRECTORY launch DESTINATION share/${PROJECT_NAME}
PATTERN "setup_assistant.launch" EXCLUDE)
install(DIRECTORY config DESTINATION share/${PROJECT_NAME})
install(FILES .setup_assistant DESTINATION share/${PROJECT_NAME})
install(FILES .setup_assistant DESTINATION share/${PROJECT_NAME})

if(BUILD_TESTING)
find_package(ament_lint_auto REQUIRED)
ament_lint_auto_find_test_dependencies()
endif()

ament_package()
7 changes: 2 additions & 5 deletions crane_plus_moveit_config/launch/run_move_group.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,15 @@
# limitations under the License.


# from ament_index_python.packages import get_package_share_directory
from crane_plus_description.robot_description_loader \
import RobotDescriptionLoader
from crane_plus_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_rsp_launch
from moveit_configs_utils.launches \
import generate_static_virtual_joint_tfs_launch
from moveit_configs_utils.launches import generate_static_virtual_joint_tfs_launch


def generate_launch_description():
Expand Down

0 comments on commit e0d05fd

Please sign in to comment.