ROS Scratchpad

🛠️ Scratchpad - ROS1

A scratchpad for common pitfalls, commands, and shortcuts when using ROS1. Questions/Answers Set an argument based on the exclusive OR of two other arguments This is a really ugly hack, but it gets the job done. Since we don’t care much about the name, we set it so that if the user provides both of them at the same time, they get a descriptive message back. <!-- arg1 XOR arg2 --> <arg if="$(eval (arg1 !...

October 13, 2019 · 5 min · bergercookie
A view of my environment while editing this very article

My daily workflow and tools

As this is my first actual post I thought I’d write about something I’m a big fun of, tooling. More specifically I want to describe my workflow when working or in general when using my machine. My general goal is to be productive in my day-to-day routine, and automate everything that can actually be automated so that I can focus on the higher-level tasks I’m interested in. I admit that sometimes I’m overdoing it and automate a task that I don’t actually have to but all in all I think this attitude has helped me considerably so far....

May 18, 2019 · 7 min · bergercookie