Code Monkey home page Code Monkey logo

rosjr3's Introduction

A ROS package for JR3 force/torque sensors with (so far) very basic functionality:

  • rosjr3: Node publishing F/T data of one sensor as WrenchStamped-message
  • rosjr3two: Node publishing F/T data of two sensors as WrenchStamped-messages

Published topics:

  • rosjr3: jr3ft (geometry_msgs/WrenchStamped)
  • rosjr3two:
    • jr3ft0 (geometry_msgs/WrenchStamped)
    • jr3ft1 (geometry_msgs/WrenchStamped)

Parameters:

  • rosjr3 & rosjr3two:
    • rate (int, default: 1000): Sampling rate [Hz]
    • full_scales (std::vector, default: [100, 100, 200, 5, 5, 5]): Sensor's full scales [N, N, N, Nm, Nm, Nm]
    • num_filter (int, default: 0): Filter number (0-6)
  • rosjr3 only:
    • num_sensor (int, default: 0): Sensor number (0, 1), if supported by DSP board

To test the package, run:

  • roslaunch rosjr3 rosjr3.launch (one sensor)
  • roslaunch rosjr3 rosjr3two.launch (two sensors)

The driver used for interfacing the JR3 force/torque sensor's DSP board (PCI) can be found here: https://github.com/roboticslab-uc3m/jr3pci-linux

rosjr3's People

Contributors

tdl-ua avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

robot0102

rosjr3's Issues

Change message type

Change message type (force/toque) from std_msgs/Float32MultiArray to geometry_msgs/Wrench. Seems to be a common message type for 6 DOF f/t sensors.

Services

Add services for sensor initialization, offset removal etc.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.