Need help getting set up #45
-
Hello, ER: broadcast request timeout, retries left 4
[mavros_node-1] [WARN] [1688668288.372672914] [mavros.sys]: VER: broadcast request timeout, retries left 3
[mavros_node-1] [WARN] [1688668289.373849672] [mavros.sys]: VER: unicast request timeout, retries left 2
[mavros_node-1] [WARN] [1688668290.372700514] [mavros.sys]: VER: unicast request timeout, retries left 1
[mavros_node-1] [WARN] [1688668291.373079567] [mavros.sys]: VER: unicast request timeout, retries left 0
[mavros_node-1] [WARN] [1688668292.373835544] [mavros.sys]: VER: your FCU don't support AUTOPILOT_VERSION, switched to default capabilities I am also getting a lot of plugins ignored so maybe that is related to this but, I am unsure why this is and I am looking into it, just curious if you might know what is going on. Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 28 replies
-
Thanks for checking the project out @ssicari! I apologize for the lack of documentation. I haven't created an official release yet, so things are a bit unstable at the moment. With regard to the installation documentation, that is not in a completed state (see #34) and I anticipate that the issues that you are experiencing are related to that. What development environment are you using? Also what GPU drivers are you using? You may have more success with the docker environment which is set up to support usage as a dev container. That is the main environment that I have used for testing and development. |
Beta Was this translation helpful? Give feedback.
-
The additional drivers section is completely empty for me. I installed xserver-xorg-intel earlier and it says on the terminal it was installed. I can get you the output of that command either later tonight or early tomorrow morning. Thank you!On Jul 13, 2023, at 15:49, Evan Palmer ***@***.***> wrote:
When you open the "Additional Drivers" application in Ubuntu, do you have the "X.Org X server" driver selected? This should look something similar to the following:
Also, could you share the output of the following command (this will display the driver loaded):
sudo lshw -c video | grep driver
In my case, the output of the above is as follows:
configuration: depth=32 driver=nouveau latency=0 resolution=1920,1080
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Hello,I’m going to be unavailable til Wednesday so unfortunately I can’t share the log file until I get back. I will share it as soon as I get back and go from there. I apologize for the inconvenience and appreciate the help!Thank youOn Jul 16, 2023, at 20:35, Evan Palmer ***@***.***> wrote:
Oh interesting. That's the same driver that I am using on my laptop. I'll do some debugging on there. In the meantime, would you be willing to share the VSCode log when dev container launch fails? After it fails, it will give you the option to open the devcontainer.json file locally. Select that option, then the log file of interest should open automatically
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
That's no problem at all! I appreciate your patience. I am sorry that this has been painful! |
Beta Was this translation helpful? Give feedback.
-
I also forgot to ask this earlier, what command did you use to launch the system? That original error that you got with your native install can happen if ArduSub isn't available. ArduSub is only launched when the simulation is also launched:
|
Beta Was this translation helpful? Give feedback.
-
I'm writing this as a separate comment for future readers, the error seen in this initial comment is caused when MAVROS is unable to establish a connection with ArduSub. This can happen for a number of reasons, but in this particular case, the command ros2 launch blue_bringup bluerov2_heavy.launch.py does not launch ArduSub. At the time of writing, ArduSub is launched only when the Gazebo SITL interface is started: ros2 launch blue_bringup bluerov2_heavy.launch.py use_sim:=true I have opened #51 to improve the documentation regarding this. |
Beta Was this translation helpful? Give feedback.
I'm writing this as a separate comment for future readers, the error seen in this initial comment is caused when MAVROS is unable to establish a connection with ArduSub. This can happen for a number of reasons, but in this particular case, the command
does not launch ArduSub. At the time of writing, ArduSub is launched only when the Gazebo SITL interface is started:
I have opened #51 to improve the documentation regarding this.