Skip to content

Commit 62b21e0

Browse files
committed
Update key and package
Signed-off-by: Alberto Tudela <[email protected]>
1 parent 7be6340 commit 62b21e0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ _commands:
3333
- restore_cache:
3434
name: Restore Cache << parameters.key >>
3535
keys:
36-
- "<< parameters.key >>-v39\
36+
- "<< parameters.key >>-v40\
3737
-{{ arch }}\
3838
-{{ .Branch }}\
3939
-{{ .Environment.CIRCLE_PR_NUMBER }}\
4040
-{{ checksum \"<< parameters.workspace >>/lockfile.txt\" }}"
41-
- "<< parameters.key >>-v39\
41+
- "<< parameters.key >>-v40\
4242
-{{ arch }}\
4343
-main\
4444
-<no value>\

navigation2/package.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
<exec_depend>opennav_docking</exec_depend>
4949
<exec_depend>opennav_docking_bt</exec_depend>
5050
<exec_depend>opennav_docking_core</exec_depend>
51+
<exec_depend>opennav_following</exec_depend>
5152

5253
<export>
5354
<build_type>ament_cmake</build_type>

0 commit comments

Comments
 (0)