Skip to content
  • Sponsor
  • Notifications You must be signed in to change notification settings
  • Fork 5

software to handle tactile sensors in ROS

Notifications You must be signed in to change notification settings

ubi-agni/tactile_toolbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

56e8544 · Oct 13, 2024
Oct 13, 2024
Aug 28, 2024
Aug 28, 2024
Sep 23, 2022
Oct 25, 2022
Nov 2, 2023
Nov 2, 2023
Dec 15, 2020
Nov 2, 2023
Jan 24, 2021
Oct 7, 2021
Oct 7, 2021
Aug 28, 2024
Sep 23, 2022
Sep 23, 2022

Repository files navigation

tactile_toolbox - Handling tactile sensors in ROS

This software package adds tactile messages, a tactile sensor description to URDF, as well as visualization tools to ROS. It comprises the following ROS packages:

Install Instructions

Pre-Requirements

  • Ubuntu Bionic with ROS Melodic:
    sudo apt install python-wstool python-rosdep python-catkin-tools
  • or Ubuntu Focal with ROS Noetic:
    sudo apt install python3-wstool python3-rosdep python3-catkin-tools

Setup and build catkin workspace

export CATKIN_WS=~/catkin_ws  # Change to your preferred location
export ROS_DISTRO=melodic     # Change to your ROS distro

mkdir -p $CATKIN_WS/src
cd $CATKIN_WS
catkin config --extend /opt/ros/${ROS_DISTRO}

# Fetch sources from rosinstall file
cd src
wstool init
wstool merge https://raw.githubusercontent.com/ubi-agni/tactile_toolbox/melodic-devel/rosinstall
wstool update

# Install dependencies
rosdep install -y --from-paths . --ignore-src --rosdistro ${ROS_DISTRO}

# Build the workspace
catkin build

# Source the workspace
source $CATKIN_WS/devel/setup.bash

About

software to handle tactile sensors in ROS

Resources

Stars

Watchers

Forks

Sponsor this project

Sponsor

Packages

No packages published

Contributors 4