Skip to content

Commit

Permalink
add hostname
Browse files Browse the repository at this point in the history
  • Loading branch information
PetervDooren committed Apr 2, 2024
1 parent 8af7bf8 commit 8708cff
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.bash
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
export EMC_ENV_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
export EMC_DIR=$EMC_ENV_DIR/..

# --------------------------------------------------------------------------------

export EMC_SYSTEM_DIR=$EMC_DIR/system

if [ -z "$EMC_ROS_DISTRO" ]
Expand Down Expand Up @@ -68,6 +65,7 @@ function emc-update
}

# --------------------------------------------------------------------------------
export ROS_HOSTNAME=$HOSTNAME.local

alias mrc-teleop='rosrun emc_system teleop.py'

Expand Down

0 comments on commit 8708cff

Please sign in to comment.