Closed 0707yiliu closed 4 years ago
Hi @tKsome
For getting help on how to deal with the broken cable, you should open up a dedicated ticket at https://github.com/robotology/icub-tech-support.
For why the robot misbehaved while performing the red-ball task, there might be multiple reasons, including the ball shape, false-positive detections of the ball, the reaching offsets, the speed of the movements, wrong conf files loaded at startup, and the like.
My recommendation is always approaching the demo incrementally:
Anyway, be always ready to press the fault-button in time to prevent the robot from colliding with itself or from doing weird things.
This method is right. And i have complicated the first two steps.
When we were doing the red ball tracking experiment, icub sometimes wrote the red ball on its head, which lead the process broken down. In this pose, we cannot use robotmotorgui control the robotic motor.
I suspect it is the parameter configuration of tracker.
Here is my configuration ####################################
####################################
#############
############# name /pf3dTracker
#############################
############################# nParticles 600
accelStDev 30
insideOutsideDiffWeight 1.5
colorTransfPolicy 1
#########################
######################### inputVideoPort /pf3dTracker/video:i
outputVideoPort /pf3dTracker/video:o
outputDataPort /pf3dTracker/data:o
outputParticlePort /pf3dTracker/particles:o
inputParticlePort /pf3dTracker/particles:i
outputAttentionPort /pf3dTracker/attention:o
#################################
#################################
projectionModel perspective
cameraContext cameraCalibration cameraFile icubEyes1.ini cameraGroup CAMERA_CALIBRATION_LEFT
#######################
#######################
trackedObjectType sphere
trackedObjectColorTemplate models/red_smiley_2009_07_02.bmp
trackedObjectShapeTemplate models/shape_model_26_30.csv
motionModelMatrix models/motion_model_matrix.csv trackedObjectTemp current_histogram.csv
#######################
#######################
initializationMethod 3dEstimate initialX 0 initialY 0 initialZ 0.5
####################
####################
circleVisualizationMode 1
#########################
#########################
likelihoodThreshold 0.0004 attentionOutputMax 250 attentionOutputDecrease 0.99
##########################
##########################
saveImagesWithOpencv false
saveImagesWithOpencvDir ./graphical_results/
I checked the cable first yestoday and found no broken cable.
When i start-up the robotinterface properly today, the robot can run normally. I guess that after pressing the emergency stop button, the robotic electrical power will lose and its body will lean forward, causing it to fall an the torso.
I checked the cable first yesterday and found no broken cable.
Good 👍🏻
When I start-up the robotinterface properly today, the robot can run normally. I guess that after pressing the emergency stop button, the robotic electrical power will lose and its body will lean forward, causing it to fall and the torso.
This is actually the intended behavior.
For what's left closing in favor of #25.
I change the parameter in redballdemos configuration file config.ini and pf3dTracker.ini
when i give icub a red ball, it will broken down sometime.
And today its torso motor suddenly cut itself off and bacame unuseable.