ROSIntegration
ROSIntegration copied to clipboard
Unreal Engine Plugin to enable ROS Support
Hello, I have been trying to use ROSIntegration plugin on Windows. I have followed instructions to publish to a topic. The connection is being established but the messages doesn't seem...
This is in regards to this section: "Important: The most recent rosbridge versions changed the transmission method. Since ROSIntegration can not handle this new method yet, please make sure to...
Hello, My team makes use of ROSIntegration within our Unreal project where most of us use Ubuntu 18.04 and ROS Melodic. However, a couple of us have recently updated to...
Hi. First of all, thank you for making this plugin. I've been trying to get the OccupancyGrid data from ROS but I'm having a lot of trouble doing it. I...
I run "C:\Program Files\Epic Games\UE_4.25\Engine\Build\BatchFiles\RunUAT.bat" C:\Users\wangze>call "C:\Program Files\Epic Games\UE_4.27\Engine\Build\BatchFiles\RunUAT.bat" BuildPlugin -TargetPlatform=Win64 -Plugin="C:\Users\wangze\Desktop\ROSIntegration-master\ROSIntegration-master\ROSIntegration.uplugin" -Platform=Win64 -Package="C:\Users\wangze\Desktop\ROSIntegration-master\ROSIntegration" -Rocket Running AutomationTool... Parsing command line: BuildPlugin -TargetPlatform=Win64 -Plugin=C:\Users\wangze\Desktop\ROSIntegration-master\ROSIntegration-master\ROSIntegration.uplugin -Platform=Win64 -Package=C:\Users\wangze\Desktop\ROSIntegration-master\ROSIntegration -Rocket Copying 307 file(s) using...
I have set up the plugin as stated and publishing to ROS is possible. However, the subscribecallback function is not called when subscribing to a topic. (I setup the C++...
I am using ROSIntegration with another Plugin RuntimeMeshComponent (https://github.com/TriAxis-Games/RuntimeMeshComponent) and facing this build error `..\plugins\runtimemeshcomponent\source\runtimemeshcomponent\public\RuntimeMeshReference.h(81): error C2039: '_InterlockedDecrement': is not a member of 'FWindowsPlatformAtomics'` Both the plugins are working fine...
Hi Sanic, I'm trying to implement support for [`sensor_msgs/PointCloud2`](http://docs.ros.org/api/sensor_msgs/html/msg/PointCloud2.html) (and friends) so I can visualize point clouds in UE4. See my branch [support-point-clouds](https://github.com/aaronsnoswell/ROSIntegration/tree/support-point-clouds). So far, I have successfully added the...
Hi ROSIntegration Team! I'm running ROS Melodic ('rosversion roscpp' command shows version 1.14.10) on Ubuntu 18.04. My rosbridge version is 0.11.13 (obtained with the command `roscat rosbridge_server package.xml | grep...
Callback gets cleared when the game exits but the MessageCallback function tries to call it anyway, causing a fatal error. 