Wil Koch
Wil Koch
Hi @alexsandercaac what was the error logname it was giving you? That is suspect, and has never been reported. Does the error get thrown if you don't do and upgrade?...
Gotcha ok that makes sense for why logname doesnt work then since its not native ubuntu. I'm not familiar with WSL so I'm not sure if thats the issue but...
Hey @Suvian-wy waiting for that PR to go through and then ill review this
I just added all-contributors and dealing with the same problem, it forces my build badge onto a new line. How is all-contributors doing it? I looked at the [README.md](https://raw.githubusercontent.com/all-contributors/all-contributors/master/README.md) and...
@szepeviktor you can have the server generate the image on the fly for every request. all-contributors could use a url that has the repo name in it which the server...
Ok I think I have a nice solution that doesn't require any additional server, this can be done with dynamic shields. If you check out the section titled [Dynamic](https://shields.io/) they...
That's pretty sweet didn't know you could do that in markdown. Nice solution.
Hey @xabierolaz do you only need vertical distance support? If there isn't position support your agent wont be able to control the location it takes off too, only the height....
In GymFC we only care about the sensors. It's the extended class you define the I/O. I'd start with just the distance sensor before adding a position sensor then we...
Reviewing the code it actually looks like there shouldn't need any modifications to fc_env.py The [state protobuf message](https://github.com/wil3/gymfc/blob/master/gymfc/envs/assets/gazebo/plugins/msgs/State.proto) just needs to be updated and then the python files generated using...