jimsynz

jimsynz

Ash Core Team

Beyond Behaviour Trees: Task Orchestration for Robotics with Reactor

New blog post exploring how we’re approaching robot task orchestration in Beam Bots.

The problem: Behaviour trees (the standard in ROS) use tick-based polling - constantly re-evaluating the tree even when nothing is happening. Not ideal for message-passing systems.

Our approach: Using reactor | Hex sagas instead:

  • Dependency-driven concurrency (independent steps run in parallel automatically)
  • Event-driven execution via PubSub (no polling)
  • Built-in compensation for failure recovery
  • Safety system integration (auto-halt on disarm)

The new bb_reactor package (v0.2.0 on Hex) provides a DSL for defining robot task sequences declaratively.

Read the full post:

Most Liked

jimsynz

jimsynz

Ash Core Team

Sure did. Now I’m anxious that they won’t want me :anxious_face_with_sweat:

kip

kip

ex_cldr Core Team

Awesome project and enjoying your writing too. I do hope you’ve submitted a paper to ElixirConf EU ?

kip

kip

ex_cldr Core Team

And I can see a live robot on stage at the next Goatmire too …

Where Next?

Popular in Blog Posts Top

sashaafm
How to use the blogs section You can post links to your blog posts either in one of the Official Blog Posts threads (like this one), or, ...
296 25834 131
New
rrrene
In this series, we take a look at the different ways to organize, structure and execute a good “flow” in our Elixir programs. The latest...
New
marcelo
Long story short, over the past years we’ve been scaling our operation quite a lot at Unbabel. Most of our codebase is Python and some of...
New
psantos
Just wrote a new blog post about how to deploy a Phoenix app using Kamal 2. Check it out and let me know what do you think: https://blog...
New
gaggle
This post explores different ways to do test automation in Elixir, focusing on how to handle dependency injection — covering patterns, li...
New
lawik
We all have varying degrees of exposure to Big Tech. Some of it seems fine, stable and can be relied on. Some of it feels like shifting s...
New
New

Other popular topics Top

electic
Hi, I am new to Elixir. I am trying to use the DateTime component to insert a date into MySQL however the there seems to be no way to fo...
New
stefanchrobot
What’s the safe way to decode a JSON string into a struct? I want to avoid calling String.to_atom. Jason.decode can give me a map with st...
New
Darmani72
If I have a post route which an argument: post /my_post_route/:my_param1, MyController.my_post_handler How would get the post params ...
New
joeerl
Hello again - after a longish gap I’ve decided I really must dig into Elixir and see what’s been happening here - so I have a few questio...
New
gshaw
What is the idiomatic way of matching for not nil in Elixir? E.g., First way: defp halt_if_not_signed_in(conn, signed_in_account) when...
New
AstonJ
Posting this to see if we can make things easier for people to get into Neovim. If you use Neovim and have a favourite distro please let ...
New

We're in Beta

About us Mission Statement