RFRIEDM-Trimble

Results 47 comments of RFRIEDM-Trimble

https://github.com/lathiat/avahi/blob/master/docs/INSTALL#L7 Also trying the `configure` script fails as explained.

Hello, I believe my use case is failing as a result of this problem. I have a remote computer and my host connected on the same link and able to...

For a full log trace, it appears to be due to incompatible versions of doc8. ``` Rfriedm@rfriedm-us-ll2:~/Development/RFRIEDM-Trimble/ros2_documentation$ python3 -m pip install -r requirements.txt Collecting doc8 Downloading doc8-1.0.0-py3-none-any.whl (25 kB) Requirement...

The issue really can be found from this line: ``` Installing collected packages: pip WARNING: The scripts pip, pip3 and pip3.8 are installed in '/home/Rfriedm/.local/bin' which is not on PATH....

If googletest is part of the build tree, you can link to `GTest::gtest_main` rather than `gtest_main`. This is different than CMake's finders, which want you to link to `GTest::Main`. Depending...

I am receiving this error in Chrome on ubuntu 20.04; it doesn't seem to be restricted to just Safari/Firefox. Info attached below. ``` TypeError: window.showOpenFilePicker is not a function ```...

Does the [usage of it in the tutorials](https://github.com/ros2/tutorials/search?q=on_parameter_event) just need documentation? If so, I'm happy to contribute that. ^ Actually, that code doesn't work, evident looking at the README, seems...

Sounds good. I'm learning to use them. I was leaning towards the best use case being an example. However that brings up the questions should it be with [bind or...

> libqt5gamepad5-dev On Ubuntu 18.04: ``` E: Unable to locate package libqt5gamepad5-dev E: Unable to locate package libqt5gamepad5 ```

> I had a look and thought maybe it would be easier to add the alpn support to the mqtt library itself [eclipse/paho.mqtt.python#648](https://github.com/eclipse/paho.mqtt.python/pull/648) , 2 problems: > > 1. It...