Giter Site home page Giter Site logo

norlab-ulaval / warthog_sevcon_fix Goto Github PK

View Code? Open in Web Editor NEW
0.0 5.0 0.0 192 KB

ROS package to fix SEVCON current values that are provided by ROS topics on Clearpath Warthog

License: GNU Affero General Public License v3.0

CMake 32.61% C++ 67.39%
clearpath motor-controller sevcon warthog

warthog_sevcon_fix's Introduction

Warthog SEVCON Fix

This package fixes current values that are given by the ROS topics on Clearpath Warthog (also known as Argo J5).

The sevcon_traction_node in the Warthog publishes two topics that contains motor current measurements :

  • /left_drive/status/battery_current
  • /right_drive/status/battery_current

Both topics contain messages that contains unsigned floats. Hence, when the current is negative (going back to the battery or to other components of the Warthog), the messages are returning current values of ~4000 A.

The node in this package subscribes to these topics, corrects the data by casting the current values to a signed float, and publishes back the corrected data to the following topics :

  • /sevcon/battery_current/left
  • /sevcon/battery_current/right

The following figure shows how the node corrects motor driver measurements :

  • Top : Motor current measurements published on ROS topics by Clearpath's sevcon_traction_node
  • Middle : Actual measurements that are sent by the SEVCONs motor controller on the CAN bus
  • Bottom : Corrected current measurements that are published by our node

Warthog Currents with and without this node

warthog_sevcon_fix's People

Contributors

iamphytan avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

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.