-
Notifications
You must be signed in to change notification settings - Fork 531
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into ch3/trajectory_cache
- Loading branch information
Showing
70 changed files
with
173 additions
and
162 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
# syntax = docker/dockerfile:1.3 | ||
|
||
# ghcr.io/ros-planning/moveit2:${ROS_DISTRO}-source | ||
# ghcr.io/moveit/moveit2:${ROS_DISTRO}-source | ||
# Downloads the moveit source code and install remaining debian dependencies | ||
|
||
ARG ROS_DISTRO=rolling | ||
FROM moveit/moveit2:${ROS_DISTRO}-ci-testing | ||
FROM moveit/moveit2:${ROS_DISTRO}-ci | ||
LABEL maintainer Robert Haschke [email protected] | ||
|
||
# Export ROS_UNDERLAY for downstream docker containers | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,8 +12,8 @@ | |
<license>BSD-3-Clause</license> | ||
|
||
<url type="website">http://moveit.ros.org</url> | ||
<url type="repository">https://github.com/ros-planning/moveit2</url> | ||
<url type="bugtracker">https://github.com/ros-planning/moveit2/issues</url> | ||
<url type="repository">https://github.com/moveit/moveit2</url> | ||
<url type="bugtracker">https://github.com/moveit/moveit2/issues</url> | ||
|
||
<author email="[email protected]">Ioan Sucan</author> | ||
<author email="[email protected]">Sachin Chitta</author> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
repositories: | ||
octomap: | ||
type: git | ||
url: https://github.com/octomap/octomap.git | ||
version: devel | ||
geometric_shapes: | ||
type: git | ||
url: https://github.com/moveit/geometric_shapes.git | ||
version: ros2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,8 +11,8 @@ | |
<license>BSD-3-Clause</license> | ||
|
||
<url type="website">http://moveit.ros.org</url> | ||
<url type="bugtracker">https://github.com/ros-planning/moveit2/issues</url> | ||
<url type="repository">https://github.com/ros-planning/moveit2</url> | ||
<url type="bugtracker">https://github.com/moveit/moveit2/issues</url> | ||
<url type="repository">https://github.com/moveit/moveit2</url> | ||
|
||
<author email="[email protected]">Lior Lustgarten</author> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,8 +13,8 @@ | |
<license>BSD-3-Clause</license> | ||
|
||
<url type="website">http://moveit.ros.org</url> | ||
<url type="bugtracker">https://github.com/ros-planning/moveit2/issues</url> | ||
<url type="repository">https://github.com/ros-planning/moveit2</url> | ||
<url type="bugtracker">https://github.com/moveit/moveit2/issues</url> | ||
<url type="repository">https://github.com/moveit/moveit2</url> | ||
|
||
<author email="[email protected]">Ioan Sucan</author> | ||
<author email="[email protected]">Sachin Chitta</author> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,8 +14,8 @@ | |
<license>BSD-3-Clause</license> | ||
|
||
<url type="website">http://moveit.ros.org</url> | ||
<url type="repository">https://github.com/ros-planning/moveit2</url> | ||
<url type="bugtracker">https://github.com/ros-planning/moveit2/issues</url> | ||
<url type="repository">https://github.com/moveit/moveit2</url> | ||
<url type="bugtracker">https://github.com/moveit/moveit2/issues</url> | ||
|
||
<author email="[email protected]">Dave Coleman</author> | ||
<author email="[email protected]">Ioan Sucan</author> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.