Closed Tobias-Fischer closed 9 years ago
Hi @Tobias-Fischer, could you address the small comment I've pointed out?
Hi @pattacini, I fixed the small issue. Could you please provide a brief explanation why using c_str() is of advantage?
Thanks, Tobias
I was not aware of the new Property::put(const ConstString&, const ConstString&)
method. I thought we were still sticking to Property::put(const char*, const char*)
. By the way, the cast from std::string
to yarp::os::ConstString
was used to cause trouble before, until they practically enabled typedef std::string yarp::os::ConstString
by default. Nonetheless, if I'm not mistaken, it is still possible to have a standalone implementation of ConstString
, thus it's safer to call c_str()
.
Hi, this little pull request slightly extends two features of the kinect-wrapper.
Both fixes were tested and should work just fine. @pattacini It would be great if you could merge this :).
Thanks and have a nice week, Tobias