Skip to content

ROS# Version 1.6.0

Compare
Choose a tag to compare
@MartinBischoff MartinBischoff released this 20 Dec 14:54
· 212 commits to master since this release

Automatic Message Generation:

  • With ROS# you can now generate C# classes of any ROS message, service or action type.
  • For example, the auto-generated class of sensor_msgs/JointState.msg is JointState.cs.
  • Please find the new library here and the console tool sources here.
  • Please also note the new Unity Editor menu features.
  • Check out the new Wiki page for further info.

Action Server and Action Client Revision:

  • Check out the new Wiki pages for [Action Server] and [Action Client] for further info.