Skip to content

Commit

Permalink
fix readme: git clone command to automatically clone the humble branch (
Browse files Browse the repository at this point in the history
  • Loading branch information
PetoAdam authored Oct 8, 2024
1 parent c0928e6 commit f398ee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ mkdir -p ~/ros2_ws/src
Clone KUKA ROS2 repositories.
```bash
cd ~/ros2_ws/src
git clone https://github.com/kroshu/kuka_drivers.git
git clone -b humble https://github.com/kroshu/kuka_drivers.git
vcs import < kuka_drivers/upstream.repos
```

Expand Down

0 comments on commit f398ee9

Please sign in to comment.