-
Notifications
You must be signed in to change notification settings - Fork 13.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unsupported FCU gazebo #12038
Comments
Hi, everything you have done seems correct. Could you please check that all the paths you have set are correct? |
@mrivi Running All the paths in .bashrc seems to be correct, as here: https://dev.px4.io/en/simulation/ros_interface.html My tree: /catkin_ws/src/Firmware /catkin_ws/src/mavros /catkin_ws/src/mavlink /catkin_ws/src/my_package I make it through catkin_make_isolated.
|
But then the fcu_url is: FCU URL: /dev/ttyACM0:57600
…On Sat, 18 May 2019 at 17:10, Martina Rivizzigno ***@***.***> wrote:
Try not to specify the fcu_url when you launch mavros. The default in the
launch script works fine.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#12038>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AFC7O3T5FICELRXAPU6ISSTPWATA3ANCNFSM4HNYKQCA>
.
|
@mrsiekierka Your |
@mrsiekierka I was referring to Could you please also check that this folder |
@mrivi @Jaeyoung-Lim Thank you for helping out with this issue. I actually had sources set it up in .bashrc script what didn't work. Even though when sources where pointing at the right directories etc... So @mrivi suggestion was right! In terms of having it in catkin_ws - that's right, I moved it after I had previous issues, shouldn't have done that probably. That's a script .sh which launches everything correctly (instead of .bashrc).
Thanks again! |
I met this problem when I use Jetson Xavier do the Mavros Controller simulation part. Still working on it. I run make px4_sitl_default gazebo and roslaunch mavros px4.launch fcu_url:="udp://:14540@127.0.0.1:14557" in two seperate terminal and there seem to be no problem. Also when I run roslaunch px4 mavros_posix_sitl.launch I got no error. But when I run roslaunch geometric_controller sitl_trajectory_track_circle.launch I get the Unsupported FCU error. BTW, could you explain that why the Firmware should be in a catkin_ws? |
Hello,
I had this setup running yesterday but after returning to it I am facing the following issues:
make px4_stil_default gazebo
and then:
roslaunch px4 mavros_posix_sitl.launch
In launch file:
<arg name="fcu_url" default="udp://:14540@localhost:14557"/>
.bashrc:
source ~/catkin_ws/devel_isolated/setup.bash ~/catkin_ws/src/Firmware/Tools/setup_gazebo.bash ~/catkin_ws/src/Firmware ~/catkin_ws/src/Firmware/build/px4_sitl_default export ROS_PACKAGE_PATH=$ROS_PACKAGE_PATH:~/catkin_ws/src/Firmware export ROS_PACKAGE_PATH=$ROS_PACKAGE_PATH:~/catkin_ws/src/Firmware/Tools/sitl_gazebo
Topic /mavros/status tells me that the FCU is not connected.
MODE: Unsupported FCU comes up when I try to set an offboard mode.
Output:
Edited by @julianoes for ``` around output.
The text was updated successfully, but these errors were encountered: