We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4b9e4e commit 4bb693eCopy full SHA for 4bb693e
README.md
@@ -16,10 +16,23 @@ apt update -y && apt upgrade -y
16
apt install python3-venv -y
17
apt install ros-$ROS_DISTRO-ur -y
18
cd ~
19
+source /opt/ros/humble/setup.bash
20
```
21
22
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
32
33
+
34
#### Installing this package
35
36
1. Clone this repository into your local directory:
37
38
git clone https://github.com/OSUrobotics/pybullet-tree-sim.git
0 commit comments