Skip to content

Commit

Permalink
readme: added link to ROS2 Galactic support repo
Browse files Browse the repository at this point in the history
  • Loading branch information
robinkrens committed Jun 24, 2022
1 parent 6f64fcf commit f0126b1
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Senseglove ros_workspace
A workspace for the integration of the SenseGlove into ROS Melodic.
A workspace for the integration of the SenseGlove into _ROS Melodic_.
This workspace makes use of ros_control for automatically initiating publisher and subscriber nodes for the state of the senseglove.

Florent Audonnet has done some work on support for ROS2 Galactic. In case you are interested, have a look at https://github.com/09ubberboy90/senseglove_ros_ws/tree/ros2

## 1. For ROS beginners: ##
If you are totally unfamiliar with ROS we advise you to take a look at the ROS-wiki for a quick startup guide.
We especially recommend the following tutorials:
Expand All @@ -15,7 +17,7 @@ A large part of understanding/working with ROS is the ability to search for the
In our experience, simply googling for an error or issue you have can do the trick. Do keep in mind that there exists a
vast amount of documentation, though it can be tedious to sort through its information.

### setting up the workspace for the senseglove: ###
### Setting up the workspace for the senseglove: ###
1. Make sure you are on a Ubuntu 18.04 system (not necessary, but all code has been checked with docker images running in ubuntu).
2. Download ros-melodic as described in the ros-wiki.
3. clone our workspace by either using `git clone https://github.com/Adjuvo/senseglove_ros_ws.git` or through the webbrowser here on the Github website.
Expand Down Expand Up @@ -75,4 +77,4 @@ As such, the user has to define which glove is connected to the system.
This is a small to do list for the upcoming features in this repository these will be added as issues as well.
* Custom Exceptions for easy debugging
* Provide specialized script for using a single senseglove
* Provide speed and acceleration data of the fingertippositions as well as for the encoder data.
* Provide speed and acceleration data of the fingertippositions as well as for the encoder data.

0 comments on commit f0126b1

Please sign in to comment.