RobotLocomotion / director

A robotics interface and visualization framework, with extensive applications for working with http://drake.mit.edu
BSD 3-Clause "New" or "Revised" License
179 stars 86 forks source link

Using CTK for ctkPythonConsole #636

Open TheCynosure opened 2 years ago

TheCynosure commented 2 years ago

Is it possible to build ctkPythonConsole (required by this project) from the original version of CTK? I am currently building CTK with the following cmake flags:

 -DCTK_LIB_Widgets=ON \
 -DCTK_LIB_Scripting/Python/Core=ON \
 -DCTK_LIB_Scripting/Python/Widgets=ON \  <- produces ctkPythonConsole.h but not library.

This build is not producing a ctkPythonConsole library that is needed by director. I saw that @patmarion has this: https://github.com/patmarion/ctkPythonConsole, is this supposed to be how I get the ctkPythonConsole library? I am currently using Qt5 which doesn't seem play well with the above ctkPythonConsole repo from @patmarion as it is slightly older. Thoughts?