Skip to content
This repository has been archived by the owner on Dec 13, 2024. It is now read-only.

Commit

Permalink
Merge pull request #363 from PickNikRobotics/linter-fix
Browse files Browse the repository at this point in the history
Fix for gazebo configs
  • Loading branch information
dsobek authored Sep 9, 2024
2 parents b411f17 + 2ca8212 commit bd0ea65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,4 @@ repos:
additional_dependencies:
- "prettier@3.1.0"
- "@prettier/plugin-xml@3.3.1"
files: \.(xml|xacro)$
files: \.(xml)$
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,7 @@
name="ign_ros2_control::IgnitionROS2ControlPlugin"
>
<parameters>
$(find
picknik_ur_gazebo_config)/config/control/picknik_ur5e.ros2_control.yaml
$(find picknik_ur_gazebo_config)/config/control/picknik_ur5e.ros2_control.yaml
</parameters>
<ros>
<remapping>
Expand Down

0 comments on commit bd0ea65

Please sign in to comment.