Skip to content
Snippets Groups Projects
Commit 7e013ce4 authored by Sergi Hernandez's avatar Sergi Hernandez
Browse files

Added scripts for the model with grippers.

parent 14be099f
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
# create virtual serial port
socat -d -d pty,raw,echo=0,link=/tmp/darwin_driver pty,raw,echo=0,link=/tmp/usart3_sim_serial_fw &
ln -s /tmp/darwin_v1_user /tmp/usart1_sim_serial_fw
ln -s /tmp/darwin_v2_user /tmp/usart2_sim_serial_fw
ln -s /tmp/darwin_spi_fw /tmp/spi2_sim_serial_fw
...@@ -3,6 +3,5 @@ ...@@ -3,6 +3,5 @@
# create virtual serial port # create virtual serial port
socat -d -d pty,raw,echo=0,link=/tmp/darwin_driver pty,raw,echo=0,link=/tmp/usart3_sim_serial_fw & socat -d -d pty,raw,echo=0,link=/tmp/darwin_driver pty,raw,echo=0,link=/tmp/usart3_sim_serial_fw &
ln -s /tmp/darwin_v1_user /tmp/usart1_sim_serial_fw ln -s /tmp/darwin_user /tmp/usart1_sim_serial_fw
ln -s /tmp/darwin_v2_user /tmp/usart2_sim_serial_fw
ln -s /tmp/darwin_spi_fw /tmp/spi2_sim_serial_fw ln -s /tmp/darwin_spi_fw /tmp/spi2_sim_serial_fw
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment