Skip to content

Commit

Permalink
Use the ros2 branch for the installation
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanscherzinger committed May 25, 2023
1 parent 7603a29 commit 1239413
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 @@ -38,7 +38,7 @@ This package provides such a controller suite for the [ros2_control](https://con
## Installation
Switch into the `src` folder of your current ROS2 workspace and
```bash
git clone -b ros2-devel git@github.com:fzi-forschungszentrum-informatik/cartesian_controllers.git
git clone -b ros2 https://github.com/fzi-forschungszentrum-informatik/cartesian_controllers.git
rosdep install --from-paths ./ --ignore-src -y
cd ..
colcon build --packages-skip cartesian_controller_simulation cartesian_controller_tests --cmake-args -DCMAKE_BUILD_TYPE=Release
Expand Down

0 comments on commit 1239413

Please sign in to comment.