I tried running the px4 sitl on gazebo with mavros and encountered this issue:
error loading <rosparam> tag:
file /home/catkin_ws/src/mavros/mavros/launch/px4_config.yaml contains invalid YAML:
could not determine a constructor for the tag '!degrees'
in "<string>", line 63, column 27:
angular_velocity_stdev: !degrees 0.02
^
XML is <rosparam command="load" file="$(arg config_yaml)"/>
The traceback for the exception was written to the log file
I have previous tried running the multi uav simulation and had no trouble with it. Recently I had to create a fresh installation on a new computer and I am having trouble running mavros and px4 sitl together. How should I rectify this issue?
Any help is appreciated. Thanks in advance.
I tried running the px4 sitl on gazebo with mavros and encountered this issue:
I have previous tried running the multi uav simulation and had no trouble with it. Recently I had to create a fresh installation on a new computer and I am having trouble running mavros and px4 sitl together. How should I rectify this issue?
Any help is appreciated. Thanks in advance.