Re: [sumo-dev] netconvert of xodr files - unexplained offset

2018-04-08 Thread Jakob Erdmann
Hello Gerald, thank you for bringing this up. the reason is explained here: https://github.com/DLR-TS/sumo/issues/3972 regards, Jakob 2018-04-06 19:42 GMT+02:00 Richter Gerald : > Dear list, > > recently I have been experimenting with xodr sources and their conversion

Re: [sumo-dev] Lead vehicle type in Wiedemann car-following model

2018-04-08 Thread Jakob Erdmann
Hello, The value of pred may be a nullpointer in some calling contects among which is lane-changing (the followspeed function is not only used when car-following but also when determining appropriate gaps for lane-changing). Therefore, instead of std::cout << " pred ID=" << pred->getID(); use if