Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
36 views

I am working on programming a small game in c++, but I have a problem with how to give the role to the players. For example, I have four players. The role will start in the first player, and when it ...
Ahmad PS's user avatar
0 votes
2 answers
2k views

I was trying to install p/s following these steps Link: http://jessicaaustin.net/installing-playerstage-on-os-x-leopard/ In step 2, I tryed 'pip install cmake' [MacBook-Air:~ DAN$ pip install cmake ...
DannaLee's user avatar
0 votes
1 answer
237 views

I am working on my project for this purpose I am installing player and stage simulation environment in Ubuntu 14.04 I have successfully installed everything but when I try to run this command ...
Xee Bee's user avatar
  • 11
0 votes
1 answer
189 views

I am using Player/Stage for my thesis work. But, I am getting undefined reference error messages while I want to build this code in Eclipse CDT- #include <iostream> #include <playerc++.h>...
Nafees's user avatar
  • 3
1 vote
0 answers
144 views

I have successfully installed Player/Stage on Ubuntu 12.04 using this blog: http://www.cnblogs.com/kevinGuo/archive/2012/05/03/2480077.html player simple.cfg is working fine and is showing the ...
meemee's user avatar
  • 129
1 vote
1 answer
2k views

I've installed a program, Player, and am now trying to run the player command. The player requires a .cfg file as input, e.g player create.cfg I notice that I am able to run the above command fine as ...
maditya's user avatar
  • 8,986
2 votes
1 answer
212 views

I have a YouTube video playing in Flash but I want to centre it to the stage. At the moment it either goes to the top left corner or the bottom right corner. Here's the code I have that loads the ...
ElighWarrior's user avatar
2 votes
2 answers
2k views

I am trying to write a Player driver that will publish messages on ROS. Player driver does not create an executable file and hence I am not sure how to call ROS initialize within the player driver. ...
sks's user avatar
  • 21
0 votes
1 answer
242 views

I am using Player (Player/Stage) on the iRobot Create. The interface for getting odometry data from the robot is fairly simple: call playerc_client_read, and then if you've properly subscribed a ...
AndyG's user avatar
  • 41.5k
0 votes
2 answers
1k views

On compiling stage .. i.e cmake section, I'm getting this error, which I'm not able to resolve FYI : player and stage are the latest versions. -- Stage version 3.2.2 -- Operating system is Linux -- ...
Dunes Buggy's user avatar
  • 1,829
0 votes
1 answer
1k views

Right now I'm working on an AS2 code that needs to: Load another AS2 SWF. Display another MovieClip above the loaded SWF. Access variables inside the loaded SWF's MovieClip. Here is my code, for now: ...
Itamar Marom's user avatar
0 votes
1 answer
263 views

Not sure if any had this problem or similar but if you have some help would be appreciated. I have setup postgresql in the following location and set the link path to /usr/local/pgsql-9.0. Also setup ...
day0ops's user avatar
  • 7,602
0 votes
1 answer
845 views

I am trying to setup a PlayerClient and connect the simulation to it. The code I have now is - /* * Player/Stage manual tutorial example */ #include <stdio.h> #include </usr/local/include/...
Sterling's user avatar
0 votes
1 answer
1k views

So I have all these classes put together for all the connectivity between Predators and Prey and the world. The only thing I'm really stumped on is the run() method for the Predator class (how they ...
Scott's user avatar
  • 4,270
1 vote
1 answer
1k views

Here is my code: /* Scott Landau Robot Lab Assignment 1 */ // Standard Java Libs import java.io.*; // Player/Stage Libs import javaclient2.*; import javaclient2.structures.*; import ...
Scott's user avatar
  • 4,270