HackerTrans
トップ新着トレンドコメント過去質問紹介求人

Ekami

no profile record

投稿

Ask HN: Why is the HN crowd so anti-AI?

463 ポイント·投稿者 Ekami·先月·765 コメント

[untitled]

1 ポイント·投稿者 Ekami·3 か月前·0 コメント

[untitled]

1 ポイント·投稿者 Ekami·3 か月前·0 コメント

PeppyOS: A simpler alternative to ROS 2 (now with containers support)

peppy.bot
74 ポイント·投稿者 Ekami·4 か月前·40 コメント

PeppyOS: A simpler alternative to ROS 2 (now with Python support)

peppy.bot
5 ポイント·投稿者 Ekami·5 か月前·0 コメント

PeppyOS: A simpler alternative to ROS 2 for experimentation and production

peppy.bot
2 ポイント·投稿者 Ekami·5 か月前·0 コメント

コメント

Ekami
·26 日前·議論
A framework to make robotics accessible and easy for everyone (ML engineers/firmware engineers/vibe coder/people with no technical knowledge) where all the stacks have clear separation so every speciality can focus on what they do best.

https://peppy.bot/
Ekami
·先月·議論
Why do you assume the code will be bad in the first place?

Coding as someone without experience in coding? Most probably yes, but from someone with some kind of expertise who can act as a guardrail for bad code piling up? Probably not.
Ekami
·先月·議論
how so? When you buy a phone, do you care about how it's built?
Ekami
·先月·議論
True... I'm in the first crowd personally
Ekami
·3 か月前·議論
https://peppy.bot a robotics framework to replace ROS 2, currently working on automatic nodes resolution so pulling a working software for your robot is as easy as doing an `apt get install my_robot`.

The goal is to enable devs from all fields (embedded devs/AI engineers/vibe coders) to work on their own stack without ever having to worry about the other parts of the robot stack.
Ekami
·4 か月前·議論
Hey, too bad you've shut down, looked like a great project.

> I notice you don't have shared memory transport, nor do you support runtime composability (I think?)

We're using Zenoh in the backend, we didn't try to reinvent the wheel on that front.

> I'm also a little confused on what serialization format you support - is it an entirely custom one?

It's cap'n proto, but abstracted away for the user so he doesn't have to think about it.

> BSL feels great, but I found it scared off some people

Agreed, but we're building a SaaS in parallel, PeppyOS will be 100% free and open source but we don't want another company to build a SaaS on top of it, that will be the only restriction of the BSL license, otherwise it's the same as Apache 2.0.
Ekami
·4 か月前·議論
> The website claims “30hz polling rate”, “2ms latency”. Not sure if that is a best case or just for that demo.

This is just example cases but in fact it can go as high as you want as long as your hardware allows it
Ekami
·4 か月前·議論
BSL will just prevent people from creating a competing SaaS product on top of PeppyOS, nothing will prevent anyone from using it for free commercially
Ekami
·4 か月前·議論
Feedback noted, thanks! > Does this have any compelling selling points to convince someone to switch other than 'less overhead than ROS 2'?

At the moment it's pretty raw, but we'll eventually turn it into a "no fuss entry into robotics".
Ekami
·4 か月前·議論
Our goal is to make all of this super easy with the installation of a single script. We're also working on a SaaS in parallel which will allow you to fire up the whole stack in your browser, 0 setup required (you pick the robot you want and it runs in a sim in your browser). Then, when you're satisfied with the result you just run a bash script on your Jetson board and everything will work the same on your real robot.
Ekami
·4 か月前·議論
Very interesting. There is nothing that would prevent PeppyOS nodes from running on the GPU. The messaging tech behind PeppyOS is Zenoh (it's swappable), it can run on embedded systems (PeppyOS nodes will also be compatible with embedded in the future). That being said, at the moment the messaging system runs exclusively on the CPU.
Ekami
·4 か月前·議論
Fun fact, we've been using pixi to compile everything Python related internally. In fact PeppyOS was even started with pixi as a base layer (but we pivoted away from it since the project is in Rust and Cargo is the de-facto toolchain). We support uv by default for Python (since it's what's the most used these days) but pixi is already supported, see the note on this page: https://docs.peppy.bot/guides/first_node/
Ekami
·4 か月前·議論
Hey, good points, we have plans to create a ROS2 bridge in the near future. We definitely won't be able to catch up with huge ecosystem that ROS2 has created over the years but we will rewrite the annoying parts, that's for sure.