Most Popular

1500 questions
3
votes
1 answer

Joint angle correction using LM

I have a camera mounted on a rotational joint. I need to calibrate the extrinsics of this camera. I can fix the camera at an estimated angle (facing the ceiling). Then I want to get the real angle. For that I track key-points in the ceiling while…
Mehdi
  • 681
  • 1
  • 4
  • 14
3
votes
1 answer

Can I use QT to communicate with a Lego NXT robot?

QT has native bluetooth support, but can it be used to communicate with the Lego NXT robot?
Klik
  • 163
  • 4
3
votes
2 answers

What happens when a brush-less motor stalls?

Ok apologies for those who think my questions are not direct enough as I got warned about this. I am really new to this and I will try to keep this one direct enough for the forum. For obvious reasons I cannot test this out without damaging…
Galahad II
  • 351
  • 2
  • 13
3
votes
4 answers

Continous rotation with cables

A motor needs to spin n*360 degrees. On top of the motor there are distance sensor which scan the room. I.e. lidar. What options do I have for implementing a continous rotation while having cables which are in the way?
nFu9DT
  • 418
  • 2
  • 5
3
votes
2 answers

Controlling a 400W motor with 24V 16A batteries with an arduino board

I want to build a robotic vacuum. I have a 400W 24V vacuum motor that I want to switch on automatically at a set time every night. The batteries I will be using will be 2x12V 80aH deep cycle gel batteries connected in series. I want the Arduino to…
Mark Brady
  • 31
  • 1
3
votes
1 answer

Understanding a sliding mode controller for quadrotors

I'm really willing to understand and implement such a controller (sliding mode) for a quadrotor. I've found this interesting document explaining that topic. If you scroll down until page 381 (don't be scared, the document is just 6-7 pages) you can…
Wilhelm
  • 700
  • 6
  • 16
3
votes
1 answer

How does the "rated torque" for a gear relate to the maximum torque?

I have just sized the DC motors I want to use (corresponding to my robot and its intended applications - my figures include a 50% uncertainty factor to account for friction in reducers and other losses). Now I need to actually choose the exact…
arennuit
  • 609
  • 1
  • 6
  • 14
3
votes
1 answer

Stated power for a motor does not equal nominal voltage x current?

I have just sized the DC motors I want to use (corresponding to my robot and its intended applications - my figures include a 50% uncertainty factor to account for friction in reducers and other losses). Now I need to actually choose the exact…
arennuit
  • 609
  • 1
  • 6
  • 14
3
votes
2 answers

Choosing DC motor: max needed torque vs nominal torque

I have just sized the DC motors I want to use (corresponding to my robot and its intended applications - my figures include a 50% uncertainty factor to account for friction in reducers and other losses). Now I need to actually choose the exact…
arennuit
  • 609
  • 1
  • 6
  • 14
3
votes
1 answer

Numerical-Example for Paden-Kahan subproblems?

I am writing a kinematics library in Go as part of my final year project. I am working with Product of Exponentials method and have successfully implemented the Forward Kinematics part of this. I need help with the Inverse Kinematics. I understand…
Tvaṣṭā
  • 421
  • 2
  • 11
3
votes
2 answers

How to convert PID outputs to appropriate motor speeds for a quad copter

I am building an autonomous robot using PID control algorithm. So, far I have implemented PID using online resources/references. I am testing for stabilizing an axis of the quad copter. However, I am not successful to stabilize even one…
Ptrung
  • 31
  • 1
  • 3
3
votes
2 answers

Rotate (and stop) a large disk in very tiny increments

In a lab build I'm doing, I'm stuck at this problem, so I am fishing for suggestions. I'm creating a turn-table type setup where I need to make readings (with a nanotube-tip probe I've already designed, similar to an AFM probe) on the very…
boardbite
  • 285
  • 1
  • 2
  • 7
3
votes
2 answers

A general question about PID Controller

I have a basic question because I'm trying to understand right now a concept that I thought it was obvious. Looking at this video he is going to feedback the variable state x with the input of the system, which is a force f. Now, if I'm correct it…
Wilhelm
  • 700
  • 6
  • 16
3
votes
1 answer

What should I be looking for in a DC motor that will be used in a UROV thruster?

I know that some DC motors produce a lot of torque but only actually move at a very slow rate, while others do the exact opposite. I know that I need some sort of balance between torque and the RPM's of the motor for use in a underwater thruster,…
Jabbath
  • 131
  • 1
3
votes
1 answer

How to periodically estimate states of a LTI if the output is measured irregularly?

How can I periodically estimate the states of a discrete linear time-invariant system in the form $$\dot{\vec{x}}=\textbf{A}\vec{x}+\textbf{B}\vec{u}$$ $$\vec{y}=\textbf{C}\vec{x}+\textbf{D}\vec{u} $$if the measurements of its output $y$ are…
JLagana
  • 295
  • 1
  • 6