Is it possible to make car drive on the opposite direction lane in the road traffic library?
I'm currently doing simulation on autonomous vehicles in Anylogic. But the problem for me now is that I don't know in the road traffic library of Anylogic, if it's possible for the cars to change lane and drive on the opposite direction to avoid obstacles on the current lane(considering a road with one lane for each direction). Or is there any simulation software can simulate that scenario?
enter image description here
simulation anylogic driving-directions
add a comment |
I'm currently doing simulation on autonomous vehicles in Anylogic. But the problem for me now is that I don't know in the road traffic library of Anylogic, if it's possible for the cars to change lane and drive on the opposite direction to avoid obstacles on the current lane(considering a road with one lane for each direction). Or is there any simulation software can simulate that scenario?
enter image description here
simulation anylogic driving-directions
add a comment |
I'm currently doing simulation on autonomous vehicles in Anylogic. But the problem for me now is that I don't know in the road traffic library of Anylogic, if it's possible for the cars to change lane and drive on the opposite direction to avoid obstacles on the current lane(considering a road with one lane for each direction). Or is there any simulation software can simulate that scenario?
enter image description here
simulation anylogic driving-directions
I'm currently doing simulation on autonomous vehicles in Anylogic. But the problem for me now is that I don't know in the road traffic library of Anylogic, if it's possible for the cars to change lane and drive on the opposite direction to avoid obstacles on the current lane(considering a road with one lane for each direction). Or is there any simulation software can simulate that scenario?
enter image description here
simulation anylogic driving-directions
simulation anylogic driving-directions
asked Nov 27 '18 at 10:21
ZheyaZheya
11
11
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
It's not possible to do that particular maneuver with the road traffic library. You will have to use the process modeling library (PML) to avoid obstacles and change lanes to the opposite direction. This means that you will have to construct the car intelligence in order to avoid collisions.
You can nevertheless use traffic library everywhere and mix it with PML in those particular segments, but that is quite complicated.
In general for autonomous vehicles it's better to use the PML... the road traffic library is quite limited.
add a comment |
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%2f53497469%2fis-it-possible-to-make-car-drive-on-the-opposite-direction-lane-in-the-road-traf%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
It's not possible to do that particular maneuver with the road traffic library. You will have to use the process modeling library (PML) to avoid obstacles and change lanes to the opposite direction. This means that you will have to construct the car intelligence in order to avoid collisions.
You can nevertheless use traffic library everywhere and mix it with PML in those particular segments, but that is quite complicated.
In general for autonomous vehicles it's better to use the PML... the road traffic library is quite limited.
add a comment |
It's not possible to do that particular maneuver with the road traffic library. You will have to use the process modeling library (PML) to avoid obstacles and change lanes to the opposite direction. This means that you will have to construct the car intelligence in order to avoid collisions.
You can nevertheless use traffic library everywhere and mix it with PML in those particular segments, but that is quite complicated.
In general for autonomous vehicles it's better to use the PML... the road traffic library is quite limited.
add a comment |
It's not possible to do that particular maneuver with the road traffic library. You will have to use the process modeling library (PML) to avoid obstacles and change lanes to the opposite direction. This means that you will have to construct the car intelligence in order to avoid collisions.
You can nevertheless use traffic library everywhere and mix it with PML in those particular segments, but that is quite complicated.
In general for autonomous vehicles it's better to use the PML... the road traffic library is quite limited.
It's not possible to do that particular maneuver with the road traffic library. You will have to use the process modeling library (PML) to avoid obstacles and change lanes to the opposite direction. This means that you will have to construct the car intelligence in order to avoid collisions.
You can nevertheless use traffic library everywhere and mix it with PML in those particular segments, but that is quite complicated.
In general for autonomous vehicles it's better to use the PML... the road traffic library is quite limited.
answered Nov 27 '18 at 15:02
FelipeFelipe
2,0352721
2,0352721
add a comment |
add a comment |
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%2f53497469%2fis-it-possible-to-make-car-drive-on-the-opposite-direction-lane-in-the-road-traf%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