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

Switch to moveit 2.8.0 binaries #15

Merged
merged 1 commit into from
Sep 25, 2023
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
18 changes: 0 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,21 +113,3 @@ It is highly recommended to audit the changes by the linter before committing.
#### Python
The NEXUS codebase adheres to [PEP8](https://peps.python.org/pep-0008/) style format for python scripts.
A linter such as `pycodestyle` may be used for linting.

## Known Issues

### Unable to scale speeds of cartesian motions in Humble
`moveit2` version 2.7.4 and below has a bug that prevents using `cached_ik_kinematics_plugin/CachedKDLKinematicsPlugin`.
The fixes will be available when [a new release into ROS Iron is made](https://github.com/ros-planning/moveit2/issues/2327).

The workaround for now is to use the `iron` branch on the upstream repository directly.

>Note: First make sure all `moveit2` binaries are purged from the system via `sudo apt purge ros-iron-moveit*`.

Then as part of the workspace setup, clone in repositories from the [thirdparty.repos](./thirdparty.repos) file.
Follow the reset of the Setup and Build instructions from above.

```bash
cd ws_nexus/src/
vcs import . < nexus/thirdparty.repos
```
21 changes: 0 additions & 21 deletions thirdparty.repos

This file was deleted.