Matthijs

Results 8 comments of Matthijs

I ran into this problem too, so I looked at what Notion did in the browser when changing the order of the columns. When sending an update of the order,...

I wrote a copy function for issue #125, does this solution suit your needs?

Sadly, **New > _Template_** is handled by the JavaScript on the page, not by the back-end (same for duplicating blocks). The only POST-request that is send to the server are...

The `No 3D sensor plugin(s) defined for octomap updates` is an error that is also raised in my project (or the default `ur_moveit_config` for that matter) when starting up a...

First of all thank your proposed solution and heads-up. I haven't tested this on a real robot yet, though this is something that I will make a priority because of...

I have tested the 'dirty solution' on a real robot and it indeed jitters a lot at these points. I also found that Pilz normally creates points with an interval...

@AGuthmann yes you're correct. The Pilz planner generates points at a 0.1s interval, except at the start and end of a blend. So the 'wrong' points - with the same...

I think this should do the trick: ```python space = client.get_space(SPACE_ID) # Get the IDs of the pages in that space pages = space.pages ``` I have no clue how...