Mariana Pinto

Results 8 comments of Mariana Pinto

Thank you for your reply! My code is like this: if sim.current_scene == "431292c2-f6f6-4f5a-ae62-0964f6018d20": sim.reset() else: sim.load("431292c2-f6f6-4f5a-ae62-0964f6018d20") Then, I start the simulation with sim.run(5) and sim.stop(). Can you please send...

Thank you for your reply! My code is like this: if sim.current_scene == "431292c2-f6f6-4f5a-ae62-0964f6018d20": sim.reset() else: sim.load("431292c2-f6f6-4f5a-ae62-0964f6018d20") Then, I start the simulation with sim.run(5) and sim.stop(). Can you please send...

Sorry, but I don't know who to ask. Can you please explain me how to add a plugin to my simulation? I just want to know what type of line...

I figured it out how to call the sensor configuration in my simulaton :) Thank you so much for your help! On Tue, Mar 8, 2022, 12:10 emocat ***@***.***> wrote:...

> Hi all! > > I want to open the simulator in Unity to add a new map as indicated in official documentations. However, I get compilation errors and "Simulator"...

> Well, in this scenario it has to change to the right. Anyway, now that I reverted the scenario, meaning that the obstacle is on the right and the NPC...

> This was long time ago..now the code is quite different and everything seems to work fine. Not sure what was the issue, if it was a flag that was...

> It was my mistake, sorry. Vehicle1 is changing lane but vehicle2 in the other lane (the lane vehicle1 is going) reduce his velocity to not collide with vehicle1. I...