Search found 27 matches

by EduardoAguilar
Tue Aug 25, 2020 2:09 pm
Forum: Developer Discussions
Topic: Control Signals
Replies: 9
Views: 3563

Re: Control Signals

Hi Kimberly!!

Can I see or obtain the information about uint16_t ?,
I want to see what is the thrust of each motor.

Thank you :)
by EduardoAguilar
Wed Jul 22, 2020 4:06 pm
Forum: Developer Discussions
Topic: Control Signals
Replies: 9
Views: 3563

Re: Control Signals

Thank you so much Kimberly!!
by EduardoAguilar
Tue Jul 21, 2020 12:28 am
Forum: Developer Discussions
Topic: Control Signals
Replies: 9
Views: 3563

Control Signals

Hi guys!!

I have some questions about the file power_distribution_stock.c

In this file we send motorPower to motors but I don't know what are the unites.
Are Newton Meter?

And Can I to obtain the motorPower information?

Thank you!!
by EduardoAguilar
Wed May 27, 2020 3:44 pm
Forum: Developer Discussions
Topic: Continuous signal with crazyflie_ros
Replies: 3
Views: 1328

Re: Continuous signal with crazyflie_ros

Thank you Kimberly :)
by EduardoAguilar
Wed May 27, 2020 6:23 am
Forum: Developer Discussions
Topic: Continuous signal with crazyflie_ros
Replies: 3
Views: 1328

Re: Continuous signal with crazyflie_ros

Im traying with this pose.publish.py #!/usr/bin/env python import rospy import math import tf from geometry_msgs.msg import PoseStamped if __name__ == '__main__': rospy.init_node('publish_pose', anonymous=True) worldFrame = rospy.get_param("~worldFrame", "/world") name = rospy.ge...
by EduardoAguilar
Tue May 26, 2020 7:14 pm
Forum: Developer Discussions
Topic: Continuous signal with crazyflie_ros
Replies: 3
Views: 1328

Continuous signal with crazyflie_ros

Hello everyone I would like to know if you can help me with something, I am working with crazyflie_ws in the crazyflie_ros folder https://github.com/whoenig/crazyflie_ros , specifically there is a file named pose.publish.py https://github.com/whoenig/crazyflie_ros/blob/master/crazyflie_demo/scripts/...
by EduardoAguilar
Thu May 14, 2020 3:19 pm
Forum: Developer Discussions
Topic: Mellinger controller on Python
Replies: 13
Views: 5325

Re: Mellinger controller on Python

Thank you Kimberly I wiil check the documentation.
by EduardoAguilar
Wed May 13, 2020 4:27 pm
Forum: Developer Discussions
Topic: Control everything in one Controller
Replies: 4
Views: 2553

Re: Control everything in one Controller

Thank you so much Kimberly!!! :D
by EduardoAguilar
Wed May 13, 2020 4:22 pm
Forum: Developer Discussions
Topic: Mellinger controller on Python
Replies: 13
Views: 5325

Re: Mellinger controller on Python

Hi Kristoffer thank you for the answer. Yes, the problem you see is because CLOAD=0, in your case it should be 1. CLOAD is actually not a good setting to be used as an example since it is rarely changed, I will update the docs. Sorry for the confusion! No problem all its okay. I have my controller a...
by EduardoAguilar
Fri May 08, 2020 8:50 pm
Forum: Developer Discussions
Topic: Control everything in one Controller
Replies: 4
Views: 2553

Re: Control everything in one Controller

Hi Kimberly Thank you for the answer I can let you know how it works on the firmware (since it pretty much boils to the same thing) . Yes, I would like if you could help me, thank you very much. There is a github issue about this explaining the need to set these commands directly for the exact same ...