PX4 / px4_ros_com

ROS2/ROS interface with PX4 through a Fast-RTPS bridge
http://px4.io
BSD 3-Clause "New" or "Revised" License
143 stars 167 forks source link

Build Error with px4_ros_com #172

Open choi-joon opened 1 year ago

choi-joon commented 1 year ago
Screen Shot 2022-12-06 at 8 14 17 PM

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 " make: *** No rule to make target 'px4_sitl_rtps'. Stop. ". What would be the solution to this issue? I am very desperate, so any help or bits of information would be very much appreciated. Thank you in advance.

julianoes commented 1 year ago

The command is now:

make px4_sitl gazebo_iris

And it starts the fastdds_client automatically.