Skip to content

Commit

Permalink
Merge pull request #231 from athackst/bugfix/perception-module
Browse files Browse the repository at this point in the history
Fixed perception module not linking.
  • Loading branch information
mkoval committed Nov 18, 2015
2 parents 1a1a086 + 7d421a6 commit 9413adb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
'prpy.base',
'prpy.planning',
'prpy.simulation',
'prpy.perception',
'prpy.tsr',
],
package_dir={'': 'src'},
Expand Down
2 changes: 1 addition & 1 deletion src/prpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
# POSSIBILITY OF SUCH DAMAGE.

import base, dependency_manager, logger, ik_ranking, planning, simulation, tsr, viz
import base, dependency_manager, logger, ik_ranking, planning, perception, simulation, tsr, viz
from named_config import ConfigurationLibrary
from clone import Clone, Cloned
from bind import bind_subclass
Expand Down

0 comments on commit 9413adb

Please sign in to comment.