Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] moveToXY

Why can you not use the function from traci4matlab?
https://github.com/pipeacosta/traci4matlab/blob/master/%2Btraci/%2Bvehicle/moveToXY.m

Am Fr., 22. Nov. 2019 um 02:17 Uhr schrieb Mohsin Memon <mohsin.ldce@xxxxxxxxx>:
Hi.. I am working on moveToXY to place ego vehicle in SUMO, but unfortunately
I am getting error in traci.beginMessage (line 15)
message.queue = [message.queue uint8(sscanf(cmdID,'%x'))];

Error in moveToXY (line 39)
traci.beginMessage(constants.CMD_SET_VEHICLE_VARIABLE,
constants.MOVE_TO_XY,...

I am attaching here the matlab code and my sumocfg file and network file.

I would be very much obliged if someone please help me solving this error.

moveToXY.m
<http://sumo-user-mailing-list.90755.n8.nabble.com/file/t206/moveToXY.m

CS.sumocfg
<http://sumo-user-mailing-list.90755.n8.nabble.com/file/t206/CS.sumocfg

CS.xml <http://sumo-user-mailing-list.90755.n8.nabble.com/file/t206/CS.xml

CS.xml <http://sumo-user-mailing-list.90755.n8.nabble.com/file/t206/CS.xml




--
Sent from: http://sumo-user-mailing-list.90755.n8.nabble.com/
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/sumo-user

Back to the top