robotology / assistive-rehab

Assistive and Rehabilitative Robotics
https://robotology.github.io/assistive-rehab/doc/mkdocs/site
BSD 3-Clause "New" or "Revised" License
20 stars 11 forks source link

Tests on the robot #290

Closed vvasco closed 2 years ago

vvasco commented 4 years ago

We want to test the new features introduced and tested in simulation on the robot, specifically the obstacle detection alone and then within the TUG. Finally I will do several tests of the whole demo to make sure everything works properly.

vvasco commented 4 years ago

I updated the default parameters of obstacleDetector and managerTUG in order to:

Obstacle detection out of the box

In this experiment, I ran the obstacle detection out of the box. The detected obstacles in the middle viewer are the walls, the table legs and my legs. When commanding the robot to reach 2.5 m along the x direction, it stops before because the legs fall into the radius of 1 m. We can verify this with the get_state command, whose output tells us that the robot has reached 1.5 m.

last-2

Obstacle detection within the demo

In this experiment, I put an obstacle (a box) along the robot's path. The robot stops and asks to remove the obstacle. When this is removed, the interaction starts again. Here a (rudimental) video showing the functionality (I need to make a proper one).

pattacini commented 2 years ago

Closing in favor of #306.