Skip to content

Commit

Permalink
Switch to moveit binaries
Browse files Browse the repository at this point in the history
Signed-off-by: Yadunund <yadunund@openrobotics.org>
  • Loading branch information
Yadunund committed Sep 21, 2023
1 parent 5799575 commit 17a2e43
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 39 deletions.
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.

0 comments on commit 17a2e43

Please sign in to comment.