rtv / Stage

Mobile robot simulator
rtv.github.com/Stage
GNU General Public License v2.0
391 stars 175 forks source link

stage command not found #65

Closed asfandyarkhan01 closed 7 years ago

asfandyarkhan01 commented 8 years ago

I followed all the steps of installation but when I want to test by running an example I get a meaasge that "stage command is not found".

rtv commented 8 years ago

Sounds like stage is not in your path.  Please follow the instructions for getting help in future. 

Sent from mobile gadget

On Mon, Sep 5, 2016 at 9:07 AM -0700, "asfandyarkhan01" notifications@github.com wrote:

I followed all the steps of installation but when I want to test by running an example I get a meaasge that "stage command is not found".

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

findingrish commented 7 years ago

I got the same problem,what to do ??

rtv commented 7 years ago

Add the directory that contains the stage binary to your PATH. This is a basic UNIX thing, and not Stage-specific.

On Tue, Oct 18, 2016 at 5:49 AM, Rishabh singh notifications@github.com wrote:

I got the same problem,what to do ??

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/rtv/Stage/issues/65#issuecomment-254496754, or mute the thread https://github.com/notifications/unsubscribe-auth/AACCnWLLOWe3uAdq4_kaGfOueZqo5jxmks5q1MBVgaJpZM4J1MS8 .

Richard Vaughan Autonomy Lab / Computing Science / Simon Fraser University

findingrish commented 7 years ago

Yeah it was working fine,my bad

jandisoon commented 5 years ago

helloo i have the same problem can you tell me how did you add the stage path ??

haydaradz commented 5 years ago

hello , tell us how did you add the stage path

Tony-Feng commented 5 years ago

If you follow the instruction from the repo, then export PATH="$PATH:~/stage4/libstage" should work