Skip to content

Commit

Permalink
Remove FCL option, disable floats in ikfast plugin
Browse files Browse the repository at this point in the history
* FCL no longer an issue in OR master + Trusty
* roboticslab-uc3m/questions-and-answers#73 (comment)
  • Loading branch information
PeterBowman authored Apr 20, 2019
1 parent 823a2f2 commit 6cbd7d3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cmake/ycm-modules/BuildOpenRAVE.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ ycm_ep_helper(OpenRAVE TYPE GIT
STYLE GITHUB
REPOSITORY rdiankov/openrave.git
TAG master
CMAKE_CACHE_ARGS "-DOPENRAVE_PLUGIN_FCLRAVE:BOOL=OFF;-DOPT_VIDEORECORDING:BOOL=OFF"
# https://github.com/roboticslab-uc3m/installation-guides/issues/56
# https://github.com/roboticslab-uc3m/questions-and-answers/issues/73
CMAKE_CACHE_ARGS "-DOPT_VIDEORECORDING:BOOL=OFF;-DOPT_IKFAST_FLOAT32:BOOL=OFF"
GIT_SHALLOW TRUE
GIT_PROGRESS TRUE)

0 comments on commit 6cbd7d3

Please sign in to comment.