Open WingRS opened 2 years ago
@WingRS Could you explain why would you want to convert sdf files to urdf?
I believe SDFs are something that derived from urdfs, that provide more advanced syntaxes and functionalities.
Your log simply shows that the urdf files that you have created are not valid and you would need to debug why the sensor data is not reaching the firmware
The thing is, I am using a macro for some other projects, and we have developed a set of macros. I haven't had a big issue with the SDF to pdf conversion, but this one is quite annoying; in SDF, it seems to work perfectly.
@WingRS This is expected, as certain syntaxes of sdf cannot translate directly to a urdf and hence a xacro.
For this reason, we have switched to using jinja templates rather than xacros for sdf generation
Hi, I've tried to convert the sdf to urdf for attaching some of the gazebo plugins to the model and have faced a couple of problems. The main is that the px4 refuses to take off due to EKF switching from GPS to baro and then back and an issue with the accelerometer. The model is here https://pastebin.com/fTPXN6bA. The log of pixhawk during the start
I've been trying to change the model, but so far no luck. The gazebo gps plugin seems to be working and publishing the data ('ve printed some logs), but
/mavros/global_position/global
is empty.