Skip to content

tothcs1105/ROSCodeGenerationNGLXEN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C# Code Generation From ROS Messages

Build status Build status

This application generates C# DTO classes from ROS .msg files with T4 Template. It also includes a client which can communicate with a ROS system through Rosbridge API 2.0 using the generated DTO classes.

What is ROS?

ROS is an open-source, meta-operating system for your robot. It provides the services you would expect from an operating system, including hardware abstraction, low-level device control, implementation of commonly-used functionality, message-passing between processes, and package management. It also provides tools and libraries for obtaining, building, writing, and running code across multiple computers.

What is Rosbridge?

Rosbridge provides a JSON API to ROS functionality for non-ROS programs. There are a variety of front ends that interface with rosbridge, including a WebSocket server for web browsers to interact with.

About

C# Code Generation From ROS Messages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages