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

start_time_ (ros::Time) won't be updated. #3

Open
psh117 opened this issue Nov 8, 2019 · 3 comments
Open

start_time_ (ros::Time) won't be updated. #3

psh117 opened this issue Nov 8, 2019 · 3 comments
Labels
bug Something isn't working

Comments

@psh117
Copy link
Owner

psh117 commented Nov 8, 2019

start_time_ (ros::Time) won't be updated. It causes premature end (timeout).

psh117 added a commit that referenced this issue Nov 8, 2019
@psh117
Copy link
Owner Author

psh117 commented Nov 8, 2019

Still needed for the other control servers

@psh117 psh117 added the bug Something isn't working label Apr 17, 2020
@psh117
Copy link
Owner Author

psh117 commented Apr 29, 2020

Everyone, please add these stopper inside the compute() function. after checking the activation of action server.

  if(!traj_running_)  // wait for acceptance of the goal, active but not accepted
    return false; 

@psh117
Copy link
Owner Author

psh117 commented Jun 8, 2020

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant