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

how to modify map #1

Open
Rinojo opened this issue Feb 28, 2024 · 1 comment
Open

how to modify map #1

Rinojo opened this issue Feb 28, 2024 · 1 comment

Comments

@Rinojo
Copy link

Rinojo commented Feb 28, 2024

  1. I need to change the map coordinates, and it seems like I should modify this:

https://github.com/ZilantRobotics/Simulator3d/blob/main/Assets/ScriptableObjects/MapOrigins/OriginInno.asset
OriginNorthing: 6181870
OriginEasting: 357745

Is that correct?

And if so, I can't find the file in the ZilantSimulator_Data downloaded from
https://github.com/ZilantRobotics/simulator3d/releases

so I'm not sure how to make the modification.

  1. How can I add a new map?
@frontw
Copy link
Contributor

frontw commented Feb 28, 2024

Changing Origin Coordinates: For the released build of simulator, there's no way to change the origin coordinates. If you really want to set your own coordinates, you need to open the project in Unity and edit the OriginInno.asset file. After editing, you can run or build the project to see the changes.

Also it might be more effective to transform the coordinates before they are input into the simulator, rather than altering the scene's origin.

What's Your Goal? What exactly are you trying to achieve by changing these coordinates? Are you looking to simulate a different location or is there another reason?

Note: The Innopolis model in the simulator accurately corresponds to the real city with its actual geographic coordinates.

Regarding Map Creation: Creating a new map is a specialized task that typically requires the skills of a 3D artist and developer. We can provide assistance in creating the model as a paid service.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants