HackerTrans
TopNewTrendsCommentsPastAskShowJobs

kscottz

no profile record

Submissions

Intrinsic joins Google to accelerate the future of physical AI

intrinsic.ai
2 points·by kscottz·قبل 5 أشهر·0 comments

Alphabet's Intrinsic Forms Joint Venture with Foxconn

intrinsic.ai
3 points·by kscottz·قبل 8 أشهر·0 comments

OrthoRoute: GPU-Accelerated PCB Autorouter for Kicad

bbenchoff.github.io
4 points·by kscottz·قبل 9 أشهر·0 comments

AI for Industry Challenge by Intrinsic and Open Robotics

intrinsic.ai
3 points·by kscottz·قبل 9 أشهر·0 comments

UniPwn: Unitree Humanoid Robot BLE Service Command Injection Analysis

github.com
2 points·by kscottz·قبل 10 أشهر·0 comments

Robot Fleets at Changi Airport in Singapore Powered by Open Source

changiairport.com
3 points·by kscottz·قبل 11 شهرًا·0 comments

ROS 2 Kilted Kaiju Has Been Released

discourse.ros.org
5 points·by kscottz·السنة الماضية·0 comments

Indy Autonomous Challenge (Autonomous Car Racing) Live Stream

youtube.com
2 points·by kscottz·قبل سنتين·0 comments

ROSCon 2024 Talk Videos

discourse.ros.org
1 points·by kscottz·قبل سنتين·0 comments

Gazebo Ionic Release (FOSS robot simulator)

community.gazebosim.org
1 points·by kscottz·قبل سنتين·0 comments

Autonomous Indy Car Racing Live Stream

youtube.com
3 points·by kscottz·قبل سنتين·0 comments

Indy Autonomous Challenge Live Stream (Starts Sept. 6th at 10am PT)

youtube.com
1 points·by kscottz·قبل سنتين·0 comments

Advice to Young Engineers

roboticseabass.com
2 points·by kscottz·قبل سنتين·0 comments

How Do Robot Manipulators Move?

roboticseabass.com
2 points·by kscottz·قبل سنتين·0 comments

Telo Trucks: Small Electric Truck Startup

telotrucks.com
3 points·by kscottz·قبل سنتين·0 comments

ROS 2 Jazzy Jalisco Released

discourse.ros.org
2 points·by kscottz·قبل سنتين·0 comments

Foundation Model 6DoF Object Pose Tracking

nvlabs.github.io
2 points·by kscottz·قبل سنتين·0 comments

Nvidia and Qualcomm Join Open Source Robotics Alliance to Support ROS Dev

techcrunch.com
2 points·by kscottz·قبل سنتين·0 comments

Open Source Robotics Alliance: New Funding and Governance Model for ROS / Gazebo

osralliance.org
14 points·by kscottz·قبل سنتين·0 comments

Dynamics-Guided Diffusion Model for Robot Manipulator Design

dgdm-robot.github.io
1 points·by kscottz·قبل سنتين·0 comments

comments

kscottz
·قبل سنتين·discuss
[There is, and by some estimates 1.3M people use it.](https://docs.ros.org/en/rolling/)
kscottz
·قبل سنتين·discuss
I don't think that is the intent of the article at all. I think the article is making a comment on building a single framework that can enable anyone to solve an arbitrary robotics problem. From the second paragraph, "The idea goes something like this: Programming robots is hard. And there are some people with really arcane skills and PhDs who are really expensive and seem to be required for some reason. Wouldn’t it be nice if we could do robotics without them?"

There are host of companies, both extant and deceased, who attempted to do just that.

I don't think any ROS developer has ever made the claim that ROS makes building a robot "easy", "easier" yes, but "easy", certainly not. ROS is simply a collection of tools that people have built over the years to get their work done faster by not re-inventing the wheel. Many ROS packages have decades of real-world deployment behind them. Some ROS packages, like Nav2 and MoveIt, are incredibly helpful, other packages are difficult to use and poorly documented, just like in any open source ecosystem.

> Which in their quest to make robotics simple; made json a programming language

JSON, in ROS? I don't think that's how it works.

> massive ecosystem of abstracted complexity that breaks in undebuggable ways

If you have a solution for this I think you solved the problem of software engineering in general.
kscottz
·قبل سنتين·discuss
Since when does open source mean cheap?

Labor isn't free. Building custom PCBs and hardware in low quantity isn't cheap. Building, calibrating, and testing robots isn't cheap.
kscottz
·قبل سنتين·discuss
SEEKING VOLUNTEERS: Robot Operating System (ROS) and Gazebo Simulator

ROS is the open source software powering robots all over the globe. The project needs volunteers in every capacity, from core robotics software to visualization, data logging, and developer resources. Gazebo is our sibling library used to simulate robots prior to deploying code. Many of our repositories have "Good First Issue" tags for new contributors.

Source code and community resources for ROS, like Discord and Discourse, are all listed here:

https://github.com/ros2

Source code and resources for Gazebo are available here:

https://github.com/gazebosim

To get a sense of what people are doing with ROS check out the videos from our yearly developer conference ROSCon.

https://roscon.ros.org/2023/

If you are looking for some help getting started swing by our Discord server:

https://discord.com/servers/open-robotics-107782554369892765...
kscottz
·قبل 3 سنوات·discuss
There is a live stream telethon happening now at: https://opencv.live/
kscottz
·قبل 3 سنوات·discuss
I've used OpenCV at almost every job I've ever worked at. Tossing them a few bucks is the least I can do.
kscottz
·قبل 13 سنة·discuss
I would love to see more FOSS projects on GitTip (https://www.gittip.com/). It would seem to me that regular small donations that can be budgeted would be more helpful than just scratching where and when it itches. Giving $1 a week versus $50 at once is so much more convenient. We as the FOSS community need to own up that writing and hosting software isn't free, and most of us as highly paid engineers are in a position to be charitable and help out. My resolution for this year is to give away 1% of my income to the FOSS community and related charities (EFF, Wikipedia, Ada Initiative, PSF, etc). I challenge everyone on HackerNews to do the same. Stop bitching and put your money where your mouth and let's go help make a better world.
kscottz
·قبل 14 سنة·discuss
This looks great. Most audio and image processing libraries are a pain and I always end up wrapping them in something like this. It is nice to see someone open source a well written wrapper.