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

[blog] Kinetic release. #110

Merged
merged 1 commit into from Dec 16, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
40 changes: 40 additions & 0 deletions _posts/2016-12-x-kinetic-release.markdown
@@ -0,0 +1,40 @@
---
author: 130s
comments: false
date: 2016-12-x 00:00:00+00:00
layout: post
slug: firstkineticrelease
title: MoveIt! officially released into ROS Kinetic
media_type: image
media_link: http://wiki.ros.org/kinetic?action=AttachFile&do=get&target=kinetic.png
description: We are happy to announce MoveIt! is now released into ROS [Kinetic](http://wiki.ros.org/kinetic) LTS (Long Term Support)!
categories:
- MoveIt!
- ROS
---

We are happy to announce MoveIt! is now released into ROS [Kinetic](http://wiki.ros.org/kinetic) LTS (Long Term Support)!
From now onward, Kinetic is and will be the ROS version that comes with the newest capabilities and bug fixes for MoveIt!.

First thing to note is that from Kinetic C++11 is fully enforced for MoveIt!, which means you HAVE to build all packages that include MoveIt headers with support for C++11.

Some new features and bug-fixes added since the [last release into Jade](http://moveit.ros.org/moveit!/ros/2016/09/02/firstjaderelease.html), :

- [Trajectory safety validation before execution](https://github.com/ros-planning/moveit/pull/63) (Kinetic onward only)
- New planners in [OMPL](http://ompl.kavrakilab.org/) are now available from MoveIt! (geometric::{FMT, BFMT, PDST, STRIDE, BiTRRT, LBTRRT, BiEST, ProjEST, LazyPRM, LazyPRMstar, SPARS, SPARStwo}) ([see PR for detail](https://github.com/ros-planning/moveit/pull/338))
- [MoveGroup's default capabilities are now added by default](https://github.com/ros-planning/moveit/pull/359).
- [New benchmarking using PlanningArena](https://github.com/ros-planning/moveit/pull/228)
- [Separate Pick request without Grasps from Grasp Planning request](https://github.com/ros-planning/moveit/pull/328)
- [Increase collision checking reliability for newly created moveit_config packages](https://github.com/ros-planning/moveit/pull/337)
- [IK solvers consolidated into a new moveit_kinematics package](https://github.com/ros-planning/moveit/pull/247)
- [Fix unreasonable "Invalid Trajectory: start point deviates" error](https://github.com/ros-planning/moveit/issues/283)
- Fedora support is added. Feedback (and fix if necessary) welcomed!

If you're running your robot packages with ROS Kinetic, and/or if you want to try the newest MoveIt!, start at [moveit.ros.org/install](http://moveit.ros.org/install/)

Update on ROS Indigo
========================

Contributors are working hard towards a new binary release into Indigo as well. Future release will primarily target Kinetic, which is the recommended platform if you'd like to utilize the result of newest development. ABI-compatible changes can be released into previous ROS distros too.

--Your friendly MoveIt! maintenance team.