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

Commit

Permalink
Update deprecated param (#336)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjahr authored Aug 8, 2024
1 parent 1ff1238 commit 5238d46
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[submodule "src/external_dependencies/ros2_robotiq_gripper"]
path = src/external_dependencies/ros2_robotiq_gripper
url = https://github.com/PickNikRobotics/ros2_robotiq_gripper.git
branch = humble
[submodule "src/external_dependencies/picknik_accessories"]
path = src/external_dependencies/picknik_accessories
url = https://github.com/PickNikRobotics/picknik_accessories.git
Expand Down
2 changes: 1 addition & 1 deletion src/picknik_ur_base_config/config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ hardware:
- prefix: ""
- use_fake_hardware: "true"
- use_pinch_links: "true"
- fake_sensor_commands: "false"
- mock_sensor_commands: "false"
- headless_mode: "true"
- robot_ip: "0.0.0.0"
- joint_limits_parameters_file:
Expand Down
2 changes: 1 addition & 1 deletion src/picknik_ur_multi_arm_config/config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ hardware:
- prefix: ""
- use_fake_hardware: "true"
- use_pinch_links: "true"
- fake_sensor_commands: "false"
- mock_sensor_commands: "false"
- headless_mode: "true"
- robot_ip: "0.0.0.0"
- joint_limits_parameters_file:
Expand Down

0 comments on commit 5238d46

Please sign in to comment.