-
Notifications
You must be signed in to change notification settings - Fork 56
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
Failed to initialize the ADM #57
Comments
I still think this is a bug but to be able to solve it:
So, in the docker container:
It still didn't work, but the error has been eliminated. |
OK, it is working but not in Firefox, as #40. |
The relevant HTTP/1.1 fix is in the revived async_web_server_cpp package here. The package is released and waiting for sync with the main repository. In the meantime, you can compile it yourself, or take it from ros-testing. |
The "ros-testing" didn't work but compile the package did! 😃 |
Hi ~ I seem to have a similar problem on Windows. Any ideia? Thanks! |
it is working, I modified the file webrtc\rtc_base\synchronization\sequence_checker.h #define RTC_DCHECK_RUN_ON(x)
#if 0
webrtc::webrtc_seq_check_impl::SequenceCheckerScope seq_check_scope(x); \
RTC_DCHECK((x)->IsCurrent()) << webrtc::ExpectationToString(x)
#endif
#endif // RTC_BASE_SYNCHRONIZATION_SEQUENCE_CHECKER_H_ |
Hi!
$ docker run --network=host -t -i webrtc_ros /bin/bash
$ roslaunch webrtc_ros webrtc_ros.launch
And then, on browser, when I click on the image topic, that is what I get on ROS:
Any ideia?
Thanks!
Mauricio
The text was updated successfully, but these errors were encountered: