code-iai / ROSIntegration

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

Accessing the variable that was updated from a subscribed topic #191

Open DenilsonRib9 opened 1 year ago

DenilsonRib9 commented 1 year ago

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 vehicle commands. So, I need to export or access this variable in the VehicleMovementComponent. I am using UE5 and ChaosVehiclePlugin to make this project. Can anyone help me with this?

issue1