Skip to content

Commit

Permalink
Fix IKFAST_TEST (moveit#1850)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhaschke authored Jan 8, 2023
1 parent 4765028 commit b60ee8e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ jobs:
ROS_DISTRO: rolling
- IMAGE: rolling-ci-testing
ROS_DISTRO: rolling
# Disabled: https://github.com/ros-planning/moveit2/issues/1773
# IKFAST_TEST: true
IKFAST_TEST: true
CLANG_TIDY: pedantic
- IMAGE: humble-ci
ROS_DISTRO: humble
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
#! /usr/bin/env python
from __future__ import print_function

from symbol import parameters

"""
IKFast Plugin Generator for MoveIt
Expand Down

0 comments on commit b60ee8e

Please sign in to comment.