We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9548b5e commit fc152e5Copy full SHA for fc152e5
src/sim_ros2_interface.cpp
@@ -77,7 +77,7 @@ class Plugin : public sim::Plugin
77
previousStopSimulationRequestCounter = -1;
78
}
79
80
- void onScriptStateAboutToBeDestroyed(int scriptHandle, int scriptUid)
+ void onScriptStateAboutToBeDestroyed(int scriptHandle, long long scriptUid)
81
{
82
for(auto subscriptionProxy : subscriptionHandles.find(scriptHandle))
83
0 commit comments