Skip to content

Commit 664608b

Browse files
author
Murilo Marinho
committed
Fixing rosdep addition
1 parent fce7e73 commit 664608b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.devel/build_ros2.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ if [ ! -f "$HOME/rosdep_ros2.yaml" ]; then
6969

7070
# Add sas packages to rosdep
7171
cd ~ || exit 1
72-
echo "$HOME/rosdep_ros2.yaml" | sudo tee -a /etc/ros/rosdep/sources.list.d/20-default.list
72+
echo "yaml file:///$HOME/rosdep_ros2.yaml" | sudo tee -a /etc/ros/rosdep/sources.list.d/20-default.list
7373

7474
# Update rosdep
7575
rosdep update

0 commit comments

Comments
 (0)