Skip to content
Snippets Groups Projects
Select Git revision
  • f543b6ee949c1589ed353d5eb9ea06a4cd4fdde3
  • master default protected
  • johannes/feature/noetic
3 results

copyws.sh

Blame
  • Forked from CeTI / ROS / panda_gazebo_workspace
    Source project has a limited visibility.
    copyws.sh 177 B
    #!/bin/sh
    
    if [ -z "$(ls -A /root/Desktop/ros_ws)" ]; then
       echo "Copying workspace..."
       cp /root/ws_tmp/* /root/Desktop/ros_ws -r
       chmod a+rwx /root/Desktop/ros_ws/ -R
    fi