No version for distro humble showing melodic. Known supported distros are highlighted in the buttons above.
Package symbol

sr_hand_detector package from sr_hand_detector repo

sr_hand_detector

ROS Distro
melodic

Package Summary

Tags No category tags.
Version 0.0.3
License GPL
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/shadow-robot/sr_hand_detector.git
VCS Type git
VCS Version melodic-devel
Last Updated 2020-12-08
Dev Status UNMAINTAINED
Released RELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

The sr_hand_detector package

Additional Links

No additional links.

Maintainers

  • Shadow Robot's Software Team

Authors

No additional authors.

sr_hand_detector

Prerequisites

In order to use this package, install it from debian (recommended) or follow steps below:

  1. Compile the package
  2. Copy both executables of the sr_hand_detector package (found in <your_workspace>/devel/lib/sr_hand_detector) to /usr/local/bin.
  3. Give one of the executables capability to access ethernet devices:
sudo setcap cap_net_raw+ep sr_hand_detector_node

sr_hand_detector class

This class allows user to detect Shadow Hands without knowing the ethernet interface or the hand serial. Usage:

sr_hand_detector_node

Example output:

Detected hand on port: enx000ec653b31a
Hand's serial number: 634

Apart from the console output, all detected hand ethernet port names together with corresponding hand serial numbers will be set inside of the /tmp/sr_hand_detector.yaml file.

If there are no hands detected on any of the ports, a warning will be shown:

No hand detected on any of the ports!

sr_hand_autodetect class

This class allows user to run Shadow Robot launch files without providing information like hand serial, ethercat port or hand side. Example usage:

sr_hand_autodetect roslaunch sr_robot_launch srhand.launch sim:=false

which is equivalent to:

roslaunch sr_robot_launch srhand.launch sim:=false eth_port:=<eth_port> hand_serial:=<hand_serial> hand_id:=<hand_id>

CHANGELOG

Changelog for package sr_hand_detector

Forthcoming

0.0.3 (2020-12-08)

  • Update postinst (#14)

0.0.2 (2020-10-01)

  • Fixing rosfarm build (#11)

  • Update CMakeLists.txt (#10)

  • Update package.xml (#9)

  • fixing tests (#8) fixing tests

  • fixing rosfarm build (#7)

    • fixing rosfarm build
    • fixing doc
    • fixing build
  • F fixing autodetection (#5)

    • fixing detection for one hand
    • adding debug code
    • fixing bug
    • removing debug code

    * fixing lint Co-authored-by: Your Name <<you@example.com>> Co-authored-by: ethanfowler <<ethan@shadowrobot.com>>

  • 0.0.1 (#6) Co-authored-by: mikramarc <<michal@shadowrobot.com>>

  • adding changelog (#4)

  • Set license to GNU v2 as is our standard (#3)

    • Delete LICENSE
    • Create LICENSE
  • Rename aws.yaml to aws.yml

  • Adding code (#2)

    • Adding code
    • adding postinst
    • adding aws file
  • Create LICENSE (#1)

  • Initial commit

  • Contributors: ToivoS, giusebar, mikramarc

Package Dependencies

System Dependencies

Name
yaml-cpp

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged sr_hand_detector at Robotics Stack Exchange