ahmadnav

Results 6 issues of ahmadnav

**Describe the bug** When drawing a bar chart using histogram renderer (Very similar to the ones in example) the last bar graph isn't drawn. When the following code is ran...

bug

@esteve Caused by: org.ros2.rcljava.exceptions.RCLException: Failed to init context options: failed to load shared library of rmw implementation. Exception: Cannot load library: dlopen failed: library "/storage/emulated/0/libs/librmw_fastrtps_cpp.so" not found, at /home/user/ros2_android_ws/src/ros2/rmw_implementation/rmw_implementation/src/functions.cpp:142, at...

> Failed to notify project evaluation listener. > org.gradle.api.tasks.compile.CompileOptions.setBootClasspath(Ljava/lang/String;)V

It seems like there are specific calls to -I ~/.conan/data/ttp-dist/2.5.1/_/_/package/bdd00c8a3ef59268927e0996e6b80621c784dfba/android-arm64-v8a-release/include/libxml2 and to other libraries in conan linking to aarch64-linux-android-g++ but not ./data/stl-soft/ which causes a fatal error: platformstl/platformstl.h: No such...

For example in KMLDriverDefinition2.cpp line 6 #include returns a file not found error this is because the libxml is under the directory libxml2 in .conan/..../include/libxml2/libxml/xmlreader.h. When I soft link the...