-
Hi, I made a test inside docker image, replace the object of my own model with the default pudding_box on the table in
My question is where can i find the log file of app, that i can debug my test. Another question is that how can i launch the app through yarpmanager, i tried the below command after launch and connect
Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The relevant part that I guess you're referring to is: icub-gazebo-grasping-sandbox/src/main.cpp Lines 398 to 410 in c9e5edd
Main apps are under https://github.com/robotology/icub-gazebo-grasping-sandbox/tree/master/scripts. Important This sandbox is meant for showcasing some basic capabilities of the robot. You can certainly experiment with it, but most likely you'll have to replace some components (e.g., segmentation, fitting...) if you aim to reach high accuracy in real scenarios. |
Beta Was this translation helpful? Give feedback.
The relevant part that I guess you're referring to is:
icub-gazebo-grasping-sandbox/src/main.cpp
Lines 398 to 410 in c9e5edd