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

[pr2eus] :go-pos-unsafe always returns nil in kinematics simualtion and cmd_vel case #490

Open
knorth55 opened this issue Nov 22, 2022 · 1 comment · May be fixed by #491
Open

[pr2eus] :go-pos-unsafe always returns nil in kinematics simualtion and cmd_vel case #490

knorth55 opened this issue Nov 22, 2022 · 1 comment · May be fixed by #491

Comments

@knorth55
Copy link
Member

knorth55 commented Nov 22, 2022

:go-pos-unsafe always returns nil in kinematics simulation or cmd_vel case.
:go-pos-unsafe-no-wait returns t but :go-pos-unsafe-wait returns nil, thats why :go-pos-unsafe returns nil.

(:go-pos-unsafe (&rest args)
(send* self :go-pos-unsafe-no-wait args)
(send self :go-pos-unsafe-wait))

I supposed that :go-pos-unsafe should return t if the motion works correctly.

@knorth55 knorth55 changed the title [pr2eus] :go-pos-unsafe always returns nil [pr2eus] :go-pos-unsafe always returns nil in kinematics simualtion and cmd_vel case Nov 22, 2022
@knorth55
Copy link
Member Author

:go-pos-unsafe only returns t or nil when move_base_trajectory_action is enable and the action succeeded to run the motion.

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

Successfully merging a pull request may close this issue.

1 participant