15 questions
0
votes
1
answer
36
views
problem with how to give the role to the players
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 ...
0
votes
2
answers
2k
views
installing cmake on Mac (skbuild not found error)
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
...
0
votes
1
answer
237
views
Player stage error, failed to parse config file
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
...
0
votes
1
answer
189
views
Code Building Error in Eclipse CDT for Player/Stage simulator
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>...
1
vote
0
answers
144
views
Unable to run new .cfg on PlayerStage
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 ...
1
vote
1
answer
2k
views
Can't access shared objects when using sudo
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 ...
2
votes
1
answer
212
views
Can't centre the YouTube player to the stage in Flash CS5 (AS3)
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 ...
2
votes
2
answers
2k
views
Can I call ROS "ros::init(...)" within the player (Player/Stage) driver?
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.
...
0
votes
1
answer
242
views
Player does not properly get odometry data for Create in multithreaded application
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 ...
0
votes
2
answers
1k
views
How to resolve the cmake error while compiling stage
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
-- ...
0
votes
1
answer
1k
views
Accessing variables inside embedded swf? (AS2)
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:
...
0
votes
1
answer
263
views
Compiling player/stage on Mac os x
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 ...
0
votes
1
answer
845
views
How to make Player/Stage connect?
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/...
0
votes
1
answer
1k
views
Player Stage Hunting Game - Java
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 ...
1
vote
1
answer
1k
views
Maze Navigation in Player Stage with Roomba
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 ...