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 # NOVAOnboarding
onboarding for UTD nova lab onboarding for UTD nova lab
'''bash ```text
dockerShare dockerShare
|-- adipu_ws ├── .bashrc (included in repo)
| |-- build ├── adipu_ws
| |-- install ├── build
| |-- log ├── install
| `-- src ├── log
| `-- (all files included in this repo) │ └── src
`-- urmom │ └── (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)
```