Show HN: Basis – a production focused robotics framework https://ift.tt/L2STFib

Show HN: Basis – a production focused robotics framework Hey HN! Myself and my cofounder are excited to actually launch the product we've been working for the past six months. It's a robotics framework with a focus on testing and production. The current industry standard (ROS) is great for prototyping, but suffers from performance and testing problems as the robot gets more complex. I would have loved to work on this another six months or a year to polish it up and really, but I know it's better to launch a bit before you think you're ready. It's a C++ pub-sub framework (a lot like ROS, in that way), but rather than declaring C++ publishers/subscribers directly, you declare the topics and types your code cares about in a configuration file, along with conditions on those inputs. Doing this allows for deep knowledge about the code running, which unlocks the possibility of deterministic simulation and testing (along with making it easy to generate bindings for other languages, create alternate schedulers, more easily swap out internal concepts, etc). It also enables easy static analysis of the codebase - given a launch file and arguments to the launch file, one can analyze the topic network and find missing publishers or publishers that publish to nothing. https://ift.tt/4AJu8Rz October 28, 2024 at 11:13AM

No comments:

Show HN: I built a Slack app to automate timesheets and project tracking https://ift.tt/gNVHstq

Show HN: I built a Slack app to automate timesheets and project tracking https://ift.tt/yYh9SL2 November 7, 2024 at 04:49AM