-
Notifications
You must be signed in to change notification settings - Fork 1k
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
mavros failed to convert rostopic to mavlink #2012
Comments
ROS1 and ROS2 has quite different communication layer. In ROS2 there a Router, which expose topics for UAS (to/from), and a UAS (with bunch of the plugins), which talks to the Router. ROS1 do not have router, and UAS talks directly to MAVConn, so you do not have access to the bus. To/from may only be used by external gcs bridge (from extras), or if you need direct mavlink communication to the FCU. |
@vooon tks for quick reply! |
This question solved without any changes, maybe I fegot to save my operations and led to this problem. |
This is only bug and feature tracker, please use it
to report bugs or request features.
Issue details
\for ROS1 noetic, FCU to mavros is of which is shown in
rostopic echo /mavlink/from
, and I can also echo topics like IMU data. THen I published some topics likemavros/setpoint_raw/attitude
and tried to send command to FCU, this topic can also seen byrostopic echo
and is correct. Butrostopic echo /mavlink/to
has no data, which means no data from mavros to FCUWhat's strange is the same option in ROS2 jazzy, all things are ok
Masters please help me
MAVROS version and platform
Mavros: ?0.18.4?
ROS: noetic
Ubuntu: 20.04
Autopilot type and version
[ ] ArduPilot
[ ] PX4
Version: ?3.7.1?
Node logs
Diagnostics
place here result of:
rostopic echo -n1 /diagnostics
rosrun mavros checkid
The text was updated successfully, but these errors were encountered: