Skip to content

Commit

Permalink
Fix minor merge conflicts in README and package.xml
Browse files Browse the repository at this point in the history
- Just some whitespace and updating the version number.

Conflicts:
	README.md
	package.xml
	src/tega_teleop_ros.py
  • Loading branch information
jakory committed Jul 11, 2017
2 parents 1b3cc01 + 4a401dd commit dc319d3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ robot, as well as commands to send to an opal tablet.
`python tega_teleop.py [-h] [-e]`

optional arguments:

- `-h`, `--help`: show this help message and exit
- `-e`, `--use-entrainer`: Send audio to the audio entrainer on the way to
the robot.
Expand All @@ -17,11 +18,11 @@ On startup, this python node will try to connect to roscore. If roscore is not
running, the program will exit.

If this node is running on a network where DNS does not resolve local
hostnames, you will need to export the environment variable $ROS\_IP and
$ROS\_HOSTNAME to be the public IP address of this node. For example, if the
hostnames, you will need to export the environment variables `$ROS_IP` and
`$ROS_HOSTNAME` to be the public IP address of this node. For example, if the
machine this node is running on has the IP address "192.168.1.20", you would
run the commands `export ROS\_IP=192.168.1.20` and `export
ROS\_HOSTNAME=192.168.1.20` in your shell prior to starting this node. If this
run the commands `export ROS_IP=192.168.1.20` and `export
ROS_HOSTNAME=192.168.1.20` in your shell prior to starting this node. If this
IP is static, you may want to put these commands in your bashrc file (or other
shell rc file) so you don't have to remember to run them every time.

Expand Down
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package>
<name>tega_teleop</name>
<version>1.2.0</version>
<version>2.1.0</version>
<description>An interface to remotely teleoperate the Tega robot</description>

<maintainer email="[email protected]">jakory</maintainer>
Expand Down

0 comments on commit dc319d3

Please sign in to comment.