-
Notifications
You must be signed in to change notification settings - Fork 14
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
add audio support in docker container for gazebo simulation #7
Comments
Pulseaudio vs. ALSA
Reference |
Found here: jacknlliu/ros-docker-images#7 Also fixed typo in the config. Tested using chromium in docker watching youtube. Firefox seems to crash stil though.
Found here: jacknlliu/ros-docker-images#7 Also fixed typo in the config. Tested using chromium in docker watching youtube. Firefox seems to crash stil though.
audio and contact force are very import signals for physical interaction for human.
Human process the audio signal faster than image.
ALSA lib can't work in container even though PulseAudio(server) has been installed in the host.
Solution:
In container, we also need the following command to make sure the access to
/dev/snd/*
, if your user in container is not created bydocker run
option--user
orUSER
in DockerfileAnd then restart your container.
Reference
The text was updated successfully, but these errors were encountered: