Skip to content

Commit

Permalink
add key to source list
Browse files Browse the repository at this point in the history
  • Loading branch information
harleylara committed Dec 10, 2024
1 parent 43511fe commit dba6759
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
ros2_gpg_key_url: https://raw.githubusercontent.com/ros/rosdistro/master/ros.key
ros2_repository_url: http://packages.ros.org/ros2/ubuntu
ros2_distro: humble
robot_name: rosbot
robot_name: skratch
ws_name: lsc_ws
pre_tasks:
- name: Apt update
Expand Down
10 changes: 8 additions & 2 deletions tasks/vcs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@
- name: Print the current working directory
debug:
msg: "The current working directory is: {{ current_directory_output.stdout }}"
- name: Run vcs import < .repos
shell: vcs import < lacoro-2024-ros-workshop/.repos
- name: Get Skratch repo
git:
repo: https://github.com/RoBonn-Systems/skratch_ros2.git
dest: "~/{{ ws_name }}/src/skratch_ros2"
clone: yes
update: yes
- name: Run vcs import
shell: cat lacoro-2024-ros-workshop/.repos skratch_ros2/core.repos | vcs import .
args:
chdir: "~/{{ ws_name }}/src/"

0 comments on commit dba6759

Please sign in to comment.