Second version of Projet-Robot
The robot is controlled via a server, commando
, which receives orders from the client, telco
.
The user can :
- Control the robot from the terminal of
telco
- Ask for the status of the robot's sensors
- Interact with the terminal
Running the binary in a first terminal commando
and in a second terminal telco
. The connection between the client and the server is automatic.
You can change the IP address and ports in the file myRobot/src/common.h
Full Changelog: v1...v2.1