lgsvl / simulator

A ROS/ROS2 Multi-robot Simulator for Autonomous Vehicles
Other
2.29k stars 780 forks source link

license error with xvfb-run #10

Closed rguptatx closed 6 years ago

rguptatx commented 6 years ago

on executing xvfb-run /usr/bin/xvfb-run /opt/Unity/Editor/Unity \

-batchmode \
-nographics \
-silent-crashes \
-quit \
-buildDestination ./build/simulator \
-buildTarget Linux64 \
-executeMethod BuildScript.Build \
-projectPath . \
-logFile /dev/stdout

I get the error: Cancelling DisplayDialog: Failed to activate/update license. Missing or bad username and password. Please try again using valid credentials or contact support@unity3d.com This should not be called in batch mode.

andytolst commented 6 years ago

Have you activated Unity ? are you able to use Editor and open simulator project in the Editor ?

rguptatx commented 6 years ago

No, I got a personal license for Unity and have not been able to figure out how to activate it and link it to this simulator. Any pointers will be appreciated.


From: andytolst notifications@github.com Sent: Saturday, October 6, 2018 12:51 AM To: lgsvl/simulator Cc: rguptatx; Author Subject: Re: [lgsvl/simulator] license error with xvfb-run (#10)

Have you activated Unity ? are you able to use Editor and open simulator project in the Editor ?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/lgsvl/simulator/issues/10#issuecomment-427533232, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AKCUemfFenMY5oU9V1Du_fcZXI2bzFAIks5uh_6XgaJpZM4XLEiD.

andytolst commented 6 years ago

https://docs.unity3d.com/Manual/OnlineActivationGuide.html

simply run the Editor /opt/Unity/Editor/Unity and follow the steps

chris490yy commented 6 years ago

https://docs.unity3d.com/Manual/OnlineActivationGuide.html

simply run the Editor /opt/Unity/Editor/Unity and follow the steps

HI

When I run the Editor /opt/Unity/Editor/Unity and encounter the login window, my keyboard is disabled for typing any characters to login or create an account. I'm using the ubuntu 16.04. Have you met with the same problem?

Thanks

andytolst commented 6 years ago

we haven't seen this problem with Unity Editor, can you try to re-install it ? please make sure you are using version 2018.2.4f1

chris490yy commented 6 years ago

we haven't seen this problem with Unity Editor, can you try to re-install it ? please make sure you are using version 2018.2.4f1

Thanks, it works now.

Is there any instruction for building my own mobile robot with specific sensor combinations, like IMU, stereo cameras?

andytolst commented 6 years ago

we don't have specific instructions, but you can take a look at Assets/Scripts/ImuSensor.cs and existing camera. you can also try modifying existing Duckiebot robot Assets/Prefabs/RobotCandidates/duckiebot-duckietown-ros1.prefab