ScazLab / baxter_tictactoe

Playing TicTacToe with the Baxter collaborative robot.
GNU General Public License v2.0
6 stars 5 forks source link

Code cleanup #8

Closed alecive closed 7 years ago

alecive commented 8 years ago

This issue is done to track the code cleanup that is necessary after #5 and #7 will be closed.

alecive commented 8 years ago

Things to do @JohnAmadeo :

  1. now that the package is baxter_tictactoe , the tictactoe_utils library can become utils
  2. the old ttt_board.msg should be removed.
alecive commented 8 years ago

@JohnAmadeo while reviewing #12 , I thought that probably it would be better to put all the test* software into the same src/test folder so that we reduce the folders inside the project. Do this after the pull request is solved!

alecive commented 8 years ago

Also, I was thinking we can merge all the libraries into one.

alecive commented 7 years ago

Code has been reasonably cleaned up. Closing.