You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to take PX4 uorb topics coming in on DDS and publish them to standard ROS2 topics. Here is a non exhaustive list of some of the corresponding messages.
In the FoxgloveTest branch I'm creating a node that converts PX4 topics to ROS2 topics. Just like the master branch but requires you to run foxglove.py. You can then visualize those topics transformations in foxglove.
We want to take PX4 uorb topics coming in on DDS and publish them to standard ROS2 topics. Here is a non exhaustive list of some of the corresponding messages.
@dagar
https://github.com/ros2/common_interfaces/tree/humble
https://github.com/PX4/PX4-Autopilot/tree/main/msg
DebugArray.msg -> DiagnosticArray.msg
DebugValue.msg -> DiagnosticStatus.msg
VehicleAcceleration.msg -> Accel.msg
BatteryStatus.msg -> BatteryState.msg
VehicleImu.msg -> Imu.msg
VehicleMagnetometer.msg -> MagneticField.msg
vehicle_gps_position(SensorGps.msg) -> NavSatFix.msg
vehicle_gps_position(SensorGps.msg) -> NavSatStatus.msg ?
vehicle_gps_position(SensorGps.msg) -> TimeReference.msg ?
DistanceSensor.msg -> Range.msg
SensorHygrometer.msg -> RelativeHumidity.msg ?
VehicleAirData.msg -> Temperature.msg
The text was updated successfully, but these errors were encountered: