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

[Python wrapper] Added custom time limit for wait_for_servers in MoveGroupInterface #1444

Merged
merged 2 commits into from
May 7, 2019

Conversation

kunaltyagi
Copy link
Contributor

Description

  • Retained current hard-coded 5 second limit
  • Used double to conform to python accessible API instead of ros::WallDuration(int, int)
  • API is extended, remains conformant to previous releases

Would be nice if this was applied to Kinetic, Lunar and Melodic (all distros maintained next month)

Checklist

  • Required by CI: Code is auto formatted using clang-format
  • Extended the tutorials / documentation, if necessary reference
  • Include a screenshot if changing a GUI
  • Document API changes relevant to the user in the moveit/MIGRATION.md notes
  • Created tests, which fail without this PR reference
  • Decide if this should be cherry-picked to other current ROS branches
  • While waiting for someone to review your request, please consider reviewing another open pull request to support the maintainers

* Retained current hardcoded 5 second limit
* Used double to conform to python accessible API instead of `ros::WallDuration(int, int)`
* API is extended, remains conformant to previous releases
@welcome
Copy link

welcome bot commented Apr 23, 2019

Thanks for helping in improving MoveIt!

Copy link
Contributor

@rhaschke rhaschke left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@rhaschke rhaschke added the awaits 2nd review one maintainer approved this request label May 3, 2019
@henningkayser henningkayser merged commit 7793148 into moveit:master May 7, 2019
@welcome
Copy link

welcome bot commented May 7, 2019

Congrats on getting your first MoveIt! pull request merged and improving open source robotics!

@BryceStevenWilley BryceStevenWilley removed the awaits 2nd review one maintainer approved this request label May 7, 2019
v4hn pushed a commit to v4hn/moveit that referenced this pull request Mar 30, 2020
…GroupInterface (moveit#1444)

* Added custom time limit for wait_for_servers

* Retained current hardcoded 5 second limit
* Used double to conform to python accessible API instead of `ros::WallDuration(int, int)`
* API is extended, remains conformant to previous releases

* Ran clang-format on a webedit
v4hn pushed a commit to v4hn/moveit that referenced this pull request Mar 31, 2020
…GroupInterface (moveit#1444)

* Added custom time limit for wait_for_servers

* Retained current hardcoded 5 second limit
* Used double to conform to python accessible API instead of `ros::WallDuration(int, int)`
* API is extended, remains conformant to previous releases

* Ran clang-format on a webedit
v4hn pushed a commit to v4hn/moveit that referenced this pull request Mar 31, 2020
…GroupInterface (moveit#1444)

* Added custom time limit for wait_for_servers

* Retained current hardcoded 5 second limit
* Used double to conform to python accessible API instead of `ros::WallDuration(int, int)`
* API is extended, remains conformant to previous releases

* Ran clang-format on a webedit
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 this pull request may close these issues.

None yet

4 participants