ahmadnav

Results 23 comments of ahmadnav

@esteve Thanks for the info! I am not compiling dashing, instead using the prebuilt release due to #158 . As for the functions.cpp I am using the dashing branch of...

--- stderr: rmw_implementation CMake Error at /home/loacaladmin/ros2_android_ws/install/rmw_implementation_cmake/share/rmw_implementation_cmake/cmake/get_default_rmw_implementation.cmake:62 (find_package): By not providing "Findrmw_fastrtps_cpp.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "rmw_fastrtps_cpp", but CMake...

@esteve I added some more context to my previous commentAdding --cmake-args - DRMW_IMPLEMENTATION=rmw_fastrtps_dynamic_cpp - DRMW_IMPLEMENTATION_DISABLE_RUNTIME_SELECTION=ON Resolves the runtime issue. Thanks! However the app seems to hang at listenerNode = new...

> @ahmadnav please post more details, is this one of the examples? Your own app? If so, can you put the code somewhere to have a look at? This is...

> @ahmadnav but the title of the ticket says that created a new app. So is this a new app or you built the examples? And if it's the latter,...

I figured out the blank screen issue was due to not adding uses-permission android:name="android.permission.INTERNET" to the manifest. Interestingly nothing showed up on the log cat to indicate this it just...

> > I figured out the blank screen issue was due to not adding > > to the manifest. Interestingly nothing showed up on the log cat to indicate this...

@Luriwei Thanks for the update! I still keep getting Failed to create node: type support not from this implementation, at /home/loacaladmin/ros2_android_ws/src/ros2/rmw_fastrtps/rmw_fastrtps_dynamic_cpp/src/rmw_publisher.cpp:108, error. The build script I am using is export...

@Luriwei I am using the dashing branch could that be an issue; Which branch are you on?

@Luriwei @fiaren @esteve @AlexKovalchukSomatic I got it running, thanks a lot for your guy's input. Quick Notes on how I got nodes to run on android and see them on...