Package nao_remote depends on non-existent package move_base_msgs
Hello,
I'm currently using ROS to remotely control a NAO robot. This is done with the nao_robot
and nao_common
stacks.
Suddenly I could not run the pose_manager.py
in nao_common/nao_remote/scripts
. It simply fails saying
rospkg.common.ResourceNotFound: move_base_msgs
I ran this a couple of days ago without problems.
To solve my problem I tried to run
rosmake nao_remote
which fails saying
[rosbuild] Building package nao_remote
Failed to invoke /opt/ros/fuerte/bin/rospack deps-manifests nao_remote
[rospack] Error: package/stack nao_remote depends on non-existent package move_base_msgs
Any suggestions?
Thanks, Isak