swagatk

Results 6 comments of swagatk

Thanks a lot for your reply. The examples are really helpful. I wrote a crude way to check if a number is prime or not. If you find this program...

I did attach a file. In any case, I am copying the code below: I am teaching an "Embedded System" course to undergraduate students at Edge Hill University in the...

I got similar warning with my picamera when I used cv2.VideoCapture() to open it. However, the following statement fixed these errors (Refer to this [link](https://raspberrypi.stackexchange.com/questions/111852/ubuntu-19-10-enabling-and-using-raspberry-pi-camera-module-v2-1/121790#121790?newreg=3f7562d0ce3b4753bcad4e86dd920a28) for original source): ``` import...

> @swagatk for me your suggested method dont work. I'm using Bullseye 64-bit. @bycmlla I've read a lot of Issues and still struggle with the new RPi OS and the...

In my case, I get this error when I import the mujoco_py module in python. I installed the package in a conda environment on Ubuntu 20.04 without any error. ```...

I can confirm that reinstalling Mujoco210 & compiling mujoco-py from source as suggested in [this](https://docs.google.com/document/d/1eBvfKoczKmImUgoGMbqypODBXmI1bD91/edit) link solved the above problem. Thanks @rems75 for the suggestion.