Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarify 3d vehicle model sharing #190

Merged
merged 6 commits into from
Jul 27, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion docs/import-car-3d-model.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,4 +120,11 @@ Next, in the details pane:

# 7. Selecting a car
Update your settings.json `PawnPaths -> DefaultCar -> PawnBP` to point at the newly created pawn.
It should (tm) work.
It should (tm) work.

# 8. Sharing your vehicle with the world!

Wouldn't it be amazing if other people could enjoy your team's vehicle 3d model as well?
You are welcome to create a pull request with your vehicle and it might be added to the base project repository!
Submit the new model as a pull request which is up to date with the current project state, with the vehicle model and pawn files added. Contribution will be given in the readme of the project.
Please note that only GPLv2 licensed material is accepted into this repository.
4 changes: 4 additions & 0 deletions docs/integration-handbook.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,10 @@ All vehicles will have a width of 100cm, a length of 180cm and a height of 50cm.
This is the bounding box of the vehicle (the part of the vehicle that interacts with the world)
The 3d models are not restricted to this size.

Teams participating in FSOnline can provide their 3d vehicle models to be used during competition.
If you want the 3d model to be public, you can create a pull request to this repository.
If you want it to be kept private, [send an email to FSOnline](sijmen.huizenga@formulastudentonline.com) with the uasset files required for your car to drive.

## Competition deployment
A few weeks before the competition, each team will receive the ssh credentials to an Ubuntu google cloud instance.
This instance will have 8 vCPU cores, 30 GB memory (configuration n1-standard-8), 1 Nvidia Tesla T4 video card and 100GB SSD disk.
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ nav:
- "Lidar": "lidar.md"
- "Camera": "camera.md"
- "GPS": "gps.md"
- "GSS": "gss.md"
- "GSS": "ground-speed-sensor.md"
- "#tech madness":
- "ROS Bridge": "ros-bridge.md"
- "ROS Bridge statistics": "statistics.md"
Expand Down