Skip to content

VIS4ROB-lab/mrs_msgs

 
 

Repository files navigation

MRS ROS messages

Build status Build Status Build Status Build Status

Documentation

https://ctu-mrs.github.io/mrs_msgs.

General points

  • This packages provides definitions of custom messages and services for the whole MRS system.
  • No package from within the system should define custom messages for the following reasons:
    • Dependency graph would be much more interconnected than if all packages depend on this single package.
    • When replaying old rosbags: the only package needed to be compiled in the particular version is this one (which has no other dependencies other than the generic ROS message packages). On the other hand, if all the packages within the system generate the messages, it might be complicated to make them compile in the particular version, given their dependencies might not be satisfied anymore.

About

MRS ROS messages, part of the "mrs_uav_core" package.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Shell 83.5%
  • CMake 16.5%