Skip to content

renamed CSM::waitForCurrentState() to CSM::waitForCompleteState()#298

Merged
davetcoleman merged 1 commit intomoveit:kinetic-develfrom
rhaschke:rename-waitForCurrentRobotState
Oct 19, 2016
Merged

renamed CSM::waitForCurrentState() to CSM::waitForCompleteState()#298
davetcoleman merged 1 commit intomoveit:kinetic-develfrom
rhaschke:rename-waitForCurrentRobotState

Conversation

@rhaschke
Copy link
Copy Markdown
Contributor

.. to better reflect the actual semantics of the method.
To maintain API compatibility, the old function still exists, but is deprecated.

Again, this is extracted from #232.

Copy link
Copy Markdown
Contributor

@v4hn v4hn left a comment

Choose a reason for hiding this comment

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

This change definitely makes sense and should be merged.

}
return ok;
}
bool planning_scene_monitor::CurrentStateMonitor::waitForCurrentState(const std::string &group, double wait_time) const
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Please add an empty line between this function and the one above.

…State()

.. to better reflect the actual semantics of the method
to maintain API compatibility, the old function still exists, but is deprecated
@davetcoleman davetcoleman merged commit 304f187 into moveit:kinetic-devel Oct 19, 2016
@davetcoleman
Copy link
Copy Markdown
Member

davetcoleman commented Oct 19, 2016

Thanks!

I am assuming a function change this invasive we do not want backported

@v4hn
Copy link
Copy Markdown
Contributor

v4hn commented Oct 19, 2016

I am assuming a function change this invasive we do not want backported

+1

@rhaschke rhaschke deleted the rename-waitForCurrentRobotState branch October 19, 2016 19:02
130s pushed a commit to 130s/moveit-2 that referenced this pull request Oct 21, 2016
…State() (moveit#298)

.. to better reflect the actual semantics of the method
to maintain API compatibility, the old function still exists, but is deprecated
130s pushed a commit to 130s/moveit-2 that referenced this pull request Oct 21, 2016
…State() (moveit#298)

.. to better reflect the actual semantics of the method
to maintain API compatibility, the old function still exists, but is deprecated
k-okada pushed a commit to k-okada/moveit that referenced this pull request Dec 12, 2017
…State() (moveit#298)

.. to better reflect the actual semantics of the method
to maintain API compatibility, the old function still exists, but is deprecated
Conflicts:
	moveit_ros/planning/planning_scene_monitor/include/moveit/planning_scene_monitor/current_state_monitor.h
	moveit_ros/planning/planning_scene_monitor/src/current_state_monitor.cpp
	moveit_ros/planning_interface/move_group_interface/src/move_group.cpp
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.

3 participants