2025-04-11 12:50:26 -05:00
|
|
|
# NOVAOnboarding
|
|
|
|
|
onboarding for UTD nova lab
|
2025-04-11 12:55:16 -05:00
|
|
|
|
2025-04-11 13:13:03 -05:00
|
|
|
```text
|
2025-04-11 13:04:36 -05:00
|
|
|
dockerShare
|
2025-04-11 13:13:03 -05:00
|
|
|
├── .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)
|
|
|
|
|
```
|