tony-p

Results 31 comments of tony-p

I have asked on the gitter from robostack, but seems nobody there has experience with the connextdds. robostack is just a set of precompiled binaries to work in a virtual...

Update: force linking in the output of `$(python3-config --ldflags --embed)` (from the linked issue) in the failing package does work, although as a temporary fix for another linking issue I...

Tried again very naively and same issue occurs however checked and is taking build 3 instead of 5 of `rcl-interfaces` 1.2.1 so will look into a bit more when I...

Dug a little deeper, and now have the build 5 and end up with the same errors. Further the `ldd` shows that these still aren't linked (below) Further I encountered...

Great thanks, will try find some time to try soon (also limited capacity) and if fixes and have time will definitely look into the CI build

I've been having similar issues. It looks like paths are getting concatenated on top of each other which results in the path variables becoming super long (many path entries are...

It may make more sense to make `haltTree` set the tree status to `FAILED` as it has not ended successfully

Yes a new `HALTED`/`HALTING` status would be more appropriate

Yeah I understand is a pretty major API change, and that is why I originally suggested FAILED instead, but I also get your point that it is not each node...

@fujitatomoya as well as the suggestions to fix the default behaviour of empty list, rather than just ignoring the parameter descriptor type when there is a default value, doesn't it...