Skip to content

Commit

Permalink
changed robot ip
Browse files Browse the repository at this point in the history
  • Loading branch information
szlachcic committed Aug 7, 2019
1 parent 4b98d74 commit 99a08a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/leo.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ var batterySub;
function initROS() {

ros = new ROSLIB.Ros({
//url: "ws://" + robot_hostname + ":9090"
url: "ws://192.168.4.163:9090"
url: "ws://" + robot_hostname + ":9090"

});

relay1Pub = new ROSLIB.Topic({
Expand Down

0 comments on commit 99a08a8

Please sign in to comment.