Skip to content

Commit f788eaa

Browse files
committed
Update README
1 parent 703d54a commit f788eaa

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ NXT-ROS
33

44
A software stack containing tools for using LEGO Mindstorms NXT with ROS.
55

6-
This branch depends on:<br> &#8226; ROS Fuerte<br> &#8226; Python 2.x<br> &#8226; NXT-Python v2.2.2
6+
This branch depends on:<br> &#8226; ROS Groovy<br> &#8226; Python 2.x<br> &#8226; NXT-Python v2.2.2
77

8-
Forked from the version for ROS Electric: http://stack-nxt.foote-ros-pkg.googlecode.com/hg
8+
Originally forked from: http://stack-nxt.foote-ros-pkg.googlecode.com/hg
99

1010
.
1111

@@ -21,7 +21,7 @@ The original documentation has more detailed information:
2121
###Package status
2222

2323
These packages use `rosbuild` and were tested
24-
with ROS Fuerte on Ubuntu 11.10 and 12.04.
24+
with ROS Groovy on Ubuntu 12.04.
2525

2626
The following features have been tested:
2727

@@ -50,7 +50,7 @@ There is a new option to read the position of a motor as the absolute angle from
5050
Working.
5151

5252
- **nxt_rviz_plugin**
53-
Disabled, it is not compatible with the ROS Fuerte release of RViz which was ported to Qt.
53+
Disabled.
5454

5555
**nxt_robots** stack:
5656

@@ -66,7 +66,7 @@ Working. The robot model can be viewed in Rviz.
6666
**nxt_apps** stack:
6767

6868
- **nxt_assisted_teleop**
69-
Compiles ok, un-tested.
69+
Working.
7070

7171
- **nxt_teleop**
7272
Working.
@@ -79,9 +79,9 @@ Working.
7979
Upgrade the firmware on your NXT brick.
8080
The minimum required version is 1.28, but 1.31 is the latest as of Jan 2016.
8181

82-
Clone the Fuerte branch of this repository:
82+
Clone the Groovy branch of this repository:
8383
> $ cd ~/
84-
> $ git clone https://github.com/dbworth/NXT-ROS.git --branch fuerte
84+
> $ git clone https://github.com/dbworth/NXT-ROS.git --branch groovy
8585
8686
Copy the 3 stacks into your ROS Workspace.
8787
Note: you only need the `nxt` stack to get started.
@@ -100,7 +100,7 @@ You might like to add these commands to your `~/.bashrc` file.
100100
NXT-Python v2.2.2 is automatically installed in the `/src` directory of the `nxt_python` package when we run `rosmake`.
101101

102102
You can install the other dependencies using the Ubuntu Package Manager or ROSdep:
103-
> $ sudo apt-get install ros-fuerte-ros-comm ros-fuerte-common-msgs ros-fuerte-joystick-drivers ros-fuerte-visualization ros-fuerte-navigation ros-fuerte-orocos-kinematics-dynamics
103+
> $ sudo apt-get install ros-groovy-ros-comm ros-groovy-common-msgs ros-groovy-joystick-drivers ros-groovy-visualization ros-groovy-navigation ros-groovy-orocos-kinematics-dynamics
104104
> $ sudo aptitude install libusb-dev python-usb python-bluez
105105
106106
or

0 commit comments

Comments
 (0)