Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Sumo debugging errors and guidance regarding sumo pedestrian features

Hello,
Sumo uses C++11 features since version 0.31.0 which requires at least version 2013 of visual studio.
The pedestrian model is implemented in src/microsim/pedestrians/MSPModel_Striping.cpp

regards,
Jakob


2017-10-23 8:07 GMT+02:00 Maria Khurshid via sumo-user <sumo-user@xxxxxxxxxxxxxxxxxxxxx>:
hi everyone,

i want to understand the pedestrian features of sumo and want to work on
them but first i am just configuring sumo on Visual studio. i am using
visual studio 2010 and the problem is that sumo 0.30.0 is working fine when
i debug it in release and debug mode but sumo 0.31.0 is giving a lot of
syntax errors on debugging. please guide me about what am i doing wrong

Also can someone guide me if i want to extend some of the pedestrian
crossing features. which of the in built projects are related to
pedestrians and from where should i start. i am a beginner and dont know
much about how to use sumo. any help would be appreciated

Regards, Maria
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
sumo-user mailing list
sumo-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sumo-user
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/sumo-user


Back to the top