Questions tagged [player-stage]

The Player Project (consisting of the Player robot server, and Stage 2D robot simulation tool, libstage robot simulation library). This tag is typically useful for those trying to integrate one of these tools into their robotics-related project.

The Player Project is a suite of free-software tools for performing robotics-related research and development. It consists of a networked robot server called Player, a 2D multi-robot simulation environment called Stage, and a simulation library based on Stage called libstage.

Player Project on Wikipedia

Player Project home, and the Player robot server

Stage Multi-Robot Simulator


Previously, the Gazebo 3D Multi-Robot Simulator was part of the Player Project, but this has now become an independent project, and is tracked under the tag

Closely related are the Robotics Operating System, which has its own tag and the Mobile Robotics ARIA robot interface which currently (as of 2019) does not have a tag on Stack Overflow.

16 questions
2
votes
1 answer

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 player and the video. The video plays no problem, I…
ElighWarrior
  • 43
  • 1
  • 3
2
votes
2 answers

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. The main function of player driver looks like…
sks
  • 21
  • 2
1
vote
1 answer

Player/Stage Path Planning

So I have map and config files that represent the world in which my robot is going to be trying to get through. My robot has to get from the top left corner to the bottom right corner of the map without hitting any of the obstacles. I am allowed to…
Scott
  • 4,066
  • 10
  • 38
  • 54
1
vote
1 answer

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 javaclient2.structures.sonar.*; // Begin public class…
Scott
  • 4,066
  • 10
  • 38
  • 54
1
vote
0 answers

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 desired results as shown in the above mentioned…
meemee
  • 129
  • 1
  • 2
  • 9
1
vote
1 answer

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 a normal user, but when I run it as root, sudo…
maditya
  • 8,626
  • 2
  • 28
  • 28
0
votes
2 answers

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 -- Build type RELEASE -- Checking for libtool --…
Dunes Buggy
  • 1,779
  • 1
  • 21
  • 41
0
votes
1 answer

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: loadMovieNum("player.swf",5); delay =…
Itamar Marom
  • 525
  • 8
  • 21
0
votes
1 answer

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 reaches the fourth player, the role must return to…
Ahmad PS
  • 3
  • 1
0
votes
1 answer

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 the libpqxx in the /usr/local/lib But I am…
nixgadget
  • 6,983
  • 16
  • 70
  • 103
0
votes
1 answer

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 #include //main int main(int…
Sterling
  • 1
  • 2
0
votes
2 answers

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 Collecting cmake Downloading cmake-0.6.0.tar.gz…
DannaLee
  • 33
  • 1
  • 6
0
votes
1 answer

Player stage error

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 Mydirectory/worlds$ player simple.cfg I am getting this…
Xee Bee
  • 11
  • 3
0
votes
1 answer

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 #include #include #include using…
Nafees
  • 13
  • 1
  • 1
  • 6
0
votes
1 answer

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 hunt). The theory is simple. The predators have to…
Scott
  • 4,066
  • 10
  • 38
  • 54
1
2