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

Fix for gazebo configs #363

Merged
merged 1 commit into from
Sep 9, 2024
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
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:
- "[email protected]"
- "@prettier/[email protected]"
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
dsobek marked this conversation as resolved.
Show resolved Hide resolved
</parameters>
<ros>
<remapping>
Expand Down
Loading