Skip to content

Commit

Permalink
Remove non default ikfast solver and add build fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianZw committed Jul 27, 2020
1 parent b360595 commit cf4069d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions map_creator/include/map_creator/ikfast.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
#include <vector>
#include <list>
#include <stdexcept>
#include <cmath>

#ifndef IKFAST_HEADER_COMMON
#define IKFAST_HEADER_COMMON
Expand Down
3 changes: 1 addition & 2 deletions map_creator/include/map_creator/kinematics.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@
#define IKFAST_NO_MAIN

#define IK_VERSION 61
//#include "mh5_ikfast.cpp"
#include "mh5_ikfast.cpp"
//#include "abb_irb2400_manipulator_ikfast_solver.cpp"
//#include "ur5_ikfast.cpp"
#include "evoid_manipulator_ikfast_solver.cpp"

#include <stdio.h>
#include <stdlib.h>
Expand Down
1 change: 1 addition & 0 deletions map_creator/include/map_creator/mh5_ikfast.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
#define IKFAST_HAS_LIBRARY
#include "ikfast.h" // found inside share/openrave-X.Y/python/ikfast.h
using namespace ikfast;
using namespace std;

// check if the included ikfast version matches what this file was compiled with
#define IKFAST_COMPILE_ASSERT(x) extern int __dummy[(int)x]
Expand Down

0 comments on commit cf4069d

Please sign in to comment.