-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix atama tracking #2
Comments
update, publishing button stops the detection for some odd reason |
update, the initial walk ready on webots is stuck, so if i overrode the action with anything, it CAN detect the balls now. |
update, did some more debugging on action, turns out the interpolator keeps initializing after action ends, repeating the process over and over again, this is due to behavior's is_action_running does not update run action until finished stops soccer_node, which in turn does not update the is_action_running in behavior, causing it to keep playing walk ready. really confused because in the robot, the soccer node (supposedly) keeps running, or maybe its my understanding that is lacking? going to the lab to check, after this, then i will check actual reason why pan is not moving so i can get real progress |
update, running soccer test proves that soccer CAN change the pan and tilt in webots, it just wont in the soccer run, i hope i can finish this issue by the end of this week. i've been procrastinating for too long. man i should really have a consistent schedule |
update, to make the robot 'track',
problem :
|
update, kansei is the reason why the orientation goes to 0 discretely, the tracking is still problematic, so there are two things that may be why :
|
TODO :
try publishing /measurement/status, since atama needs robot yaw
when robot looks at ball, kansei breaks and robot freezes. probably something to do with atama needing raw image
The text was updated successfully, but these errors were encountered: