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
thanks for your work! when I run your code to co-simulate with carla, I meet a error as
MacLayer received a packet with unknown priority -- in module (veins::Mac1609_4) CarlaExampleScenario.node[0].nic.mac1609_4 (id=12), at t=2s, event #14
and I check the userPriority in debug mode and I get a illegal priority 244, do you have any idea to fix it? Thanks
The text was updated successfully, but these errors were encountered:
Hello, thank you for your comment.
An initialize() function call is missing to the base class from the ExampleCarlaApplication.
Very soon a patch for this issue will be introduced.
In the meantime, you can edit your "ExampleCarlaApplication.cc" with the following :
thanks for your work! when I run your code to co-simulate with carla, I meet a error as
and I check the userPriority in debug mode and I get a illegal priority 244, do you have any idea to fix it? Thanks
The text was updated successfully, but these errors were encountered: