ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Your yaml file is missing an indent for the database_* parameters that would indicate that they are children of household_objects_database; thus, the household_objects_database parameter itself is empty, and this is causing roslaunch to crash.
Adding an indent, as shown in the yaml file in the tutorial, should fix this.