ROSIntegration icon indicating copy to clipboard operation
ROSIntegration copied to clipboard

Unreal Engine Plugin to enable ROS Support

Results 59 ROSIntegration issues
Sort by recently updated
recently updated
newest added

Can not send ROSMessages::tf2_msgs::TFMessage to ROS from UE. will throw an error of !bson_append_array_begin() ![7f3e10437785aad95aff30955beff879](https://github.com/code-iai/ROSIntegration/assets/39846986/465160f3-13f7-43da-8a16-3c9d4c22d036) This is because the message is a null pointer and was not created properly.

Hello everyone. When I run my project after setting the "MyROSIntegrationGameInstance" the project gets massive lagspikes about every second, which correspond to the log below. ![image](https://user-images.githubusercontent.com/122935835/221422307-fc82bd99-8950-4d14-9dd1-edcb17cf9190.png) This is the case...

Hi Everyone, I am using this project to control a vehicle using ROS, and then I need to read this variable in another blueprint, so that I can update the...

stacktrace: ``` [rosbridge_tcp-1] [INFO] [1673531368.773922849] [rosbridge_tcp]: [Client 0] Subscribed to /unreal/observer_image [rosbridge_tcp-1] [ERROR] [1673531373.971018822] [rosbridge_tcp]: [Client 0] [id: publish:/unreal/observer_image:288] publish: Message type sensor_msgs/Image does not have a field header.seq [rosbridge_tcp-1]...

Hello! This is more of a general question than an issue. Is there a specific reasoning as to why the ROS message types are structs managed by `TSharedPtr`s instead of...

question

I am trying to install Rosintegration plugin on unreal engine 4.27. I get the following error while trying to compile. It says undeclared identifier "GetGameInstance". Did you mean "UGameInstance"?. GetGameInstance...

Add missing header and reorganize ROSIntegrationCore for building with UE5.6

I am trying to build the plugin using Unreal Engine 5.5 on Windows 11 in Visual Studio (2022). However, whenever I try to build the project, I get a large...

May I ask if I have installed ROSIntegration according to the self described file, but when I sent a message from UE to ROS, my Rosbridge terminal showed [INFO] [1731660809.048103]:...