Skip to content

A UE4 Plugin for communication with ROS Bridge using WebSockets

License

Notifications You must be signed in to change notification settings

gnoliyil/UROSBridge

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UROSBridge

A UE4 Plugin for communication with ROS Bridge using WebSockets, which supports subscribing and publishing both ROS messages (topics) and services.

This plugin is originated from Michael Jenkin and Mathias Ciarlo's ROSBridgeLib, a Unity-based ROS bridge library; This repository could be used as a plugin for UE4 or UE4 projects.

Messages and Services

Now only std_msgs, sensor_msgs, geometry_msgs and std_srvs are supported. If you are going to add new message / service types, please make a pull request.

Usage

See this documentation for tutorials on how to subscribe to topic, publish to topic, call external services and advertise to service calls.

ROSBridgeTest is an Unreal Project to test all these functionalities.

To add new message / service classes, please refer to Source/UROSBridge/Public directory.

Todo

Note

This library uses libwebsockets as the WebSocket library and uses the WebSocket UE4 Wrapper from HTML5Networking Plugin.

About

A UE4 Plugin for communication with ROS Bridge using WebSockets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • C++ 99.1%
  • Other 0.9%