Gustavo Hoenicka
Gustavo Hoenicka
Hello Mr. Yasirkula. Same here on take a photo: 11-25 11:58:05.641 6556 6654 I Unity : 11-25 11:58:06.019 1764 2007 I Timeline: Timeline: Activity_windows_visible id: ActivityRecord{b22b087 u0 com.erdetech.bildksuite/com.unity3d.player.UnityPlayerActivity t54278} time:314627445...
> If you can't reproduce this issue at every attempt or after restarting the phone, it is also likely memory issue. Is a random behavior. Sometimes occurs at first attempt.....
> Yeah when it's completely random, it's a good indication that it's a memory issue. Either device has low RAM or the game is consuming too much RAM already. Spec...
> Although your device has 4 GB RAM, it might be consumed by a lot of other apps and the OS itself. OS might also be preserving some of this...
> I'm assuming this is my [Image Cropper](https://github.com/yasirkula/UnityImageCropper) plugin (nice UI retouch BTW). After cropping the Texture retrieved via NativeCamera, you can `Destroy` it (the original Texture) since you no...
https://github.com/cra-ros-pkg/robot_localization/issues/844 I was able to run the demo after the solution of @LuukBerkel. Thanks. Now.. the only problem is the all values transformed are '0' ```shell [INFO] [1706183873.940299133] [basic_navigator]: Nav2...
> Hii @ghoenicka Could you please tell me how did you achieve this . What all changes did you make? > > Did you just change the logged_waypoint_follower.py ? >...
> > > Hii @ghoenicka Could you please tell me how did you achieve this . What all changes did you make? > > > Did you just change the...
In the function **main**, replace the word **"node"** by the name of your package. (example: **"my_robot_gps"**) ```python def main(): rclpy.init() # allow to pass the waypoints file as an argument...
> Thanks a lot @LuukBerkel @ghoenicka , it finally worked !!! > > @ghoenicka is it working on a real robot? I will tested on a real one by March....