px4_ros_com icon indicating copy to clipboard operation
px4_ros_com copied to clipboard

ROS2/ROS interface with PX4 through a Fast-RTPS bridge

Results 66 px4_ros_com issues
Sort by recently updated
recently updated
newest added

### Problem I'm trying to make use of the helper functions inside the frame_transforms.cpp file. But when I try to include the header with: ```#include ``` I get the following...

Need some suggestion: I have been using ros1 and mavros for my companys multi uav and companion computer setup with 2.4ghz connection to GCS computer. Until now I have been...

I run the micrortps_agent on a Raspberry Pi and I get the following error when starting the agent: `Error while trying to read serial port configuration` The agent runs fine...

- Specified the QoS profiles in all publishers - Modified timer frequency to be the same as the one reported in https://docs.px4.io/main/en/flight_stack/controller_diagrams.html for position control - Modified `publish_vehicle_command` function for...

I'm trying to build the workspace using the branch `release/1.13`. Everything in the build looks fine, but at the end i get `1 package had stderr output: px4_ros_com` without any...

Hi, while building px4_ros_com on docker, I run into this error output. My ROS2 workspace builds, but when I run " make px4_sitl_rtps gazebo ", I run into the error...

If ROS2 has been built from source, I suspect line 210 and 211 in 'generate_microRTPS_bridge.py' is bound to fail: `fastrtps_version = re.search(r'Version:\s*([\dd.]+)', subprocess.check_output( "dpkg -s ros-" + ros2_distro + "-fastrtps...

The current version of the repository does not contain the compile options and source code of micrortps_agent and cannot compile micrortps_agent.

Ubuntu 22.04, ROS2 humble, PX4 sitl I am using px4_ros_com and px4_msgs to build the the bridge between px4 and ROS2. I enabled the messages that I am interested in...

I want to list all the published topics with the command "ros2 topic list" - but only 2 (default) topics are showing up: ![topics](https://user-images.githubusercontent.com/92642589/199350268-451772f5-9f92-444f-94a7-d52bd45b8b87.png) Connection is also there: ![connection](https://user-images.githubusercontent.com/92642589/199350819-a7b99525-4c99-4b68-bf40-7cecb10d441d.png) I...