Can Altineller
Can Altineller
Hello, I am using the latest, 1.11.0. using: # apt search rtl8822 we get: firmware-realtek/testing 1:20190114-1+rpt4 all [upgradable from: 1:20190114-1+rpt2] Binary firmware for Realtek wired/wifi/BT adapters which is the required...
Hello, I am using the hypriotos-rpi-v1.11.0.img Yes, it sometimes goes away if you power cycle. But I am using this for a robot, where the hardware is not always accessible,...
> @altineller Are you also trapped by the Duckiebot rofl Same here... @ProfFan not quite, but this problem probably repeats in duckiebot, although they are using v1.9.0 of hypriot. I...
Hello @anfederman, I managed to get it working, but using docker under raspian, where the docker contains ubuntu18. both 32bit. It is an ugly solution, but it works. Is there...
which is the initial orientation of the default imu data from gazebo plugin? is it NED or NWU?
Hello @baluke I have experienced the same problem when I wanted to try friture with 2nd microphone. It works ok for the first microphone, but when there is a second...
> It looks like you need to write a mesh and data (displacement file -> MFEM grid function file) converters. A good starting point about the MFEM mesh formats is...
I have succeeded to recreate a GLVis scene: ` stream_state.mesh.reset(meshRead); stream_state.SetMeshSolution(); stream_state.Extrude1DMeshAndSolution(); // 0: use_soln, 1: use_vector_soln, 2: mesh Session single_session(2, std::move(stream_state)); single_session.StartSession(); SDLMainLoop(); ` I would like to encapsulate...
> I'm not really sure if it is possible to use an SDL2 application (GLVis) inside a Qt application (your application). Maybe you can check the SDL2 forums and issues,...
Hello, In ex10.cpp, line 381: void visualize(ostream &os, Mesh *mesh, GridFunction *deformed_nodes, GridFunction *field, const char *field_name, bool init_vis) .. GridFunction *nodes = deformed_nodes; int owns_nodes = 0; mesh->SwapNodes(nodes, owns_nodes);...