Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TPODAvia authored Nov 22, 2023
1 parent 4d4140f commit 05ad58e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,13 @@ cd ~/colcon_ws
rosdep install --from-paths src --ignore-src -r -y
colcon build --symlink-install --packages-select orbslam3

```
use `colcon_cd` to find the package
```bash
echo "source /usr/share/colcon_cd/function/colcon_cd.sh" >> ~/.bashrc
echo "export _colcon_cd_root=/opt/ros/humble/" >> ~/.bashrc

colcon_cd my_package
```

### Install remote desktop tools for debuging (Optional)
Expand Down Expand Up @@ -346,3 +353,6 @@ iface eth0 inet static
netmask <your_netmask>
gateway 192.168.1.1
up route add default via 192.168.1.1 dev eth0



0 comments on commit 05ad58e

Please sign in to comment.