
Hello, I'm adapting a project that used Micro-RTPS to the new PX4 XRCE-DDS communication protocols. I used @Jaeyoung-Lim offboard example to solve some issues but other issues linger. The project runs multiple robots each uses PX4 with connection to gazebo and ROS2. I have few questions:
- With micro-RTPS we used a port for each robot, does XRCE-DDS needs the same thing?
-I have this error while the topics are published : [micro-ros-agent-7] Error while starting IPvX agent!. Does it mean it doesn't work?
-
Is there any documentation for the migration to the new PX4, especially the communication part (RTPS->XRCE-DDS)?
-
the node /px4_micro_xrce_dds is not connected to any part of ROS, it only generates the PX4 topics (fmu/in...or fmu/out....). I have publishers and subscribers in python that used to run on rtps, what changes do I need to make?
Thank you,
Hello, I'm adapting a project that used Micro-RTPS to the new PX4 XRCE-DDS communication protocols. I used @Jaeyoung-Lim offboard example to solve some issues but other issues linger. The project runs multiple robots each uses PX4 with connection to gazebo and ROS2. I have few questions:
-I have this error while the topics are published : [micro-ros-agent-7] Error while starting IPvX agent!. Does it mean it doesn't work?
Is there any documentation for the migration to the new PX4, especially the communication part (RTPS->XRCE-DDS)?
the node /px4_micro_xrce_dds is not connected to any part of ROS, it only generates the PX4 topics (fmu/in...or fmu/out....). I have publishers and subscribers in python that used to run on rtps, what changes do I need to make?
Thank you,