33
44A software stack containing tools for using LEGO Mindstorms NXT with ROS.
55
6- This branch depends on:<br > • ; ROS Fuerte <br > • ; Python 2.x<br > • ; NXT-Python v2.2.2
6+ This branch depends on:<br > • ; ROS Groovy <br > • ; Python 2.x<br > • ; 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
2323These 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
2626The 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
5050Working.
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**
7272Working.
@@ -79,9 +79,9 @@ Working.
7979Upgrade the firmware on your NXT brick.
8080The 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
8686Copy the 3 stacks into your ROS Workspace.
8787Note: you only need the ` nxt ` stack to get started.
@@ -100,7 +100,7 @@ You might like to add these commands to your `~/.bashrc` file.
100100NXT-Python v2.2.2 is automatically installed in the ` /src ` directory of the ` nxt_python ` package when we run ` rosmake ` .
101101
102102You 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
106106or
0 commit comments