Skip to content

soda-auto/ros-ue-wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ros2-ue-wraper

This package is a wrapper over the ROS C++ interfaces (rclcpp), with the ability to use rclcpp in UnrealEngine.
There are two reasons:

  • UE is built by default without RTTI support
  • UE has globally redefined the new() and delete() operators. The only way to connect ROS without any wrappers is to enable RTTI and disable the redefined the new() and delete() and rebuild UE. This method has its drawbacks and we decided to go the way of supporting a wrapper.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published