Update README.md

This commit is contained in:
Aditya Pulipaka
2025-04-11 13:13:03 -05:00
committed by GitHub
parent 86a97ddf15
commit a8341be7ef

View File

@@ -1,13 +1,17 @@
# NOVAOnboarding
onboarding for UTD nova lab
'''bash
```text
dockerShare
|-- adipu_ws
| |-- build
| |-- install
| |-- log
| `-- src
| `-- (all files included in this repo)
`-- urmom
'''
├── .bashrc (included in repo)
├── adipu_ws
├── build
├── install
├── log
│ └── src
│ └── (files included in this repo @ adipu_ws/src/)
├── ros2_humble
│ └── (ros2 source install: build, install, log, src)
├── initTurt_launch.py (included in repo)
└── chaseTurt_launch.py (included in repo)
```