Results 16 issues of dzywater

In my settings.json has following two configs. --- "DefaultSensors": { "Distance": { "SensorType": 5, "Enabled": true, "DrawDebugPoints": true, "MinDistance": 0.2, "MaxDistance": 100 }, "Lidar": { "SensorType": 6, "Enabled": true, "DrawDebugPoints":...

feature request
sensors

Add RotationMatrixToEulerAngles in rotation.h and verified. Refer to: Computing Euler angles from a rotation matrix, Gregory G. Slabaugh.

I don't know how to use mavros2 and want to get some tutorials like "how to connect/arm/land/takeoff/mission/offboard". Currently in PX4 gazebo simulation **(1) ros2 run mavros mavros_node --ros-args --param fcu_url:=udp://:14540@**...

question
PX4
ros2

On Windows10, it is not workable (mavsdk::System::has_camera() return false ). ![windows10](https://user-images.githubusercontent.com/22073470/156682684-c67a7cf6-5b0d-42a8-a182-a030b7af886b.PNG) On ubuntu20.04, it is workable (mavsdk::System::has_camera() return false ). ![ubuntu2004](https://user-images.githubusercontent.com/22073470/156682755-2d53179a-86da-42ad-84aa-ef67c593cfc5.png) I used gazebo_typhoon_h480.

**For MissionRaw** unresolved external symbol "public: __cdecl Json::Value::Value(enum Json::ValueType)" (??0Value@Json@@QEAA@W4ValueType@1@@Z) referenced in function "public: static struct std::pair __cdecl mavsdk::MissionImport::parse_json(class std::basic_string const &)" (?parse_json@MissionImport@mavsdk@@SA?AU?$pair@W4Result@MissionRaw@mavsdk@@UMissionImportData@23@@std@@AEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@4@@Z) unresolved external symbol "public: __cdecl Json::Value::Value(char const...

bug
windows

Call mavsdk::Gimbal::subscribe_control() OK. Call mavsdk::Gimbal::control() exception: Unable to open 'pthread_once.c': File not found.

bug
windows

For gazebo_typhoon_h480 on ubuntu20.04 mavsdk::System::has_gimbal() return true; mavsdk::System::has_camera() return false; Actually, gazebo_typhoon_h480 has gimbal and camera. The QGroundControl can watch camera video. For gazebo_typhoon_h480 on windows10 mavsdk::System::has_gimbal() return false; mavsdk::System::has_camera()...

feature

https://github.com/cyberbotics/webots_ros2/blob/f5f33a9035bf3a1152a9f9df4e1001d5db3375dd/webots_ros2_mavic/webots_ros2_mavic/mavic_driver.py #L82 and https://github.com/cyberbotics/webots/blob/5c3c33470190fad062591e6f681c7967982c070f/projects/robots/dji/mavic/controllers/mavic2pro/mavic2pro.c #L116 define gyro's data as acceleration, but actually velocity, as descriped at https://www.cyberbotics.com/doc/reference/gyro?tab-language=c#wb_gyro_get_values https://github.com/cyberbotics/webots/blob/5c3c33470190fad062591e6f681c7967982c070f/projects/robots/dji/mavic/controllers/mavic2pro/mavic2pro.c #L115 define gps's second part as altitude, but longitude, as descriped at...

D:\>rqt RosPluginProvider._parse_plugin_xml() plugin file "D:\app\ros2\share\rqt_gui_cpp/plugin.xml" in package "rqt_gui_cpp" not found RosPluginProvider._parse_plugin_xml() plugin file "D:\app\ros2\share\rqt_gui_cpp/plugin.xml" in package "rqt_gui_cpp" not found ![rqt](https://user-images.githubusercontent.com/22073470/102312058-ec831000-3fa8-11eb-9e8c-7c4d9adf3deb.PNG)

backlog
Windows

D:\>rviz2 [INFO] [1608098530.478500200] [rviz2]: Stereo is NOT SUPPORTED [INFO] [1608098530.478972100] [rviz2]: OpenGl version: 4.6 (GLSL 4.6) [INFO] [1608098530.515230500] [rviz2]: Stereo is NOT SUPPORTED [ERROR] [1608098530.516320200] [pluginlib.ClassLoader]: Could not find package...

Windows