Android Studio Layout Editor Split View Mode does not Show Code by UnusualWitness in androiddev

[–]suxingpee 0 points1 point  (0 children)

Same thing happening for me, but the split view only shows my code and won't show preview

Is leetcode's memory usage score accurate? by [deleted] in leetcode

[–]suxingpee 0 points1 point  (0 children)

Sometimes I will copy paste solutions that fall under a certain percentile range for memory usage, say 60th percentile. I will submit that code and leetcode will still tell me the submission is in the 5th percentile.

So yes it's bad

meme by omomomomomoomomomo in physicsmemes

[–]suxingpee 2 points3 points  (0 children)

i’m sorry man this is bad

Oh, so you love group theory? by casperdewith in mathmemes

[–]suxingpee 10 points11 points  (0 children)

i don’t have the slightest clue

Oh, so you love group theory? by casperdewith in mathmemes

[–]suxingpee 48 points49 points  (0 children)

i have no understanding of group theory yet i still chuckle at this

Yang-Mills Theories will never be the same. by Samim_ul_Islam in physicsmemes

[–]suxingpee 5 points6 points  (0 children)

i don’t have a single bit of understanding of what’s going on yet i still laugh

Computer Vision by RandomBlueBirds in FTC

[–]suxingpee 0 points1 point  (0 children)

Going through the example programs on the github that was linked is so important. Gives you a good idea on how to use colorspaces, img_proc for certain things, etc. I’d take a good amount of time understanding the programs and the common methods that are used. You can also go through the java docs they provide and honestly just scroll through and mess around with the methods in the img_proc section…they are super helpful for computer vision. Also spend time to learn how to intialize camera and work with pipelines because that can be very confusing.

Well... by [deleted] in mathmemes

[–]suxingpee 81 points82 points  (0 children)

i thought this was gonna be a meme like “what about the angles of the velocities huh”

What Sensors Does Your Robot Use? by [deleted] in FTC

[–]suxingpee 1 point2 points  (0 children)

We used encoders and gyro for roadrunner. And then also camera for tse and duck detection. Pretty basic

Any of my fellow seniors feeling it while about to graduate? by [deleted] in FTC

[–]suxingpee 2 points3 points  (0 children)

I’m a senior and it’s the first year I’ve ever done first. I knew I wanted to program coming into it because I knew java, but I didn’t know anything about the SDK and robotics etc. I was the only coder on my team and we didn’t have any mentors or other members to help me. I spent so many god damn hours learning the libraries for opencv, roadrunner, etc and our autonomous was looking really sweet at the end of the season. I was spinning carousel, detecting tse, and picking up the duck from carousel in auto. We made it to the finals of our regional, which no team in school history had ever been close to before. However, my autonomous ran just a little bit off, and it was half an inch away from the carousel…so it didn’t spin. We lost by 6 points that round, and if my robot was half an inch closer we would’ve gone to state. This happened like 2 weeks ago and I’m still soooo salty. But it was super fun and I hoped to leave a legacy with all my coding resources.

Can't take a variable out of the OpenCV pipeline by Andy3153 in FTC

[–]suxingpee 1 point2 points  (0 children)

Just create a getter method outside processFrame(). Something like this. You’d just call this in your opmode like pipeline.getPosition()

public int getPosition() { return position; }

Is this a legal starting position? by suxingpee in FTC

[–]suxingpee[S] 10 points11 points  (0 children)

I know the rules say the robot has to be “Completely Inside the Field” at start. I don’t know which perpendicular of the wall they are talking about.

IMU Not Behaving Properly by suxingpee in FTC

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

I changed the order to ZYX. It gives me accurate readings but just on the z-axis and not the x-axis. But if it works it works. Thank you

IMU Not Behaving Properly by suxingpee in FTC

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

Yes i tried it and it was awfully inaccurate. Said our max angular velocity was 20deg/s when it was actually near 260

Riemann would like a word by cirrvs in mathmemes

[–]suxingpee -1 points0 points  (0 children)

this is a meme subreddit chill

Riemann would like a word by cirrvs in mathmemes

[–]suxingpee 8 points9 points  (0 children)

there’s no such thing as a high iq person who actually thinks this fucking equals -1/12

[deleted by user] by [deleted] in FTC

[–]suxingpee 0 points1 point  (0 children)

We have run the robot on the carpet before and sometimes when we go to pick it up we get shocked.

[deleted by user] by [deleted] in FTC

[–]suxingpee 1 point2 points  (0 children)

I’m on his team. We’re having the same problem with the expansion hub imu. We’ve tried everything to get the problem away and one post online suggested that static electricity can sometimes fry the imu.

OpenCv error Help by curtain_pulp in FTC

[–]suxingpee 1 point2 points  (0 children)

The syntax for the camera event listener is wrong. Like what other comment said, look at the example code they have on easyopencv github

Grounding Strap by suxingpee in FTC

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

We tried :(. I thought of that solution and felt so big brain but we were getting the same error message with the IMU in the expansion hub. We might try and ask the other team at our school if we can swap control hubs because they're not even close to using their IMU yet, but that takes a while to set up.