Esteve Fernandez
Esteve Fernandez
@AviKenz first of all, do not send me emails to my personal email address just to notify me to have a look at this issue, which you had just opened,...
I left you a comment in https://github.com/esteve/ros2_android_examples/issues/2#issuecomment-375958046, could you detail a bit more of your process? It's hard for me to know where this error is coming from without more...
I think it's because when either app is sent to the background, the nodes are removed from the executor https://github.com/esteve/ros2_android_examples/blob/master/ros2_listener_android/src/main/java/org/ros2/examples/android/listener/ROS2ListenerActivity.java#L108-L113 so if you disable that code, you should be able...
A followup to this ticket, we will rename headers directories either to `autoware_PACKAGE_NAME` or `autoware/PACKAGE_NAME`, see https://github.com/orgs/autowarefoundation/discussions/4097#discussioncomment-8380000 for context
@xmfcx I think pacmod could be moved out easily, but as you say Velodyne is essential to our architecture, so I'm not sure if it should be moved out. The...
@xmfcx I agree with you, the drivers are quite specific to the vehicle where Autoware is running, so it'd be better to move them to a separate `.repos` file and...