Skip to content
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

External force during goal following #80

Closed
dorkamotorka opened this issue Feb 8, 2021 · 7 comments
Closed

External force during goal following #80

dorkamotorka opened this issue Feb 8, 2021 · 7 comments
Assignees
Labels

Comments

@dorkamotorka
Copy link
Contributor

Currently if the robot is moving towards the goal and is moved or hit by some other dynamic object it does not update it's pose according to the goal and therefore misses it.

PROPOSED SOLUTION:
Keep track of goal_frame~base_frame transform during movement and update it accordingly if needed.

@MoffKalast
Copy link
Contributor

MoffKalast commented Apr 22, 2021

@tp4348 I've just done a round of tests with ezmap and feature-external-force in gazebo and it performs super well, at least as long as the map localization manages to actually find the new position properly. So if it works well in real life tests I'd vote for it to be merged into kinetic-devel as soon as possible since it's really a much needed addition.

@dorkamotorka
Copy link
Contributor Author

Well yeah it's updating in map frame haha. I think I will be able to test it on Sunday if @GreTimotej can't make it earlier.

@MoffKalast
Copy link
Contributor

MoffKalast commented Apr 23, 2021

Yep, it's expected, I'm just saying we might need to look at iris_lama next if we're still having problems afterwards.

@GreTimotej
Copy link

Today I tried the above mentioned issue. I was moving the robot while driving and it went back to its course. I think that is it?

@MoffKalast
Copy link
Contributor

That's mostly it, but I think there were some issues with it the first time it was tested? Are those resolved?

@dorkamotorka
Copy link
Contributor Author

Timotej was the one testing it so I guess since the second testing was successful we can close this.

@dorkamotorka
Copy link
Contributor Author

dorkamotorka commented Jul 7, 2021

On which branch were you testing @GreTimotej? This one: https://github.com/UbiquityRobotics/move_basic/tree/feature-external-force?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants