Giter VIP home page Giter VIP logo

oru_ipw_controller's Introduction

ORU IPW controller

Robot controller that performs some basic safety task on top of the Husqvarna driver node (am_driver_safe).

This node:

  • Puts the Husqvarna driver into a known good state (loop detection off, manual control, ...)
  • Performs keep alive handling on cmd_vel for safety.
  • Handles collisions.
  • Translates idiosyncratic battery & system status messages to more useful information for other components.
  • Implements functionality to exit the charging station, as that is non-obvious.

Topics

Subscribed from front end:

  • cmd_vel (geometry_msgs/Twist) - Commanded driving speed. Keep-alive by repeated messages required or the robot will automatically stop.

Published to front end:

  • battery/a (sensor_msgs/BatteryState) - Battery state for battery A
  • battery/b (sensor_msgs/BatteryState) - Battery state for battery B
  • battery/status (oru_ipw_controller/SimpleBatteryStatus) - Simplified battery status for web GUI.

Subscribed from Husqvarna driver:

  • hrp/battery_status (am_driver/BatteryStatus) - Low level battery status
  • hrp/current_status (am_driver/CurrentStatus) - Low level system status
  • hrp/sensor_status (am_driver/SensorStatus) - Low level system status

Published to Husqvarna driver:

  • hrp/cmd_mode (std_msgs/UInt16) - Mode control
  • hrp/cmd_vel (geometry_msgs/Twist) - Velocity command

Services

For usage from front end:

  • exit_charging_station (std_srvs/Trigger) - Trigger an attempt to exit the charging station.

Called on the Husqvarna driver:

  • hrp/tif_command (am_driver_safe/TifCmd) - Used to control headlights.

Parameters

  • ~drive_timeout (double, default: 0.5) - Stop if no velocity command received within this time period [s]
  • ~low_battery_level (double, default: 18.0) - Voltage below which batteries are considered low.

oru_ipw_controller's People

Contributors

vorpalblade avatar

Watchers

 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.