ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

Yes, that package is indeed missing. If you want to proceed, the simplest way to fix things might be to just create a thermaleye_msgs package yourself and putting this one msg definition into it:

Mapping.msg:

float64 minTemp
float64 maxTemp

As fixing this properly requires some internal re-organization of our repos, it might take a little time.