Skip to content

Commit 4bb693e

Browse files
committed
update readme
1 parent b4b9e4e commit 4bb693e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,23 @@ apt update -y && apt upgrade -y
1616
apt install python3-venv -y
1717
apt install ros-$ROS_DISTRO-ur -y
1818
cd ~
19+
source /opt/ros/humble/setup.bash
1920
```
2021

2122

23+
#### Installing dependencies
24+
1. Install support packages for the pruning environment.
25+
```
26+
cd ~
27+
git clone https://github.com/lukestroh/branch_detection_ws.git
28+
cd branch_detection_ws
29+
colcon build --symlink-install
30+
source install/setup.bash
31+
cd ~
32+
```
33+
2234
#### Installing this package
35+
2336
1. Clone this repository into your local directory:
2437
```
2538
git clone https://github.com/OSUrobotics/pybullet-tree-sim.git

0 commit comments

Comments
 (0)