-
Notifications
You must be signed in to change notification settings - Fork 1k
I can't see the mavros topic on wifi #1999
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
Comments
Hi @yuan-0816, this does not seem to be a mavros-specific problem. It's worth investigating if you can |
Yes, I can publish the MAVROS topics by running |
try this command
i solve this problem by it,but i do not konw exactly how it work. as far as i know, this command means open all the date stream, rate is 100hz |
@Cecilia2005 謝了老哥 我等等試試 你最帥了 |
Issue details
I am using a Raspberry Pi 4 connected to an Ardupilot Pixhawk 6C, and I use MAVROS to start it.
When I run ros2 topic list on the Raspberry Pi, I can see the topics being published.
However, when I run ros2 topic list on another computer (OS is ubuntu 22.04) on the same WiFi network, I can't see the topics.
MAVROS version and platform
Mavros: 2.8.0
ROS: Humble
Ubuntu: 22.04
Autopilot type and version
[ x ] ArduPilot
[ ] PX4
Version: ArduCopter V4.5.3
Node logs
flight_prepare.launch.py
I can see topic on raspberry pi,
ros2 topic list
But I use the another computer can't see it,
ros2 topic list
I check the ROS_DOMAIN_ID before, the two computer's ROS_DOMAIN_ID=1
The text was updated successfully, but these errors were encountered: