bhuman / BHumanCodeRelease

The official B-Human code releases

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Handling Indirectly accessed Streamable Objects

Saman-Khan opened this issue · comments

While MODIFY command can be used to view variables. Generally, where the streamable variables are updated, we can write modify command to view values on console. For variables such as BallContactInformation, that have no seperate update call, how can i use MODIFY command to view it. I tried using MODIFY in update function of BallContactCheckProvider and also inside handlecollisionwithfeet but i am getting syntax error and modify isnt showing contents of contactInfo. Also, why this particular representation is not used in BHFast. I want to know that ball collided with robot. Thanking in anticipation

I am particularly looking as to how it checked that robot foot collided with ball successfully . I am stuck figuring this out for long time. Any help ass to where to look for will be appreciated . eagerly waiting for your response

I implemented the lines inside fieldball provider update function. I added a collision check variable and called ballcontactchecker as shown below. However, when i apply force to ball and ball makes contact with robot foot, none of variable gets updated
image

Please note this file, in particular the second paragraph.