alexisdal
alexisdal
hello I have been using mongoengine on my latest project and I'm happy with it. somehow, I would like to push vectors (embeddings) into my mongodb collection and perform vector...
Hello, Just a few words of thank you for the apparently very good work of elinks. I've been a happy user of lynx for years now. Very recently I stumbled...
hello, I have played around with audio projects in other plateforms than iOs over the past few years. Since objective-C is such a pain to read and write for me,...
thanks for your excellent book. in chefbot_bringup/scripts/pid_velocity.py ``` self.Kp = rospy.get_param('~Kp',10) self.Ki = rospy.get_param('~Ki',10) self.Kd = rospy.get_param('~Kd',0.001) ``` however, in the book and the launch file chefbot_bringup/launch/robot_standalone.launch ``` 400 100...