Skip to content

Commit

Permalink
update readme (#127) (#128)
Browse files Browse the repository at this point in the history
Co-authored-by: yuokamoto <yuokamoto1988@gmail.com>
  • Loading branch information
github-actions[bot] and yuokamoto committed Nov 3, 2023
1 parent e7c944d commit 36fc6b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -48,7 +48,7 @@ The plugin folder contains a video "Example_BP_PubSub.mp4" demonstrating how to

An example setup using this plugin can be found at [turtlebot3-UE](https://github.com/rapyuta-robotics/turtlebot3-UE)

# Notes on working with ROS2 and UE
# Notes on working with ROS 2 and UE

- rcl and void\* types cannot be managed by UE (no UPROPERTY) and therefore can't be used directly in Blueprint. Whenever access to these variables is needed, the user should write a class to wrap it and all of their handling must be done in C++.
- some basic numerical types are not natively supported in Blueprint (e.g. double, unsigned int). In order to use these, a workaround is needed (a plugin implementing those types for BP, a modified UE or a custom implementation).
Expand Down

0 comments on commit 36fc6b3

Please sign in to comment.