Skip to content

Commit

Permalink
Clarify 3d model sharing
Browse files Browse the repository at this point in the history
  • Loading branch information
SijmenHuizenga committed Jul 27, 2020
1 parent fe41668 commit d643780
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
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 vehicle 3d model as well?
You are welcome to create a pull request with your vehicle and it might be added to the reop!
Contribution will be given in the readme of the project.
Please not 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 pr to this repo.
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

0 comments on commit d643780

Please sign in to comment.