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

Update deprecated param #336

Merged
merged 5 commits into from
Aug 8, 2024
Merged
Show file tree
Hide file tree
Changes from 4 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 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
Loading