Search found 27 matches

by hebi_guru
Tue Dec 31, 2019 2:39 pm
Forum: Kits|Other
Topic: Example Code
Replies: 1
Views: 10811

Re: Example Code

Yes. We provide example code for the various kits on Github, see below: Python https://github.com/HebiRobotics/hebi-python-examples/tree/master/kits C++ https://github.com/HebiRobotics/hebi-cpp-examples/tree/master/kits ROS https://github.com/HebiRobotics/hebi_cpp_api_ros_examples/tree/master/src/ki...
by hebi_guru
Tue Dec 31, 2019 2:26 pm
Forum: Kits|Arms
Topic: Accuracy / Repeatability
Replies: 1
Views: 9337

Re: Accuracy / Repeatability

Repeatability and accuracy of an arm will depend on the exact configuration, payload, and controller tuning. For the typical tasks we’ve tested we see repeatability of around +/- 2-3 millimeters and accuracy of around +/- 1-2 centimeters. Shorter arms and arms with fewer DoF will tend to have better...
by hebi_guru
Tue Dec 31, 2019 2:25 pm
Forum: General
Topic: Shunt regulator
Replies: 1
Views: 8250

Re: Shunt regulator

A shunt regulator is a good idea if you are powering off of a standard DC power supply and you expect a system to absorb large amounts of energy. For example, an arm moving a fairly heavy payload would need to absorb a lot of energy if it speeds the load up to a high velocity and then decelerates qu...
by hebi_guru
Wed Oct 02, 2019 5:37 pm
Forum: General
Topic: Max Number of Modules / Actuators
Replies: 1
Views: 7976

Re: Max Number of Modules / Actuators?

The only limits are the same constraints of a standard ethernet network, which easily supports hundreds of modules. We have thoroughly benchmarked the performance of 40 of our modules running at 1 kHz (10x the usual update rate).
by hebi_guru
Wed Oct 02, 2019 5:34 pm
Forum: General
Topic: Realtime Control
Replies: 1
Views: 5413

Re: Realtime Control

Yes. Each HEBI module run a real time operating system (RTOS) in the module itself that process commands and feedback at 1 kHz. This allows the APIs to provide a much more flexible soft-real time control from a computer over a standard Ethernet network. Under normal conditions on a wired LAN a modul...
by hebi_guru
Wed Oct 02, 2019 5:29 pm
Forum: General
Topic: CAD Models
Replies: 1
Views: 7978

Re: CAD Models

Yes, please go to http://cad.hebi.us. There you can find simplified CAD models of the actuators, and models most of our accessories.
by hebi_guru
Wed Oct 02, 2019 5:25 pm
Forum: General
Topic: Required Computing / Network Hardware
Replies: 1
Views: 7653

Re: Required Computing / Network Hardware?

The only other things you need are access to a wired ethernet network. There are no separate controllers / converters. Each module ships configured for DHCP so you will typically need a router that's configured for DHCP, at least to start.