Skip to content

Commit

Permalink
Revert "[unitree/cross] Add install script for dhcpcd.conf"
Browse files Browse the repository at this point in the history
This reverts commit d318c8a.
  • Loading branch information
k-okada committed Oct 17, 2023
1 parent ad4478a commit bb3e89f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions jsk_unitree_robot/cross/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -120,12 +120,6 @@ function copy_data () {
#
sshpass -p $PASS ssh -t ${user}@${hostname} "ls -al /etc/udev/rules.d/; sudo systemctl restart udev"
fi

# enable Internet with USB LTE module
if [[ "${hostname}" == "192.168.123.161" ]]; then
sshpass -p $PASS ssh -t ${user}@${hostname} "source /opt/jsk/User/user_setup.bash; sudo cp -f \$(rospack find jsk_unitree_startup)/config/dhcpcd.conf /etc/dhcpcd.conf"
sshpass -p $PASS ssh -t ${user}@${hostname} "sudo systemctl restart dhcpcd"
fi
set +x
}

Expand Down

0 comments on commit bb3e89f

Please sign in to comment.