-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Xbox Joystick is still not available #10
Comments
You can check your game pad with the command.
see https://choreonoid.org/en/manuals/latest/simulation/tank-tutorial/step3.html Information of your gamepad should be in model id map in the source file. |
Sorry for replying in this late time. I apologize if it should make you annoyed. I have tried jstest as you mentioned before and have ensured that my Joystick device is XBox 360. jstest result is: And then I tried exec.sh again. This time it returned information like this: Would it be better to go on trying game pad mode or turn to other operating method? |
You can try robotsimulation-docker/choreonoid_docker/keyboard_joy.py it publishes /joy topic from keyboard.
You can use choreography with AizuSpider.
You can save created motion and can command that motion to the robot in the simulation.
|
Get a problem similar to #8 .
My environment is Ubuntu LTS 18.04 and no Nvidia.
Executed in Terminal as following:
## Terminal 1:
./run_no_gl.sh roslaunch aizuspider_description aizuspider.launch
## Terminal 2:
./exec.sh /my_entrypoint.sh roslaunch choreonoid_joy joy.launch namespace:=AizuSpiderAA device:=/dev/input/js0
As result, Choreonoid can be launched, with Warning:
Warning: Input file "__name:=choreonoid" was not processed.
Warning: Input file "__log:=/root/.ros/log/88dbdad8-8ab8-11e9-b95c-0028f84c7a1b/choreonoid-4.log" was not processed.
Meanwhile, Terminal 2 has no reaction and no hint was shown.
If possible, please teach me how to solve this problem.
Thanks a lot.
The text was updated successfully, but these errors were encountered: