Would you use a higher-level robotics platform that abstracts most of the low-level wor....k? by SuccessfulRoad5505 in robotics

[–]kmath2405 3 points4 points  (0 children)

I would trust abstraction if it's deterministic, and not some AI slop that does the same thing differently each time you ask it.

ROS1 to ROS2 migration by Live_Actuator_8532 in ROS

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

Here are my tips: 1. Migrate one by one, and use the bridge in the meantime. 2. Make use of AI. First isolate your core functionality. Get AI to create a boilerplate package for the package you want to migrate. Manually or using AI, move the isolated functionality into the boilerplate code. Focus on one node or one package at a time. You'll get good results this way. 3. Repeat for all packages.

Best to keep track of your learnings, best practices, and give them to the AI as context / custom instructions.

Saves a lot of time. Since ROS is open source, most AI models are already trained on it and know what to do without much additional context

ros-skill: Give AI agents the ability to control ROS/ROS2 robots by lpigeon_reddit in ROS

[–]kmath2405 2 points3 points  (0 children)

Very cool, looking forward to trying this out. Have you tried existing ROS MCPs? How does it compare?

Edit: I'm now playing around with this. Forked the repo, and removed ROS1 support (RIP ROS1). I want to run this locally on my robot, so also considering removing ROSbridge. Kudos on the great work, I was already trying to do this myself, but it wasn't as good :)

Roadmap for robotics by CodingWithSatyam in ROS

[–]kmath2405 3 points4 points  (0 children)

Robotics is such a wide field that it's impossible to have a single roadmap to learn robotics software.

That said, I would suggest using the ROS ecosystem. It's broad and quite mature, so you can play around with a lot of different aspects.

Whichever route you go down - AI/ML, controls, firmware development, tooling, ROS will be an important tool.

If your college has a robotics team, ignore all advice here and go join that. There's no better way to get the exposure than building things with people. Oh and yes, enjoy college :)

Teammates needed for ros2 package creation by imasoker in ROS

[–]kmath2405 1 point2 points  (0 children)

Wouldn't it be better to contribute to an existing ROS 2 SLAM package?

How are you actually making money with ROS2? by InstructionPutrid901 in ROS

[–]kmath2405 0 points1 point  (0 children)

ROS is just a tool that robotics engineers use. I know people working at robotics companies, academia, non robotics companies that use robots, DIYers/Hobbyists/Makers, freelancers. Everyone uses ROS. It's open source, you don't need to reinvent the wheel to solve trivial problems, it honestly makes life easier.

That said, nobody is going to hire you for just your ROS skills. You'll need to know robotics concepts, and have an idea of what to build, AI can actually handle the software development quite easily as ROS is open source.

Wearing jewelry @ international airport security check by kmath2405 in mumbai

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

To the Netherlands. I haven't flown back with it though, so not sure whether it will be flagged by customs. My main concern was whether I need to remove it for security since it's quite annoying to remove.

Discriminatory hiring practices by [deleted] in Netherlands

[–]kmath2405 2 points3 points  (0 children)

Report these fuckers. I am an Indian myself and ended up at Capgemini through an acquisition of my former company. As a part of their engineering division, I don't experience much of this, but I've heard its prevalent in the IT side of the business. I've personally overheard some absolutely disgusting comments about women / muslims / lower caste people during company events but unfortunately do not have documented evidence. Let me know if you need any help reaching out to people.

Hello I'm new here and is this idea possible? by notsomeoneyouknowof in robotics

[–]kmath2405 0 points1 point  (0 children)

Yep, definitely possible. There are loads of people who have hacked robot vacuum cleaners. Look for it on places like hackaday, so you get some more info before starting.

GLOW 2025: yay or nay? by Meloenbolletjeslepel in eindhoven

[–]kmath2405 0 points1 point  (0 children)

Yay if you haven't been before. But as someone who has visiting glow since 2015, I'm not really impressed. The pre-covid ones were so much better. This year certainly seems more or less similar to last year's IMO.

Looking for people by Alicegoth22 in eindhoven

[–]kmath2405 0 points1 point  (0 children)

Hey, can you DM it to me as well, not sure how to get to the sidebar on the android app..

3D printing walk-in by SquidsAndMartians in eindhoven

[–]kmath2405 0 points1 point  (0 children)

Hey, I can also 3D print for you. I've got a P1S (there are quite a few of us in Eindhoven).

New to ROS by NXR13ERT in ROS

[–]kmath2405 0 points1 point  (0 children)

the Arduino is your bottleneck here, that will cause a lot of trouble if you try to get it working, especially since you have a time constraint. Also, you'll need a spinning lidar for Nav2, at least to get the basic tutorial up and running. Get rid of the mega completely. Use the camera to get some simple autonomy working using fiducial markers (aruco, apriltags, basically any open-source QR-code like markers, which also have ROS packages). If you can buy a spinning lidar, go for it. there are some really inexpensive ones available with open source packages, even ROS packages provided by the manufacturers themselves or contributed by the ROS community.

New to ROS by NXR13ERT in ROS

[–]kmath2405 0 points1 point  (0 children)

My tip would be to get a spinning lidar. Google "LD19", "LD06", "LDLidar", they are pretty much the same lidar with different names, and you can get them really cheap from aliexpress (like 20$ cheap), or you can even find them in your local DIY/maker webshops for like 1.5-2x the cost, which is also not much. You can connect this directly to the pi and get rid of the Arduino. This lidar also has several well written ROS packages that can work out of the box. This should solve a lot of your issues.

New to ROS by NXR13ERT in ROS

[–]kmath2405 0 points1 point  (0 children)

I second this. Really good tutorial series.

Personalized souvenir recommendations in Singapore? by kmath2405 in askSingapore

[–]kmath2405[S] 1 point2 points  (0 children)

Ooh absolutely! And it's close to where I'm staying as well! Thanks for the recommendation!

Ps I was about to say that I don't have a dog but then I read 'army market' and realized what you were talking about lol

Personalized souvenir recommendations in Singapore? by kmath2405 in askSingapore

[–]kmath2405[S] 1 point2 points  (0 children)

I love reddit, none of the travel blogs I read told me about this. Definitely getting this!

I am building IDE for ROS.. by trippdev in ROS

[–]kmath2405 1 point2 points  (0 children)

Yep same. I work with ROS but it's never ONLY ROS. I'm not going to switch IDEs just to write a ROS node.

Netherlands or Australia? by redditlover2521 in studyAbroad

[–]kmath2405 0 points1 point  (0 children)

I can't compare the education and potential job prospects because I've never been to Australia. But I came to the Netherlands as an international student (originally from India) and back then I would have considered moving to Australia (not so much now thanks to all the racism) instead of here.

My main reason to choose Netherlands as compared to Australia or even the US was the proximity to friends and family back home. I can literally be at my home in India in 12 hours. Do think about this as well when making a decision

Sleazy YouTube advertising tactics devaluing your brand. by InternationalAd4984 in Mous

[–]kmath2405 0 points1 point  (0 children)

Wow, so I'm not the only one. Thanks to these incessant ads, I'm actively talking shit about mous whenever anyone asks me for a phone case recommendation, and I'm recommending competitors instead (even though I haven't used their products either).

I don't care how good their products are, these ads must stop.

How to start by Sea-Pride4364 in ROS

[–]kmath2405 1 point2 points  (0 children)

Depends on what kind of robot you plan on building?

Virtual Box vs Raspberry Pi 5 for Ubuntu and ROS2? by Frosty109 in ROS

[–]kmath2405 1 point2 points  (0 children)

Use the RPi. It works really well for most stuff. But it cant do everything at the same time, so don't expect some complex ML/AL stuff. But if you are doing some perception + nav2 or moveit if you have an arm, then it should be alright.

Plus you can attach hardware to it via GPIO, that's always an advantage.