Antonin RAFFIN

Results 769 comments of Antonin RAFFIN

Hello, thanks for reporting the issue, this code was only tested under linux, so not a surprise that things might need small adjustments for windows. > I intentionally did not...

Hello, >I copied robust_serial.hpp to my project and implemented a class to read and write information to the serial port using std::fstream. Why didn't you use the examples from https://github.com/araffin/cpp-arduino-serial/tree/2075fd8f203483af9c82caffba4bdbc84024ea63/examples...

>What could be intercepting my communication with the board? To be honest, I have no idea... I usually had trouble reading packets coming from the Arduino, not the opposite way....

as a sanity check, can you send/receive something using Arduino IDE?

This is a [ symbolic link](https://en.wikipedia.org/wiki/Symbolic_link)... just copy paste the content of slave.cpp (and other files if needed) or use directly that folder: https://github.com/araffin/arduino-robust-serial/tree/master/arduino-board and rename `slave.cpp` to `slave.ino`

Hello, After a quick look, it should be possible (see the examples in the python repo). For instance with the [uart serial](https://learn.adafruit.com/circuitpython-essentials/circuitpython-uart-serial) or with [sockets](https://circuitpython.readthedocs.io/en/5.0.x/shared-bindings/socket/__init__.html) (there is an example in...

It should be but this is definitely not a question for that but more for circuit python

Hello, Good question, I think this came from test a colleague did a while ago (already 5 years from now...) But maybe it has changed or the test is not...

Hi, We just release a [guide](https://stable-baselines.readthedocs.io/en/master/guide/checking_nan.html) in the documentation to tackle this type of issue. Feel free to open an issue on stable-baselines repo if you find something wrong coming...

You may have a look at https://github.com/DLR-RM/stable-baselines3/issues/428#issuecomment-1124815614 too