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

Revision history [back]

*.yaml -> *.pgm

This is your issue. the yaml file contains a path to the pgm file to load, and contains other necessary meta data (scale, sizes, origin, etc). You need to load it with the yaml file and then the yaml file will point to the pgm that correlates to it.

Hope this resolves your problem quickly!