You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am a Windows user and am currently working on pedestrian simulation using SUMO. In the Pedestrian simulation documentation page, it says that "If you are on Windows, the latest release of JuPedSim is distributed together with the SUMO software distribution so no additional steps are required". To activate JuPedSim, we can either set option --pedestrian.model jupedsim or add the following line to the SUMO configuration file:
<pedestrian.model value="jupedsim"/>
However, I still saw the following error.
Error: Unknown pedestrian model 'jupedsim'
Then, I searched for the options in sumo and found that for --pedestrian.model, we only have ['nonInteracting', 'striping', 'remote'] as options. jupedsim is not listed here.
I am not sure if I missed anything. Could anyone help with this? Thanks a lot!
The text was updated successfully, but these errors were encountered:
I am a Windows user and am currently working on pedestrian simulation using SUMO. In the Pedestrian simulation documentation page, it says that "If you are on Windows, the latest release of JuPedSim is distributed together with the SUMO software distribution so no additional steps are required". To activate JuPedSim, we can either set option
--pedestrian.model jupedsim
or add the following line to the SUMO configuration file:However, I still saw the following error.
Then, I searched for the options in sumo and found that for
--pedestrian.model
, we only have ['nonInteracting', 'striping', 'remote'] as options. jupedsim is not listed here.I am not sure if I missed anything. Could anyone help with this? Thanks a lot!
The text was updated successfully, but these errors were encountered: