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 c6a54b2 commit 1c69ffc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<author email="[email protected]">ShotaAk</author>
<author email="[email protected]">Nozomi Mizoguchi</author>

<buildtool_depend>ament_cmake</buildtool_depend>

<depend>gz_ros2_control</depend>
Expand Down
2 changes: 1 addition & 1 deletion test/test_robot_description_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def test_manipulator_links_file_path():


def test_use_gazebo():
# use_gazeboが変更され、xacroにgazebo_ros2_controlがセットされることを期待
# use_gazeboが変更され、xacroにgz_ros2_controlがセットされることを期待
rdl = RobotDescriptionLoader()
rdl.use_gazebo = 'true'
rdl.gz_control_config_package = 'crane_x7_description'
Expand Down
2 changes: 1 addition & 1 deletion urdf/crane_x7.gazebo.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
">

<gazebo>
<plugin filename="libgz_ros2_control-system.so" name="gz_ros2_control::GazeboSimROS2ControlPlugin">
<plugin filename="libgz_ros2_control-system.so" name="gz_ros2_control::GazeboSimROS2ControlPlugin">
<parameters>$(find ${config_package})/${config_file_path}</parameters>
</plugin>
</gazebo>
Expand Down

0 comments on commit 1c69ffc

Please sign in to comment.