
intriguing! will follow with interest!
Wonder if this will help avoid 'things lidar and pointcloud can't see' like shoes on the floor, coffee table crossbars?
James H Phelan "Nihil est sine ratione cur potius sit quam non sit" Leibniz
--
You received this message because you are subscribed to the Google Groups "HomeBrew Robotics Club" group.
To unsubscribe from this group and stop receiving emails from it, send an email to hbrobotics+...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/hbrobotics/CA%2BKVXVMxTm2ntM5NRdwMDjuMcCO64j%2Bh%3DJMvZLr9vVtLnOB-RA%40mail.gmail.com.
![]() | |
I think the advantage of LIDAR over video was always that the LIDAR was easier to process not better, but easier because it is already in the form of a point cloud and it takes considerable processing to turn video into points. But now we have depth cameras and bigger computers. Video starts to win because it is already a 2D field of view, whereas LIDAR has to be mechanically scanned. (I hate to say that Elon Musk was right about this.)
I’d like video to win only because I can buy decent cameras for cheap even if it takes a bigger computer.
One thing I’m wanting to explore, and will once I have a better simulation platform, is using AI to navigate. The trouble today is the vast amount of computing that is needed for AI while LIDAR is at least 100,000 times less computation. But then I see open-source V-JEPA 2.1 is a free download. People are using this and then with just under 200 hours of fine-tuning policy on a real robot.
I think this is going to be the best solution. The robot just looks around to know where it is because it sees familiar objects.
On Jul 30, 2026, at 2:46 PM, Dave Everett <daveev...@gmail.com> wrote:One thing I’m wanting to explore, and will once I have a better simulation platform, is using AI to navigate. The trouble today is the vast amount of computing that is needed for AI while LIDAR is at least 100,000 times less computation. But then I see open-source V-JEPA 2.1 is a free download. People are using this and then with just under 200 hours of fine-tuning policy on a real robot.This is an area I need to research more. I have avoided it because it's a black box component. You will never know how it really works or how it's going to fail, and you can't just change a few numbers to fix issues, you usually have to retrain all or much of the network.
![]() | |
On Jul 30, 2026, at 2:46 PM, Dave Everett <daveev...@gmail.com> wrote:This is an area I need to research more. I have avoided it because it's a black box component. You will never know how it really works or how it's going to fail, and you can't just change a few numbers to fix issues, you usually have to retrain all or much of the network.This video will convince you quickly. Are you really going to hand-code a control system that does these two-wheel balancing acts and flips? While you are busy coding some basic movments, the competition is doing this:
Training takes time but at least this a not an LLM with 200 billion parameters. These have under 1 billion and could in theory run on a cell phone.So as to prevent a misunderstanding, I see robot control as having three layer, even if not exactly designed that way we have three.1) Balance and locomtion, This allows normal walking and this acrobatics and high speed rolling. The skill is just moving and not tipping over2) Some specifi skill. like a flip or picking up a coffee mg or opening a door3) Making high level plans like clearing dishes from a table and wsing them by stringing together a series ov level 2 skills.
The small few-million parameter models ar for #1, wile a large LLM might be needed for #3. v-jepa is 100 times smaller then an LLM and might work for #2 or #3 but it is not yet so common and only a few years new.
--
You received this message because you are subscribed to the Google Groups "HomeBrew Robotics Club" group.
To unsubscribe from this group and stop receiving emails from it, send an email to hbrobotics+...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/hbrobotics/CAG61pbf89aCO1tswT2Cc3fTURCsm8CTacu%2Bo41%3D4fZ-J_RMXeg%40mail.gmail.com.
To view this discussion visit https://groups.google.com/d/msgid/hbrobotics/FAB70EB4-A094-403D-9AFA-89D18BD83039%40gmail.com.
To view this discussion visit https://groups.google.com/d/msgid/hbrobotics/CAAvYDnGjfPfDdjRxNe3F-ze_hp13dDvxE15TY8G8oFxKcay1UQ%40mail.gmail.com.
On Fri, Jul 31, 2026 at 10:51 AM Chris Albertson <alberts...@gmail.com> wrote:Generally, specialized tasks are easier. Finding a soda can is easy, but what if the task is “picking up stuff my owner would not want on the floor”?
Also, there could be a dozen reasons you can determine the model did not work.