osrf / gazebojs

3 stars 3 forks source link

Publish example crashes sometimes #2

Open osrf-migration opened 9 years ago

osrf-migration commented 9 years ago

Original report (archived issue) by Hugo Boyer (Bitbucket: hugomatic, GitHub: hugomatic).


It was found out if we add a little delay it always works though:

setTimeout(function (){ gazebo.publish(type, topic , msg); console.log('\npublished!'); },10);