Simple remote client for the Puma. Works with the puma-ctrl control server.
# build math lib
cd include
mkdir -p build && cd build
cmake .. && make
cd ../../Robot
mkdir -p build && cd build
cmake .. && make
- Change LAN IPV4 to manual settings and pick an address such as 192.168.2.100. Set subnet mask to 255.255.255.0.
- Telnet to remote server (192.168.2.2), log in.
- Then run
cd puma
./run
- Only if it says 'waiting for remote client', run client executable on local machine.