- How does the frame walker infer the path of the user?
The frame walker made use of a path inference algorithm to infer the intended path of the user. At each step, the walker estimates the probability that the user is traveling on each of the possible arc from its current position by assigning a weight to each of the paths available. One question may pop up from your mind? What if the user turns the frame walker in place? Through that, he or she could in fact move to any point in a straight line. However, the frame walker is designed in such a way that, it assumes that the user usually do not operate the rollator in such a way. Most of the time, the walker is moved in a non-holonomic style. All the motions are a combination of translation and rotation, in other words and arc. How much weight to give to each path is depending on the orientation of the walker. Paths are first weighted by the orientation of the walker. If the path translation component is the same direction as that indicated by the walker sensor, more weight would be given to that path than its opposite component. When the walker is at rest, more weight will be given to path in front of the walker. Next, the paths are weighted by length. In the beginning, longer paths are given more weight. Paths are then weighted by a history of the user steering input. Additional weight will be given to paths that are similar to the arc traveled in the last time step. The walker would select the path with the highest weight. The sensors in the walker allow it to monitor the difference in force applied to both handles. When more force is applied to one handle, the walker will turn in the opposite direction. The amount of translation and rotation would be determined by the difference in force applied. If the difference is large, there would be more rotation and less translation. Equal force on both handle would mean that the walker would move either forward or backward. What happen when the path selected by the walker does not corresponds to the desired path of travel of the user? In this case, the agent would reduce the weight of paths near the direction of the wheel orientation. At the same time, the agent would increase the weight of path around the direction indicated by the user. The action taken by the agent helps to prevent the user from falling or knocking into obstacles. However, in the event of danger, the walker would override the commands issued by the user. Other than that, under normal situation, the user would be in control.
- Obstacles Avoidance
Obstacles avoidance can be broken down into three levels. If the user is relatively near to the obstacle (distance t1), the walker would try to steer away from the obstacle. If the user get closer to the obstacle (distance t2), the walker does not have enough distance to steer away. At such, the brake of the frame walker will be activated slowly, proportional to the walker. However, if the user gets very close to the obstacle (distance t3), the brake will be engaged fully.
5 comments:
How large and how heavy is the "assistive robotic walker"?
from the pic provided, seems it is not small.
can it walk on unflat ground(10 degree slope,for example) or a bit more complex geographical condition?
maybe it is only useful indoor since it doesnt have legs which could deal with more complex situations.
Well it is unlikely to climb stairs. If the wheel can be replaced by tracks it will allow movement in uneven surface and even climb stairs(if the track is long enough). It be much better
U0205352 Lim Lipien
Firstly, I like to comment that this walker's obstacle avoidance behaviour might poses a big problem. The braking force which is implemented by the proportional controller might be a concern for the eldery people because as everyone knows that elderly people cannot receive shocks and surprises which may be caused by a sudden brake. The magnitude of the inertia forward force exerted by the sudden braking force is also an issue whether it is large enough to cause an accident for the elderly.
U0204570 Tang Shao Qiang
The walker is indeed a good news for patients with difficulty in moving around, especially weak elderly who might not have the strength to walk stably with just a walking stick. The response to pressure cues from the user's hands on the handles could be customized for physiotherapeutic procedures in which the patient could be made to put more effort into "steering" the walker over time so that the strength of his or her arms and legs can be built up gradually.
u0204999 Sim Xin'An Eddie
This is a really good idea. With Singapore heading towards an ageing society, I think its high time that we use walkers like these to help our old. I think that the technology however needs more artificial intelligence as the obstacle avoidance technique doesn't seem to be good enough. If the person wants to move towards an object rather than away from it, perhaps the walker can detect the extra force and direction that the old lady is moving towards it rather than interpret any obstacle as bad. I mean, the elderly doesn't refer to blind people and I am sure some elderly can tell the difference between an obstacle and an objective. Perhaps for the blind, the walker can be designed as just obstacle avoidance.
Post a Comment