[Resolved] Rosmake is not successful"roswifibot/Status.h" not found [closed]

asked 2012-12-22 21:46:36 -0500

this post is marked as community wiki

This post is a wiki. Anyone with karma >75 is welcome to improve it.

I found out the problem , it was looking the message in Wifibot but our reporsitory name is rosWifibot , I just changed the calls of status to rosWifibot instead of Wifibot and it worked. There are few changes required in that file where Status is used.


My orignal problem

I am trying to work with roswifibot avaibale at roswifibot.

I have successuly downloaded the package but when I run

rosmake roswifibot

it gives me following error

/home/iroboapp/fuerte_workspace/sandbox/roswifibot/src/wifibot.cpp:60:30: error: ‘Status’ is not a member of ‘wifibot’

I have tried to find the file in my installation but i couldn't find. Please if someone has successfully installed roswifibot package or someone who has idea to resolve it, suggest the solution.


Code of wifibot.cpp is as follows

include "libwifibot.h"

include "wifibot.h"

include "ros/ros.h"

include "roswifibot/Status.h"


edit retag flag offensive reopen merge delete

Closed for the following reason question is not relevant or outdated by tfoote
close date 2012-12-25 14:38:14