robot
Here are 2,363 public repositories matching this topic...
-
Updated
Mar 26, 2021 - Jupyter Notebook
-
Updated
Mar 26, 2021 - Go
-
Updated
Dec 13, 2020 - C++
Summary of Problem
Not able to open port with stopbits as 1.5
I am currently building a desktop client using electron, where the COM port receives data correctly for values: baudRate: 2400, dataBits: 7, stopBits: 1.5, parity: 'none'
I found from the node-serialport documentation, stopBits Must be one of these: 1 or 2. But, should 1.5 be supported as well? especially for old & slow
-
Updated
Mar 9, 2021 - PHP
-
Updated
Oct 13, 2020 - Python
-
Updated
Feb 25, 2020
-
Updated
Apr 13, 2018 - Python
-
Updated
Mar 20, 2021 - Java
-
Updated
Mar 8, 2021
Since Qt 5.2 a QCommandLineParser class is available:
https://doc.qt.io/qt-5/qcommandlineparser.html
We should integrate it to make the code cleaner and to expand the CLI capabilities.
The new parser should be added here:
https://github.com/cyberbotics/webots/blob/55c40cdb536322ad56a51414ce3fb653df31d759/src/webots/gui/WbGuiApplication.cpp#L192
and it should look something like this:
-
Updated
Feb 21, 2021 - AutoHotkey
Expected Behaviour
We should prepare Derek for use as an SDK/package so that he can be run on any platform - a Go microservice, AWS Lambda, Heroku etc.
This is the first ste
-
Updated
Oct 21, 2020 - Python
Sample code
Please checkout how the sample test cases in:
References
Get started with testing python
Write Professional Unit Tests in Python
Web Automation Tests with Selenium
-
Updated
Jan 15, 2021
Improve this page
Add a description, image, and links to the robot topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the robot topic, visit your repo's landing page and select "manage topics."
There's little information about what keys and values are in the output, what it means and how they are related to the screen output. In general that needs to be added. (special topics see #1675, #1674)