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

Add picknik_registration submodule #369

Merged
merged 1 commit into from
Sep 12, 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
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,6 @@
path = src/external_dependencies/ridgeback
url = https://github.com/sjahr/ridgeback.git
branch = ros2
[submodule "src/external_dependencies/picknik_registration"]
path = src/external_dependencies/picknik_registration
url = https://github.com/PickNikRobotics/picknik_registration.git
1 change: 1 addition & 0 deletions src/arm_on_rail_sim/config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ objectives:
- "moveit_studio::behaviors::MTCCoreBehaviorsLoader"
- "moveit_studio::behaviors::ServoBehaviorsLoader"
- "moveit_studio::behaviors::VisionBehaviorsLoader"
- "picknik_registration::PicknikRegistrationBehaviorsLoader"
# Specify source folder for objectives
# [Required]
objective_library_paths:
Expand Down
1 change: 1 addition & 0 deletions src/external_dependencies/picknik_registration
Submodule picknik_registration added at 7c654b
Loading