-
Notifications
You must be signed in to change notification settings - Fork 781
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
Local SVL cloud - Run SVL Simulator without wise.svlsimulator.com #2071
Comments
@YuqiHuai let's integrate this with OSSDC SIM, I just released here, a copy of LG SVL Simulator to further evolve this amazing project: Will provide demos shortly. |
Hi @mslavescu ! Yes, that is a great idea! I did look at your approach and felt we are attacking the same problem from different angles. I probably do not have as much knowledge as you do in Unity, therefore decided to do this local cloud approach which in theory requires less modification of simulator code. There are a number of problems that we might face when integrating them together:
I am actually in the OSSDC Slack channel therefore we can also discuss more in detail there! |
Any update on which approach have you two decided to go ahead with? |
Not yet. Marius hasn't reached out to me, and I have been busy with my schoolwork recently. I plan to polish the local cloud version further when I have some more time in the future since even a local version of the SVL client still benefits from having some kind of interface. |
We just posted first OSSDC SIM demo video and simulation instructions, see details here: @YuqiHuai the OSSDC SIM already supports local or remote assets. The Wise cloud is very good for quickly creating configurations/simulations, but I would like to see if we can create them through Python API (may require some updates to support all resource types) first and export them for ease of sharing. |
Sounds good! Adding features to Python API will definitely be more useful than using this local SVL cloud. |
Check this comment on how to use other maps and vehicles configs in OSSDC SIM: |
Hi All,
Here is my initial version of local SVL cloud
https://github.com/YuqiHuai/SORA-SVL
SVL Simulator has been a powerful tool for a lot of people and I want to make sure we will be able to continue using it in the future.
I plan to rebuild WISE locally therefore only require us to point client's cloud_url to localhost (by adding a config.yml file)
This approach might be more viable because user will still need an interface to create vehicle sensor configurations in the future.
I started a draft that allows API only simulations and in turn can run most of the examples in the quick start directory for LGSVL Python API (https://github.com/lgsvl/PythonAPI/tree/master/quickstart). This version includes all maps, plugins, vehicles (official + user uploaded) assets.
A lot has to be done to make this local SVL as capable as WISE is. For example, it needs to support adding new vehicle sensor configurations, adding new simulation templates (random traffic, python script, etc). I hope that we can all work together to build as much as possible before the WISE cloud is turned down.
Update 1: There was a issue with uploading a zip file for all maps so I am uploading 1 by 1 right now.
Update 2: All maps are already uploaded 1 by 1 in the maps folder
The text was updated successfully, but these errors were encountered: