Update Launch In SITL authored by shibohan's avatar shibohan
...@@ -12,7 +12,12 @@ cd ~ ...@@ -12,7 +12,12 @@ cd ~
echo "source /opt/ros/melodic/setup.bash" >> ~/.bashrc echo "source /opt/ros/melodic/setup.bash" >> ~/.bashrc
source ~/.bashrc source ~/.bashrc
``` ```
**Clone** the reprository into src **Clone** the repository into src
**Clone** dependent repository into src
```shell
git clone https://github.com/IntelRealSense/realsense-ros.git
git clone http://tuotuogzs.ddns.net/droneoa/ydlidar-x2l-local.git
```
Build the node with catkin_make: Build the node with catkin_make:
```shell ```shell
... ...
......