code-iai / ROSIntegration

Unreal Engine Plugin to enable ROS Support
MIT License
411 stars 133 forks source link

Crash while subscribing posestamped messages with blueprint #154

Closed Webassign001 closed 3 years ago

Webassign001 commented 3 years ago

System Info: Unreal Engine Computer:

The subscribing works fine, but after a short period of time (few minutes) running it will crash the editor, I've found that restarting the rosbridge server helps sometimes but not 100% sure.

Here's my subscribing blueprint created from Topic.h: image

I followed the steps described in #84 to add posestamped message functions.

Webassign001 commented 3 years ago

Turns out it was an UE4 issue, I was updating the position of the object at engine tick rate, after specifying a fixed tick rate it doesn't crash anymore