Search found 41 matches

by dave_rollinson
Mon Nov 30, 2020 8:03 am
Forum: Actuators
Topic: invert actuator's rotation
Replies: 2
Views: 14169

Re: invert actuator's rotation

Hi, sorry for the delay getting back to you. There is not a way for you to reverse the sign convention of the feedback from the actuator or in Scope. The closest you could get I think would be to make a custom chart that inverts the feedback for the purposes of visualization, but doesn’t change the ...
by dave_rollinson
Mon Nov 09, 2020 12:54 pm
Forum: Actuators
Topic: Actuator changed its absolute zero angle
Replies: 7
Views: 27024

Re: Actuator changed its absolute zero angle

Problems where the actuator output position jumps by 90º is a problem where there is mechanical backlash on the magnetic encoders that provide the multi-turn absolute sensing on the output. If you can send us the actuator we can repair it. We can coordinate via support@hebirobotics.com . Thanks, -Dave
by dave_rollinson
Wed Oct 14, 2020 1:20 pm
Forum: General
Topic: Connecting Actuators to University/Work Network
Replies: 5
Views: 9680

Re: Connecting Actuators to University/Work Network

Also, a quick follow-on. If you're just looking to get a single actuator up and running while you get a router, setting a static IP is a pretty good use case. There are instructions on docs.hebi.us for doing a hardware reset to static IP (10.11.12.13). You will need to set your computer to a static ...
by dave_rollinson
Wed Oct 14, 2020 1:17 pm
Forum: General
Topic: Connecting Actuators to University/Work Network
Replies: 5
Views: 9680

Re: Connecting Actuators to University/Work Network

Hi, Often corporate / university networks enforce security restrictions where actuators may get a valid IP address, but still don’t show up when doing a lookup in Scope or the APIs. The best way around this is to run your own local network with a router running DHCP . You can can connect the actuato...
by dave_rollinson
Fri Oct 02, 2020 11:41 pm
Forum: Actuators
Topic: Magnetometer
Replies: 2
Views: 7799

Re: Magnetometer

Istvan, The actuators do not contain magnetometers. Even if they did they would be mostly measuring magnetic effects from the motor and gears. Overall, forward-integrating IMU data to get pose estimates doesn't work well without other sources to fuse in, like wheel odometry, vision, lidar, etc. Out ...
by dave_rollinson
Thu Oct 01, 2020 10:07 pm
Forum: Actuators
Topic: Control strategy 4 implementation
Replies: 4
Views: 17780

Re: Control strategy 4 implementation

Qiang, To address your questions, I'm assuming you're running the latest version of the hebi-matlab-examples repository on Github. For working with single actuators, the best place to start is with the basic examples for the X-Series actuators . 1. I checked the control section, and I am wondering w...
by dave_rollinson
Thu Oct 01, 2020 8:35 pm
Forum: Actuators
Topic: Communication between Matlab API and Simulink
Replies: 3
Views: 8939

Re: Communication between Matlab API and Simulink

Qiang, We have done some demos using EMG sensors before, sending the amplified signals to an I/O Board : https://www.youtube.com/watch?v=vzzbvSzVjmE In the video above we used the analog voltage input on the I/O board to read the EMG sensor, a MyoWare Muscle Sensor . Based on that analog signal you ...
by dave_rollinson
Thu Sep 17, 2020 9:41 am
Forum: MATLAB
Topic: Error in code for ex__kinematics__visualization.m
Replies: 1
Views: 4361

Re: Error in code for ex__kinematics__visualization.m

Abdul, This means that you already have made objects from the HEBI API, before trying to load the Java libraries related to keyboard input, HebiKeyboard(). As far as I know, Matlab does not let you load Java libraries after you've made objects in the workspace with any other libraries, and you get e...
by dave_rollinson
Wed Sep 16, 2020 7:48 am
Forum: General
Topic: Attachments not enabled
Replies: 1
Views: 7034

Re: Attachments not enabled

Abdul, we still trying to figure out why attachments aren't working for forum users. We'll let you know when this is fixed. Sorry for the trouble.

-Dave
by dave_rollinson
Tue Sep 08, 2020 9:57 am
Forum: Actuators
Topic: Accelerometer question
Replies: 5
Views: 20483

Re: Accelerometer question

If you don't get sensible estimates even for 1 timestep, the problem is possibly that you're leaving in the gravitational component of acceleration in the raw accelerometer reading. But even if you account for that I would expect the results to be pretty poor for anything more than a few timesteps. ...