Kamal Aghayev

Results 8 comments of Kamal Aghayev

@LGouellec do you think it is possible to add this functionality in the next release if it is implemented till that time?

Great! I will have a look at this problem, and if I am able to finish it I will create a PR. Thank you for the fast response!

The problem I have is that `id` column is `IDENTITY`, so I cannot update it. Any attempt to do so leads to an SQL error.

> can you see if you can build and run any one of ign-rendering the examples? Yes, I tried several examples and they execute successfully. > do you have other...

I tried to recode everything and in the end, found what caused the error. After I removed the folowing line everything works as expected: ``` #include ```

I have a plugin for the camera sensor. I removed the line from the code of the plugin.

I am not sure. I do not have enough time to look at the source code of several packages, but it seems that ign-rendering (at least ign-rednering3-ogre2) and ign-plugin are...

I use Ogre2 in my project, that is right. And as far as I understand, I cannot save an image from the camera itself. The way I did it is...