Remove ROSThread and ROSThreadObject altogether from the repository
alecive opened this issue · 6 comments
alecive commented
As per title
sarimabbas commented
Ref: #53
alecive commented
@sarimabbas did this affect baxter_tictactoe
and baxter_react_controller
in any way?
sarimabbas commented
I'll just check
sarimabbas commented
No I was not able to find references to ros_thread or ros_thread_image in either repository (I searched for "thread"). However, I did see that in CMakeLists.txt of baxter_tictactoe (https://github.com/ScazLab/baxter_tictactoe/blob/master/CMakeLists.txt) on line 30, it says it needs boost::thread? Would this still be required?
alecive commented
I feel it can be removed. Try to remove it , and if it compiles, just push :)