Skip to content

Commit

Permalink
Update compilation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed Aug 26, 2024
1 parent 87ec444 commit eb1b189
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@ export IGNITION_VERSION=edifice
export IGNITION_VERSION=fortress
```

Then create a workspace, clone the repo and compile it:
Then create a workspace, clone the correct branch of this repo and compile it:

```bash
mkdir -p ~/ros_ign/src
cd ~/ros_ign/src
git clone https://github.com/ros-controls/gz_ros2_control
mkdir -p ~/ign_ros2_control_ws/src
cd ~/ign_ros2_control_ws/src
git clone https://github.com/ros-controls/gz_ros2_control -b humble
rosdep install -r --from-paths . --ignore-src --rosdistro $ROS_DISTRO -y
cd ~/ros2_ign
cd ~/ign_ros2_control_ws
colcon build
```

0 comments on commit eb1b189

Please sign in to comment.