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

Fix all references to "MoveIt" to include exclamation mark e.g. "MoveIt!" #1020

Merged

Conversation

mayman99
Copy link
Member

Description

Fix all references to "MoveIt" to include exclamation mark e.g. "MoveIt!".

Checklist

  • Optional: Decide if this should be cherry-picked to other current ROS branches (Indigo, Jade, Kinetic)

@mayman99
Copy link
Member Author

mayman99 commented Aug 12, 2018

This PR also applies clang format on the setup_assiatant_widgets. (second commit).

@davetcoleman
Copy link
Member

Somehow you ran the wrong type of clang-format - it should not have caused this many changes. Can you remove the "apply clang format" commit and try again using the instructions here:

http://moveit.ros.org/documentation/contributing/code/

Maybe you have the wrong version of clang-format?

@mayman99
Copy link
Member Author

Yes I've noticed that clang doesn't usually reorder includes according to their spelling, reinstalled it and works normally now, thanks.

@mayman99 mayman99 force-pushed the fix_references_to_moveit branch 2 times, most recently from a31b489 to b149204 Compare August 13, 2018 20:54
Copy link

@mcevoyandy mcevoyandy left a comment

Choose a reason for hiding this comment

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

Looks good. Two nits on formatting.

structure describes that controller's state. */
struct ControllerState
{
ControllerState() : active_(false), default_(false)
{
}

/** \brief A controller can be active or inactive. This means that MoveIt could activate the controller when needed,
/** \brief A controller can be active or inactive. This means that MoveIt! could activate the controller when
needed,

Choose a reason for hiding this comment

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

Fix wrapping with line below

and de-activate controllers that overlap (control the same set of joints) */
bool active_;

/** \brief It is often the case that multiple controllers could be used to execute a motion. Marking a controller as
default
makes MoveIt prefer this controller when multiple options are available. */
makes MoveIt! prefer this controller when multiple options are available. */

Choose a reason for hiding this comment

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

text wrapping

@mayman99
Copy link
Member Author

Fixed text wrap 👍 @mcevoyandy

@mayman99 mayman99 mentioned this pull request Aug 20, 2018
6 tasks
@davetcoleman davetcoleman merged commit 5162d5b into ros-planning:kinetic-devel Aug 22, 2018
@davetcoleman
Copy link
Member

cherry-pick: #1030

rhaschke pushed a commit that referenced this pull request Aug 22, 2018
pull bot pushed a commit to shadow-robot/moveit that referenced this pull request Sep 3, 2020
JafarAbdi added a commit to JafarAbdi/moveit that referenced this pull request Mar 24, 2022
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

3 participants