Skip to content

Commit

Permalink
Replace Studio branding with Pro (#833)
Browse files Browse the repository at this point in the history
---------

Co-authored-by: laco <[email protected]>
  • Loading branch information
L4co77 and Laco-code authored Jan 26, 2024
1 parent 981204e commit 3b75de9
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/setup-python@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.0.2'
ruby-version: '3.2.2'
bundler-cache: true
- name: Build and Check Website
run: ./.check_build.sh
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
url: https://moveit.ros.org
name: MoveIt Motion Planning Framework
title: MoveIt Motion Planning Framework
description: Incorporating the latest advances in motion planning, manipulation, 3D perception, kinematics, control and navigation.

plugins:
Expand Down
7 changes: 5 additions & 2 deletions _includes/announcement-banner.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<div class="moveit_announcement_banner">
<a href="https://picknik.ai/studio/">
<img src="/assets/images/MoveIt_Announcement_Banner.png" alt="MoveIt announcement banner" />
<a href="https://picknik.ai/pro/">
<img
src="/assets/images/MoveIt_Announcement_Banner.png"
alt="MoveIt announcement banner"
/>
</a>
</div>
2 changes: 1 addition & 1 deletion _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</p>
<p>
Check out our
<a href="https://picknik.ai/studio/" target="_blank"
<a href="https://picknik.ai/pro/" target="_blank"
>MoveIt Developer Platform</a
>
</p>
Expand Down
2 changes: 1 addition & 1 deletion _posts/2019-04-16-realtime-robotics.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ RapidPlan enables machines to navigate dynamic environments smoothly and quickly

To allow seamless integration with existing robot setups, [PickNik Robotics](https://picknik.ai/) implemented a _RapidPlan_ motion planning plugin for MoveIt. The plugin should offer the full planning and collision checking capabilities via the common motion planning interface. The main challenge was the task of joining the two different methodologies. For instance: the plugin supports converting the collision objects in the planning scene to an occupancy voxel grid that can be processed by _RapidPlan_. Conversions of these types naturally come with a computational overhead that can reduce the planning rate. Other steps like converting motion planning requests, goal constraints, and processing the solution path also play into this. When using point clouds, the plugin can produce solutions with a rate of up to 700 hz which is more than appropriate for most real-time planning applications.

The collaboration with [Realtime Robotics](https://rtr.ai/) has shown that MoveIt is adaptable to new planning methodologies. Reliable real-time planning and collision checking are a long expected key features required by modern robot applications and also a driving factor for the development of [ROS 2.0](https://index.ros.org/doc/ros2/). The project has set out the importance of online-planning capabilities in current MoveIt versions and the just started implementation of [MoveIt2](https://moveit.ros.org/moveit!/ros/2019/03/01/announcing-the-moveit-2-port.html).
The collaboration with [Realtime Robotics](https://rtr.ai/) has shown that MoveIt is adaptable to new planning methodologies. Reliable real-time planning and collision checking are a long expected key features required by modern robot applications and also a driving factor for the development of [ROS 2.0](https://docs.ros.org/en/iron/The-ROS2-Project.html). The project has set out the importance of online-planning capabilities in current MoveIt versions and the just started implementation of [MoveIt2](https://moveit.ros.org/moveit!/ros/2019/03/01/announcing-the-moveit-2-port.html).
Binary file modified assets/images/related_projects/moveit_studio.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions documentation/related_projects/index.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ Its current implementation takes as input a pose vector (position and orientatio

<img src="/assets/images/related_projects/moveit_grasps.png" height="500"/>

## MoveIt Studio
## MoveIt Pro

PickNik's MoveIt Studio Developer Platform enables robotics engineers and robot field operators to more quickly build advanced applications that include manipulator arms. Designed with a user-friendly interface, it includes a set of pre-built tools that make it easy to build and debug behavior trees, inspect trajectories, diagnose failures, and provide robot recovery. [Click here to learn more](https://picknik.ai/studio/).
PickNik's MoveIt Pro Developer Platform enables robotics engineers and robot field operators to more quickly build advanced applications that include manipulator arms. Designed with a user-friendly interface, it includes a set of pre-built tools that make it easy to build and debug behavior trees, inspect trajectories, diagnose failures, and provide robot recovery. [Click here to learn more](https://picknik.ai/pro/).

<img src="/assets/images/related_projects/moveit_studio.png" height="500"/>

Expand Down
2 changes: 1 addition & 1 deletion index.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ redirect_from: '/moveit/'
<div class="main">
<div class="main-tag">
<span class="blue">Announcement</span>
<span>MoveIt Studio 2.0 and MoveIt 2.7 <a href="https://discourse.ros.org/t/announcing-moveit-studio-2-0-and-moveit-2-7-iron-releases/32296" target="_blank">released!</a></span>
<span>MoveIt Pro 2.0 and MoveIt 2.7 <a href="https://discourse.ros.org/t/announcing-moveit-studio-2-0-and-moveit-2-7-iron-releases/32296" target="_blank">released!</a></span>
</div>
<h1>Moving robots into&nbsp;the&nbsp;future</h1>
<p class="main-text">Incorporating the latest advances in motion planning,<br/>
Expand Down

0 comments on commit 3b75de9

Please sign in to comment.