Skip to content

Commit

Permalink
Remove ! from MoveIt name (#1590)
Browse files Browse the repository at this point in the history
  • Loading branch information
davetcoleman authored and rhaschke committed Aug 2, 2019
1 parent bc45aec commit 985e34c
Show file tree
Hide file tree
Showing 136 changed files with 243 additions and 244 deletions.
2 changes: 1 addition & 1 deletion .docker/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# MoveIt! Docker Containers
# MoveIt Docker Containers

For more information see [Continuous Integration and Docker](http://moveit.ros.org/documentation/contributing/continuous_integration.html) documentation.
2 changes: 1 addition & 1 deletion .docker/ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ RUN \
clang clang-format-3.9 clang-tidy clang-tools \
ccache && \
#
# Download all dependencies of MoveIt!
# Download all dependencies of MoveIt
rosdep update && \
rosdep install -y --from-paths . --ignore-src --rosdistro ${ROS_DISTRO} --as-root=apt:false && \
#
Expand Down
2 changes: 1 addition & 1 deletion .docker/release/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# moveit/moveit:melodic-release
# Full debian-based install of MoveIt! using apt-get
# Full debian-based install of MoveIt using apt-get

FROM ros:melodic-ros-base
MAINTAINER Dave Coleman [email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# MoveIt! is a large project with pull requests being created often. In order
# MoveIt is a large project with pull requests being created often. In order
# to ensure quick review turn around time from our maintainer team, we're
# leveraging an automated "triage" approach to auto-assign reviews to new pull
# requests. If you already know who should review your PR, then you can assign
Expand Down
4 changes: 2 additions & 2 deletions .github/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ newIssueWelcomeComment: >

# Comment to be posted to on PRs from first time contributors in your repository
newPRWelcomeComment: >
Thanks for helping in improving MoveIt!
Thanks for helping in improving MoveIt
# Configuration for first-pr-merge - https://github.com/behaviorbot/first-pr-merge

# Comment to be posted to on pull requests merged by a first time user
firstPRMergeComment: >
Congrats on getting your first MoveIt! pull request merged and improving open source robotics!
Congrats on getting your first MoveIt pull request merged and improving open source robotics!
# It is recommended to include as many gifs and emojis as possible!
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Contributing to MoveIt!
# Contributing to MoveIt

Thanks for getting involved! Information on contributing can be found at
[http://moveit.ros.org/documentation/contributing/](http://moveit.ros.org/documentation/contributing/)
2 changes: 1 addition & 1 deletion MIGRATION.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Migration Notes

API changes in MoveIt! releases
API changes in MoveIt releases

## ROS Noetic (upcoming changes in master)
- Extended the return value of `MoveitCommander.MoveGroup.plan()` from `trajectory` to a tuple of `(success, trajectory, planning_time, error_code)` to better match the C++ MoveGroupInterface ([790](https://github.com/ros-planning/moveit/pull/790/))
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<img src="http://moveit.ros.org/assets/images/moveit2_logo_black.png" alt="MoveIt! Logo" width="200"/>
<img src="http://moveit.ros.org/assets/images/moveit2_logo_black.png" alt="MoveIt Logo" width="200"/>

The MoveIt! Motion Planning Framework
The MoveIt Motion Planning Framework

Currently we support ROS Indigo, Kinetic, and Melodic.

- [Overview of MoveIt!](http://moveit.ros.org)
- [Overview of MoveIt](http://moveit.ros.org)
- [Installation Instructions](http://moveit.ros.org/install/)
- [Documentation](http://moveit.ros.org/documentation/)
- [Get Involved](http://moveit.ros.org/documentation/contributing/)
Expand Down Expand Up @@ -32,7 +32,7 @@ build farm | [![Build Status](http://build.ros.org/buildStatus/icon?job=Idev__mo
[![Docker Automated build](https://img.shields.io/docker/automated/moveit/moveit.svg?maxAge=2592000)](https://hub.docker.com/r/moveit/moveit/) [![Docker Pulls](https://img.shields.io/docker/pulls/moveit/moveit.svg?maxAge=2592000)](https://hub.docker.com/r/moveit/moveit/) [![Docker Stars](https://img.shields.io/docker/stars/moveit/moveit.svg)](https://registry.hub.docker.com/moveit/moveit/)
## ROS Buildfarm

MoveIt! Package | Indigo Source | Indigo Debian | Kinetic Source | Kinetic Debian | Melodic Source | Melodic Debian
MoveIt Package | Indigo Source | Indigo Debian | Kinetic Source | Kinetic Debian | Melodic Source | Melodic Debian
--------------- | ------------- | ------------- | -------------- | -------------- | -------------- | --------------
moveit | [![Build Status](http://build.ros.org/buildStatus/icon?job=Isrc_uT__moveit__ubuntu_trusty__source)](http://build.ros.org/view/Isrc_uT/job/Isrc_uT__moveit__ubuntu_trusty__source) | [![Build Status](http://build.ros.org/buildStatus/icon?job=Ibin_uT64__moveit__ubuntu_trusty_amd64__binary)](http://build.ros.org/view/Ibin_uT64/job/Ibin_uT64__moveit__ubuntu_trusty_amd64__binary) | [![Build Status](http://build.ros.org/buildStatus/icon?job=Ksrc_uX__moveit__ubuntu_xenial__source)](http://build.ros.org/view/Ksrc_uX/job/Ksrc_uX__moveit__ubuntu_xenial__source) | [![Build Status](http://build.ros.org/buildStatus/icon?job=Kbin_uX64__moveit__ubuntu_xenial_amd64__binary)](http://build.ros.org/view/Kbin_uX64/job/Kbin_uX64__moveit__ubuntu_xenial_amd64__binary) | [![Build Status](http://build.ros.org/buildStatus/icon?job=Msrc_uB__moveit__ubuntu_bionic__source)](http://build.ros.org/view/Msrc_uB/job/Msrc_uB__moveit__ubuntu_bionic__source) | [![Build Status](http://build.ros.org/buildStatus/icon?job=Mbin_uB64__moveit__ubuntu_bionic_amd64__binary)](http://build.ros.org/view/Mbin_uB64/job/Mbin_uB64__moveit__ubuntu_bionic_amd64__binary)
moveit_chomp_optimizer_adapter | | | | | [![Build Status](http://build.ros.org/buildStatus/icon?job=Msrc_uB__moveit_chomp_optimizer_adapter__ubuntu_bionic__source)](http://build.ros.org/view/Msrc_uB/job/Msrc_uB__moveit_chomp_optimizer_adapter__ubuntu_bionic__source) | [![Build Status](http://build.ros.org/buildStatus/icon?job=Mbin_uB64__moveit_chomp_optimizer_adapter__ubuntu_bionic_amd64__binary)](http://build.ros.org/view/Mbin_uB64/job/Mbin_uB64__moveit_chomp_optimizer_adapter__ubuntu_bionic_amd64__binary)
Expand Down
4 changes: 2 additions & 2 deletions moveit.rosinstall
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file is intended for users who want to build MoveIt! from source.
# Used with wstool, users can download source of all packages of MoveIt!.
# This file is intended for users who want to build MoveIt from source.
# Used with wstool, users can download source of all packages of MoveIt.
- git:
local-name: moveit_msgs
uri: https://github.com/ros-planning/moveit_msgs.git
Expand Down
4 changes: 2 additions & 2 deletions moveit/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Changelog for package moveit

0.10.2 (2018-10-24)
-------------------
* [fix] Text refrences to MoveIt! (`#1020 <https://github.com/ros-planning/moveit/issues/1020>`_)
* [fix] Text refrences to MoveIt (`#1020 <https://github.com/ros-planning/moveit/issues/1020>`_)
* [fix] Eigen alignment issuses due to missing aligned allocation (`#1039 <https://github.com/ros-planning/moveit/issues/1039>`_)
* [fix][chomp] changelogs: migration from tf -> tf2 only accidentally became part of 0.9.12's changelog
* [fix] Chomp package handling issue `#1086 <https://github.com/ros-planning/moveit/issues/1086>`_ that was introduced in `ubi-agni/hotfix-#1012 <https://github.com/ubi-agni/hotfix-/issues/1012>`_
Expand All @@ -82,7 +82,7 @@ Changelog for package moveit
* [capability][chomp] Failure recovery options for CHOMP by tweaking parameters (`#987 <https://github.com/ros-planning/moveit/issues/987>`_)
* [capability] New screen for automatically generating interfaces to low level controllers(`#951 <https://github.com/ros-planning/moveit/issues/951>`_, `#994 <https://github.com/ros-planning/moveit/issues/994>`_, `#908 <https://github.com/ros-planning/moveit/issues/908>`_)
* [capability][moveit_setup_assistant] Perception screen for using laser scanner point clouds. (`#969 <https://github.com/ros-planning/moveit/issues/969>`_)
* [enhancement][GUI][moveit_setup_assistant] Logo for MoveIt! 2.0, cleanup appearance (`#1059 <https://github.com/ros-planning/moveit/issues/1059>`_)
* [enhancement][GUI][moveit_setup_assistant] Logo for MoveIt 2.0, cleanup appearance (`#1059 <https://github.com/ros-planning/moveit/issues/1059>`_)
* [enhancement][GUI][moveit_setup_assistant] added a setup assistant window icon (`#1028 <https://github.com/ros-planning/moveit/issues/1028>`_)
* [capability][chomp] Addition of CHOMP planning adapter for optimizing result of other planners (`#1012 <https://github.com/ros-planning/moveit/issues/1012>`_)
* [capability][chomp] Failure recovery options for CHOMP by tweaking parameters (`#987 <https://github.com/ros-planning/moveit/issues/987>`_)
Expand Down
2 changes: 1 addition & 1 deletion moveit/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package format="2">
<name>moveit</name>
<version>1.0.1</version>
<description>Meta package that contains all essential package of MoveIt!. Until Summer 2016 MoveIt! had been developed over multiple repositories, where developers' usability and maintenance effort was non-trivial. See <a href = "http://discourse.ros.org/t/migration-to-one-github-repo-for-moveit/266/34">the detailed discussion for the merge of several repositories</a>.</description>
<description>Meta package that contains all essential package of MoveIt. Until Summer 2016 MoveIt had been developed over multiple repositories, where developers' usability and maintenance effort was non-trivial. See <a href = "http://discourse.ros.org/t/migration-to-one-github-repo-for-moveit/266/34">the detailed discussion for the merge of several repositories</a>.</description>
<maintainer email="[email protected]">Dave Coleman</maintainer>
<maintainer email="[email protected]">Michael Ferguson</maintainer>
<maintainer email="[email protected]">Michael Görner</maintainer>
Expand Down
4 changes: 2 additions & 2 deletions moveit/scripts/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Utility Scripts for MoveIt!
# Utility Scripts for MoveIt

## README Markdown Buildfarm Table Generator

This Python script will generate Github-style Markdown table with Jenkins badges for every package recursively from the current folder. It will order all packages alphabetically, but start with all MoveIt! packages first. For generating an updated README for a new ROS distribution, first update the `create_readme_table.py` script and add/remove the current MoveIt!-supported ROS distros and their corresponding Ubuntu distribution in the specified Python dictionary. Then, in the main MoveIt! `README.md` file, remove the "## ROS Buildfarm" header and the following table. Finally, from your catkin workspace with every MoveIt! package, run the `create_readme_table.py` script. For example:
This Python script will generate Github-style Markdown table with Jenkins badges for every package recursively from the current folder. It will order all packages alphabetically, but start with all MoveIt packages first. For generating an updated README for a new ROS distribution, first update the `create_readme_table.py` script and add/remove the current MoveIt-supported ROS distros and their corresponding Ubuntu distribution in the specified Python dictionary. Then, in the main MoveIt `README.md` file, remove the "## ROS Buildfarm" header and the following table. Finally, from your catkin workspace with every MoveIt package, run the `create_readme_table.py` script. For example:

cd ~/ws_moveit/src
python moveit/moveit/scripts/create_readme_table.py >> moveit/README.md
Expand Down
2 changes: 1 addition & 1 deletion moveit/scripts/create_maintainer_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def populate_package_data(path, package):

def list_moveit_packages():
"""
Creates MoveIt! List
Creates MoveIt List
"""
output = ''
packages = find_packages(os.getcwd())
Expand Down
4 changes: 2 additions & 2 deletions moveit/scripts/create_readme_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
def create_header(ros_ubuntu_dict):
ros_distros = sorted(ros_ubuntu_dict.keys())
section_header = "## ROS Buildfarm\n"
header="MoveIt! Package"
header="MoveIt Package"
header_lines = '-'*len(header)
for ros in ros_distros:
source = ' '.join([ros.capitalize(), "Source"])
Expand Down Expand Up @@ -49,7 +49,7 @@ def create_line(package, ros_ubuntu_dict):

def create_moveit_buildfarm_table():
"""
Creates MoveIt! buildfarm badge table
Creates MoveIt buildfarm badge table
"""
# Update the following dictionary with the appropriate ROS-Ubuntu
# combinations for supported distribitions. For instance, in Noetic,
Expand Down
4 changes: 2 additions & 2 deletions moveit/scripts/maintainer_table_template.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>MoveIt! Package Tracking</title>
<title>MoveIt Package Tracking</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
Expand All @@ -23,7 +23,7 @@
</style>
</head>
<body>
<h1>MoveIt! Package Tracking</h1>
<h1>MoveIt Package Tracking</h1>
<table>
<tr>
<td>Package</td>
Expand Down
2 changes: 1 addition & 1 deletion moveit_commander/README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# MoveIt! Commander
# MoveIt Commander
2 changes: 1 addition & 1 deletion moveit_commander/bin/moveit_commander_cmdline.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ def sigint_handler(signal, frame):
rospy.init_node('move_group_interface_cmdline', anonymous=True, disable_signals=True)

parser = argparse.ArgumentParser(usage = """%(prog)s [options] [<group_name>]""",
description = "Command Line Interface to MoveIt!")
description = "Command Line Interface to MoveIt")
parser.add_argument("-i", "--interactive", action="store_true", dest="interactive", default=True,
help="Run the command processing script in interactive mode (default)")
parser.add_argument("-s", "--service", action="store_true", dest="service", default=False,
Expand Down
2 changes: 1 addition & 1 deletion moveit_commander/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<maintainer email="[email protected]">Michael Görner</maintainer>
<maintainer email="[email protected]">Robert Haschke</maintainer>
<maintainer email="[email protected]">MoveIt! Release Team</maintainer>
<maintainer email="[email protected]">MoveIt Release Team</maintainer>

<license>BSD</license>

Expand Down
2 changes: 1 addition & 1 deletion moveit_core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ string(REGEX REPLACE "^[0-9]+\\.([0-9]+).*" "\\1" MOVEIT_VERSION_MINOR "${${PROJ
string(REGEX REPLACE "^[0-9]+\\.[0-9]+\\.([0-9]+).*" "\\1" MOVEIT_VERSION_PATCH "${${PROJECT_NAME}_VERSION}")
set(MOVEIT_VERSION_EXTRA "Alpha")
set(MOVEIT_VERSION "${MOVEIT_VERSION_MAJOR}.${MOVEIT_VERSION_MINOR}.${MOVEIT_VERSION_PATCH}-${MOVEIT_VERSION_EXTRA}")
message(STATUS " *** Building MoveIt! ${MOVEIT_VERSION} ***")
message(STATUS " *** Building MoveIt ${MOVEIT_VERSION} ***")
configure_file("version/version.h.in" "${VERSION_FILE_PATH}/moveit/version.h")
#catkin_lint: ignore_once external_file
install(FILES "${VERSION_FILE_PATH}/moveit/version.h" DESTINATION ${CATKIN_GLOBAL_INCLUDE_DESTINATION}/moveit)
Expand Down
2 changes: 1 addition & 1 deletion moveit_core/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# MoveIt! Core
# MoveIt Core

This repository includes core libraries used by MoveIt:
- representation of kinematic models
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
namespace moveit
{
/** \brief This namespace includes classes and functions that are
helpful in the implementation of other MoveIt! components. This is
helpful in the implementation of other MoveIt components. This is
not code specific to the functionality provided by MoveIt. */
namespace tools
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
#include <moveit_msgs/RobotTrajectory.h>
#include <moveit/macros/class_forward.h>

/// Namespace for the base class of a MoveIt! controller manager
/// Namespace for the base class of a MoveIt controller manager
namespace moveit_controller_manager
{
/// The reported execution status
Expand Down Expand Up @@ -101,7 +101,7 @@ struct ExecutionStatus

MOVEIT_CLASS_FORWARD(MoveItControllerHandle);

/** \brief MoveIt! sends commands to a controller via a handle that satisfies this interface. */
/** \brief MoveIt sends commands to a controller via a handle that satisfies this interface. */
class MoveItControllerHandle
{
public:
Expand Down Expand Up @@ -149,28 +149,28 @@ class MoveItControllerHandle

MOVEIT_CLASS_FORWARD(MoveItControllerManager);

/** @brief MoveIt! does not enforce how controllers are implemented.
/** @brief MoveIt does not enforce how controllers are implemented.
To make your controllers usable by MoveIt, this interface needs to be implemented.
The main purpose of this interface is to expose the set of known controllers and
potentially to allow activating and deactivating them, if multiple controllers are available.
*/
class MoveItControllerManager
{
public:
/** \brief Each controller known to MoveIt! has a state. This
/** \brief Each controller known to MoveIt has a state. This
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
/** \brief A controller can be active or inactive. This means that MoveIt could activate the controller when
needed, 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. */
default makes MoveIt prefer this controller when multiple options are available. */
bool default_;
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

#include <stdexcept>

/** \brief Main namespace for MoveIt! */
/** \brief Main namespace for MoveIt */
namespace moveit
{
/** \brief This may be thrown during construction of objects if errors occur */
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
\page constraint_representation Representation and Evaluation of Constraints

Constraints are integral component of MoveIt! and they are used both to constrain robot motion as well as to define planning goals. There following set of constraints are defined in the kinematic_constraints namespace:
Constraints are integral component of MoveIt and they are used both to constrain robot motion as well as to define planning goals. There following set of constraints are defined in the kinematic_constraints namespace:
- kinematic_constraints::JointConstraint
- kinematic_constraints::OrientationConstraint
- kinematic_constraints::PositionConstraint
Expand Down
4 changes: 2 additions & 2 deletions moveit_core/package.xml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<package format="2">
<name>moveit_core</name>
<version>1.0.1</version>
<description>Core libraries used by MoveIt!</description>
<description>Core libraries used by MoveIt</description>
<author email="[email protected]">Ioan Sucan</author>
<author email="[email protected]">Sachin Chitta</author>
<author email="[email protected]">Acorn Pooley</author>

<maintainer email="[email protected]">Dave Coleman</maintainer>
<maintainer email="[email protected]">Michael Görner</maintainer>
<maintainer email="[email protected]">Michael Ferguson</maintainer>
<maintainer email="[email protected]">MoveIt! Release Team</maintainer>
<maintainer email="[email protected]">MoveIt Release Team</maintainer>

<license>BSD</license>
<url type="website">http://moveit.ros.org</url>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ namespace planning_scene
MOVEIT_CLASS_FORWARD(PlanningScene);
}

/** \brief This namespace includes the base class for MoveIt! planners */
/** \brief This namespace includes the base class for MoveIt planners */
namespace planning_interface
{
/**
Expand Down Expand Up @@ -147,7 +147,7 @@ class PlanningContext

MOVEIT_CLASS_FORWARD(PlannerManager);

/** \brief Base class for a MoveIt! planner */
/** \brief Base class for a MoveIt planner */
class PlannerManager
{
public:
Expand Down
2 changes: 1 addition & 1 deletion moveit_core/planning_scene/dox/planning_scene.dox
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

\page planning_scene_overview Planning Scene

The planning scene (planning_scene::PlanningScene) is the central class for motion planning in MoveIt!. A planning scene represents all the information needed to compute motion plans: The robot's current state, its representation (geometric, kinematic, dynamic) and the world representation. Using this information, things like forward kinematics, inverse kinematics, evaluation of constraints, collision checking, are all possible.
The planning scene (planning_scene::PlanningScene) is the central class for motion planning in MoveIt. A planning scene represents all the information needed to compute motion plans: The robot's current state, its representation (geometric, kinematic, dynamic) and the world representation. Using this information, things like forward kinematics, inverse kinematics, evaluation of constraints, collision checking, are all possible.

The planning_scene::PlanningScene class is tightly connected to the planning_scene_monitor::PlannningSceneMonitor class, which maintains a planning scene using information from the ROS Parameter Server and subscription to topics.

Expand Down
Loading

0 comments on commit 985e34c

Please sign in to comment.