From f0126b165fc865e1ce0be19db2f68bf725c221da Mon Sep 17 00:00:00 2001 From: Robin Krens <51459952+robinkrens@users.noreply.github.com> Date: Fri, 24 Jun 2022 16:05:39 +0200 Subject: [PATCH] readme: added link to ROS2 Galactic support repo --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fab988db..5c56acb1 100644 --- a/README.md +++ b/README.md @@ -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: @@ -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. @@ -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. \ No newline at end of file +* Provide speed and acceleration data of the fingertippositions as well as for the encoder data.