Andrés Gu
Andrés Gu
@qwertychouskie thanks a lot. It would be awesome to thave this solved in the theme tho, for everyones sake
Its better with the FF config fix but for the first fraction of a second, the fields are still dark
https://github.com/jesseweisberg/moveo_ros/pull/18
@Jeroenh89 btw, nice robot, what design are you using?
I had the same issue when using moveit with the default settings, I could solve the issue setting the speed multipliers from 0.1 to 1
@XuankeShi after some failed attempts with versions using anaconda, I just installed tensorflow and matplotlib using pip `pip install tensorflow` `pip install matplotlib` (and maybe another lib) and could run...
hi @XuankeShi read this readme first https://github.com/jesseweisberg/moveo_ros/tree/master/moveo_moveit/scripts and then you can look at the code, it is not very long https://github.com/jesseweisberg/moveo_ros/blob/master/moveo_moveit/scripts/moveo_objrec_publisher.py Im working on the same, so feel free to...
I set `-s mesh_rotation_matrix="[[1,0,0], [0,1,0], [0,0,1]]"` (taken from cura.log) and still I get the same message. Also, shouldnt the identity matrix be the default value for mesh_rotation_matrix?