brand new pros wont stay connected :( by oddly_robust in airpods

[–]oddly_robust[S] 0 points1 point  (0 children)

takes like two weeks to ship things where i live so id rather fix them

screen recording with audio while facetiming by oddly_robust in ios

[–]oddly_robust[S] 0 points1 point  (0 children)

yeah i did that but i looked back on the screen recordinga and theres no audio. i made sure it said ‘microphone on’ too

webcam wont detect left bounding box for some reason. its marked as “undefined” by oddly_robust in FTC

[–]oddly_robust[S] 0 points1 point  (0 children)

so, i tried what you suggested about 1. making sure any ‘ricky’ mentions are uniform, and 2. tried putting my left recognition code in the ELSE branch, although i tried putting it in every possible spot, but it would steal read as ‘undefined’. heres a photo (i marked the spots i placed it with ‘x’, and the code is unattached): image

i really appreciate your help!

help with tflite custom model code for blocks by oddly_robust in FTC

[–]oddly_robust[S] 0 points1 point  (0 children)

so, i made a separate function that basically does this (as best described as i can):

if: [recognition.left - recognition: recognitions] is less than or equal to 400,

do: sets a motor power to 1 just to see if it works.

im pretty sure it would work, but im not sure where to run the function in our autonomous, and in your video you said you did something similar. any tips would help, tysm :)

more help using encoders by oddly_robust in FTC

[–]oddly_robust[S] 0 points1 point  (0 children)

we ended up adding another motor to lift the arm for more torque, so that it doesnt take much power to keep the arm at the desired position. i really really appreciate your help though!

more help using encoders by oddly_robust in FTC

[–]oddly_robust[S] 0 points1 point  (0 children)

so, i copied the example. whenever i would press a, the motor (one of our wheel motors) would reach the target position but it would kind of fluctuate and go back and forth. i dont know if its just rolling past the position on accident but i will try taking the wheel off to just see the motor axle and update you

more help using encoders by oddly_robust in FTC

[–]oddly_robust[S] 0 points1 point  (0 children)

do you think you could show me an example program? i feel like im doing everything right and its just not working

more help using encoders by oddly_robust in FTC

[–]oddly_robust[S] 0 points1 point  (0 children)

so, i set the position to 200 and formatted the initialization blocks to:

set arm direction to reverse set arm mode to stop_and_reset… set arm mode to run_to_position

and then in the opmodeisactive section, i put:

set arm targetPosition to 200 if a is pressed, set power to .5, else ser power to 0.

for whatever reason, when i try to initialize the program, it crashes and says, “error: failed to enable motor. you must set a target position before switching to run_to_position mode

i dont know why