The repository for the MQP project
You will need to git clone and setup TRINA-WPI-2.0 before using the robopuppet
https://github.com/hiro-wpi/TRINA-WPI-2.0
- Go to your ros workspace
- Enter 'src' folder
- Create a new package
- Enter that package
- git clone https://github.com/CluelessTimeTraveler/RoboPuppetMQP.git
- Connect the Robopuppet via USB port
- Check the port name, if it is not '/dev/ttyACM0', then modify line31 in the SerialToRosMessage.py file accordingly.
- use roscore and rosrun SerialToRosMessage.py to see if the serial connection succeed
- If everything setup correctly, use roslaunch RoboPuupetMQP trina2.launch
- Hit the play button in Gazebo
- Login use 'admin admin' or 'user user' or sign up one
- Missing Module. If you meet this problem, try apt-get that module,and double check the instruction in Trina2 repository
- Serial port disabled, use command 'sudo chmod 666 /dev/ttyACM0'