We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dea346 commit 2ef46dcCopy full SHA for 2ef46dc
start_ethercat_server.sh
@@ -1,4 +1,10 @@
1
#! /bin/bash
2
3
+## kill the old server if already running
4
+## this line should not do anything in the normal circumstances
5
+## TODO: make sure that the server never stays on
6
+pkill "server"
7
+
8
+## start the grpc server
9
cd $HOME/dev/poulpe_ethercat_controller
10
RUST_LOG=info ./target/release/server config/robot.yaml
0 commit comments