YOPO-Rally
A Sim-to-Real Single-Stage Planner for Off-Road Terrain
파일 탐색기
최종 버전 다운로드 (.zip)- cost-map-generation.mp4
- data-acquisition.jpg
- inference.mp4
- system-overview.svg
- trajectory-optimization.mp4
- yopo-sim.jpg
- 01-system-overview.md
- 01-系统概述.md
- 02-installation-and-environment.md
- 02-安装与环境.md
- 03-simulation-and-inference.md
- 03-仿真推理.md
- 04-data-training-pipeline.md
- 04-数据训练流水线.md
- 05-real-world-deployment.md
- 05-实车部署.md
- 06-faq.md
- 06-常见问题.md
- INDEX.md
- INDEX_en.md
- __init__.py
- cloud_compare.py
- data_file_finder.py
- data_generator.py
- traj_opti.py
- __init__.py
- geotiff_cost_lut.py
- geotiff_reader.py
- universal_blocks.py
- yopo_blocks.py
- __init__.py
- coord_transform.py
- yopo_dataset.py
- yopo_net.py
- yopo_trainer.py
- yopo_transforms.py
- __init__.py
- mpc_local_planner.py
- optimizer_base.py
- poly_traj_optimizer.py
- __init__.py
- mpc_visualize.py
- traj_visualize.py
- __init__.py
- py.typed
- depth_0.exr
- depth_1.exr
- depth_2.exr
- depth_3.exr
- depth_4.exr
- data.toml
- terrain.ply
- tree.ply
- testPCG.tif
- test_data_generator.py
- test_geotiff_cost_lut.py
- test_geotiff_reader.py
- test_coord_transform.py
- test_yopo_dataset.py
- test_yopo_net.py
- test_yopo_trainer.py
- test_yopo_transforms.py
- test_mpc_local_planner.py
- test_poly_traj_optimizer.py
- conftest.py
- pyproject.toml
- README.md
- record_all.sh
- record_stereo.sh
- __init__.py
- configs.py
- eval_network.py
- generate_data.py
- train_network.py
- visualize_data.py
- oak.yaml
- visualize.rviz
- __init__.py
- depolyment_msg_convertor.py
- mpc_node.py
- waypoint_tracker_node.py
- yopo_node.py
- diablo_algorithm.launch.py
- diablo_depolyment.launch.py
- diablo_sim.launch.py
- diablo_visualize.launch.py
- diablo_ros_wrapper
- package.xml
- setup.cfg
- setup.py
- diablo_ros2
- ROS-TCP-Endpoint
- .gitignore
- .gitmodules
- .python-version
- pyproject.toml
- README.md
- README_zh.md
- requirements.txt
- uv.lock
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/TJU-Aerial-Robotics/YOPO-Rally
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd YOPO-Rally
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Python
쉬움 추천사전 준비물
pip install -r requirements.txt
requirements.txt 등에 명시된 파이썬 라이브러리를 설치합니다.
python <실행할 파일명>.py # README에서 정확한 실행 파일명을 확인하세요
파이썬 스크립트(또는 모듈)를 실행합니다.
에러 메시지 없이 실행되고 터미널에 안내 문구가 출력되면 정상입니다.
// repository documentation
Was this content helpful?
(0 ratings)
