Sumo-web3d does not show cars and road signs on the 3D world : how to apply some solutions
I've just created my first simulation with SUMO succesfully,as you can see below :
I want to create a 3D enviroment where the cars can drive. I read that it can be done with sumo-web3d. To do that I gave the following command :
C:UsersvirtuOneDriveDesktopSUMOxml>sumo-web3d -c usersvirtuonedrivedesktopsumoxmlmap.sumo.cfg
Listening on:
127.0.0.1:5000 (HTTP)
127.0.0.1:5678 (WebSockets)
Switching to map.sumo.cfg
Executing C:Program Files (x86)EclipseSumobinsumo -c c:usersvirtuonedrivedesktopsumoxmlmap.sumo.cfg
Loading configuration... done.
Step #0.00C:Program Files (x86)EclipseSumotoolstracidomain.py:113: UserWarning: The domain trafficlights is deprecated, use trafficlight instead.
self._name, self._deprecatedFor)) # , DeprecationWarning)
Step #1.00000.00*RT, ~0.00UPS, TraCI: 13ms, vehicles TOT 0 ACT 0 BUF
BUT this is what happened :
as you can see,only 1 light is visible. I don't see any car or other road signals that I see with sumo. The possible solutions are here :
https://github.com/sidewalklabs/sumo-web3d/issues/10
For example https://github.com/namdre says :
To adapt to the traci protocoll changes, it should be sufficient to install version 1.0.1 of the python traci library in the pip package (or just import traci via the SUMO_HOME variable as explained at http://sumo.dlr.de/wiki/TraCI/Interfacing_TraCI_from_Python#importing_traci_in_a_script)
Or on the ML,Eugene Vinitsky says :
If you have any version past 0.32.0 sumo web3d does not work due to changes in how subscriptions are called. The change is relatively small, just change the subscription calls so that they are passed the vehicle/traffic light ids.
Since I'm not a developer at all,I really don't understand what should I do to fix the problem. Can someone explains to me more carefully,step by step ? I'm on Windows 10. Very thanks.
python sumo
add a comment |
I've just created my first simulation with SUMO succesfully,as you can see below :
I want to create a 3D enviroment where the cars can drive. I read that it can be done with sumo-web3d. To do that I gave the following command :
C:UsersvirtuOneDriveDesktopSUMOxml>sumo-web3d -c usersvirtuonedrivedesktopsumoxmlmap.sumo.cfg
Listening on:
127.0.0.1:5000 (HTTP)
127.0.0.1:5678 (WebSockets)
Switching to map.sumo.cfg
Executing C:Program Files (x86)EclipseSumobinsumo -c c:usersvirtuonedrivedesktopsumoxmlmap.sumo.cfg
Loading configuration... done.
Step #0.00C:Program Files (x86)EclipseSumotoolstracidomain.py:113: UserWarning: The domain trafficlights is deprecated, use trafficlight instead.
self._name, self._deprecatedFor)) # , DeprecationWarning)
Step #1.00000.00*RT, ~0.00UPS, TraCI: 13ms, vehicles TOT 0 ACT 0 BUF
BUT this is what happened :
as you can see,only 1 light is visible. I don't see any car or other road signals that I see with sumo. The possible solutions are here :
https://github.com/sidewalklabs/sumo-web3d/issues/10
For example https://github.com/namdre says :
To adapt to the traci protocoll changes, it should be sufficient to install version 1.0.1 of the python traci library in the pip package (or just import traci via the SUMO_HOME variable as explained at http://sumo.dlr.de/wiki/TraCI/Interfacing_TraCI_from_Python#importing_traci_in_a_script)
Or on the ML,Eugene Vinitsky says :
If you have any version past 0.32.0 sumo web3d does not work due to changes in how subscriptions are called. The change is relatively small, just change the subscription calls so that they are passed the vehicle/traffic light ids.
Since I'm not a developer at all,I really don't understand what should I do to fix the problem. Can someone explains to me more carefully,step by step ? I'm on Windows 10. Very thanks.
python sumo
add a comment |
I've just created my first simulation with SUMO succesfully,as you can see below :
I want to create a 3D enviroment where the cars can drive. I read that it can be done with sumo-web3d. To do that I gave the following command :
C:UsersvirtuOneDriveDesktopSUMOxml>sumo-web3d -c usersvirtuonedrivedesktopsumoxmlmap.sumo.cfg
Listening on:
127.0.0.1:5000 (HTTP)
127.0.0.1:5678 (WebSockets)
Switching to map.sumo.cfg
Executing C:Program Files (x86)EclipseSumobinsumo -c c:usersvirtuonedrivedesktopsumoxmlmap.sumo.cfg
Loading configuration... done.
Step #0.00C:Program Files (x86)EclipseSumotoolstracidomain.py:113: UserWarning: The domain trafficlights is deprecated, use trafficlight instead.
self._name, self._deprecatedFor)) # , DeprecationWarning)
Step #1.00000.00*RT, ~0.00UPS, TraCI: 13ms, vehicles TOT 0 ACT 0 BUF
BUT this is what happened :
as you can see,only 1 light is visible. I don't see any car or other road signals that I see with sumo. The possible solutions are here :
https://github.com/sidewalklabs/sumo-web3d/issues/10
For example https://github.com/namdre says :
To adapt to the traci protocoll changes, it should be sufficient to install version 1.0.1 of the python traci library in the pip package (or just import traci via the SUMO_HOME variable as explained at http://sumo.dlr.de/wiki/TraCI/Interfacing_TraCI_from_Python#importing_traci_in_a_script)
Or on the ML,Eugene Vinitsky says :
If you have any version past 0.32.0 sumo web3d does not work due to changes in how subscriptions are called. The change is relatively small, just change the subscription calls so that they are passed the vehicle/traffic light ids.
Since I'm not a developer at all,I really don't understand what should I do to fix the problem. Can someone explains to me more carefully,step by step ? I'm on Windows 10. Very thanks.
python sumo
I've just created my first simulation with SUMO succesfully,as you can see below :
I want to create a 3D enviroment where the cars can drive. I read that it can be done with sumo-web3d. To do that I gave the following command :
C:UsersvirtuOneDriveDesktopSUMOxml>sumo-web3d -c usersvirtuonedrivedesktopsumoxmlmap.sumo.cfg
Listening on:
127.0.0.1:5000 (HTTP)
127.0.0.1:5678 (WebSockets)
Switching to map.sumo.cfg
Executing C:Program Files (x86)EclipseSumobinsumo -c c:usersvirtuonedrivedesktopsumoxmlmap.sumo.cfg
Loading configuration... done.
Step #0.00C:Program Files (x86)EclipseSumotoolstracidomain.py:113: UserWarning: The domain trafficlights is deprecated, use trafficlight instead.
self._name, self._deprecatedFor)) # , DeprecationWarning)
Step #1.00000.00*RT, ~0.00UPS, TraCI: 13ms, vehicles TOT 0 ACT 0 BUF
BUT this is what happened :
as you can see,only 1 light is visible. I don't see any car or other road signals that I see with sumo. The possible solutions are here :
https://github.com/sidewalklabs/sumo-web3d/issues/10
For example https://github.com/namdre says :
To adapt to the traci protocoll changes, it should be sufficient to install version 1.0.1 of the python traci library in the pip package (or just import traci via the SUMO_HOME variable as explained at http://sumo.dlr.de/wiki/TraCI/Interfacing_TraCI_from_Python#importing_traci_in_a_script)
Or on the ML,Eugene Vinitsky says :
If you have any version past 0.32.0 sumo web3d does not work due to changes in how subscriptions are called. The change is relatively small, just change the subscription calls so that they are passed the vehicle/traffic light ids.
Since I'm not a developer at all,I really don't understand what should I do to fix the problem. Can someone explains to me more carefully,step by step ? I'm on Windows 10. Very thanks.
python sumo
python sumo
asked Nov 14 '18 at 12:49
John ConnorJohn Connor
184
184
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53300654%2fsumo-web3d-does-not-show-cars-and-road-signs-on-the-3d-world-how-to-apply-some%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53300654%2fsumo-web3d-does-not-show-cars-and-road-signs-on-the-3d-world-how-to-apply-some%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown