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

Remove stomp_core package and leverage stomp cmake package #39

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/ci_bionic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,4 @@ jobs:
env:
ROS_DISTRO: ${{ matrix.ros_distro }}
ROS_REPO: ${{ matrix.ros_repo }}
UPSTREAM_WORKSPACE: 'dependencies.rosinstall'
1 change: 1 addition & 0 deletions .github/workflows/ci_focal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,4 @@ jobs:
env:
ROS_DISTRO: ${{ matrix.ros_distro }}
ROS_REPO: ${{ matrix.ros_repo }}
UPSTREAM_WORKSPACE: 'dependencies.rosinstall'
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,6 @@
catkin build
```

#### Unit Test
Cd into the catkin workspace directory and type the following command:
```
catkin run_tests
```
- Run the stomp_core unit tests:
```
catkin run_tests stomp_core
```

#### Seeding Stomp
The STOMP planner works through optimization: it starts with a given trajectory, called the ***seed***, and iteratively attempts to improve it. This seed is set:
1. By default, it is set to the joint interpolated path between the start and end joint configurations.
Expand Down
8 changes: 8 additions & 0 deletions dependencies.rosinstall
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
- git:
local-name: ros_industrial_cmake_boilerplate
uri: https://github.com/ros-industrial/ros_industrial_cmake_boilerplate.git
version: 0.2.12
- git:
local-name: stomp
uri: https://github.com/ros-industrial/stomp.git
version: main
4 changes: 2 additions & 2 deletions doxygen.config
Original file line number Diff line number Diff line change
Expand Up @@ -743,7 +743,7 @@ WARN_LOGFILE =
# spaces.
# Note: If this tag is empty the current directory is searched.

INPUT = stomp_core stomp_moveit stomp_plugins
INPUT = stomp_moveit stomp_plugins

# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
Expand Down Expand Up @@ -811,7 +811,7 @@ EXCLUDE_SYMBOLS =
# that contain example code fragments that are included (see the \include
# command).

EXAMPLE_PATH = stomp_core stomp_moveit stomp_plugins
EXAMPLE_PATH = stomp_moveit stomp_plugins

# If the value of the EXAMPLE_PATH tag contains directories, you can use the
# EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp and
Expand Down
11 changes: 0 additions & 11 deletions stomp_core/CHANGELOG.rst

This file was deleted.

71 changes: 0 additions & 71 deletions stomp_core/CMakeLists.txt

This file was deleted.

40 changes: 0 additions & 40 deletions stomp_core/example_pages.dox

This file was deleted.

217 changes: 0 additions & 217 deletions stomp_core/examples/simple_optimization_task.h

This file was deleted.

Loading