ScazLab/human_robot_collaboration

Remove ROSThread and ROSThreadObject altogether from the repository

alecive opened this issue · 6 comments

As per title

Ref: #53

Fixed with #53

@sarimabbas did this affect baxter_tictactoeand baxter_react_controller in any way?

I'll just check

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?

I feel it can be removed. Try to remove it , and if it compiles, just push :)