LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Problem in Player/Stage while running 3 iRobots (Roomba) (https://www.linuxquestions.org/questions/linux-newbie-8/problem-in-player-stage-while-running-3-irobots-roomba-4175475664/)

mitalisodhi 09-03-2013 01:01 AM

Problem in Player/Stage while running 3 iRobots (Roomba)
 
Hi,
I am working on a player/stage project which currently has 3 (Later it will be extended to 6) iRobots -Roomba.
As suggested in Jenny Owen's Tutorial on player/stage http://www-users.cs.york.ac.uk/~jowe...ial-manual.pdf , I was giving different port numbers to each one of the robots.

Here is my .cfg file :

driver
(
name "stage"
provides [ "simulation:0"]
plugin "stageplugin"
worldfile "pacman.world"
)


driver
(
name "stage"
provides [ "6665:position2d:0" ]
model "pacman"
)




driver
(
name "stage"
provides ["6666:position2d:0" ]
model "ghost1"
)


driver
(
name "stage"
provides ["6667:position2d:0" ]
model "ghost1"
)


But, I am getting this error when I am running ./ghost1 and ./ghost2 :

playerc error : got NACK from request

The simulator is not able to run the other two robots, I guess.

Kindly help me in this regard.


All times are GMT -5. The time now is 03:45 PM.