o3de / ROSConDemo

A robotic fruit picking demo project for O3DE with ROS 2 Gem
Other
63 stars 21 forks source link

ROSConDemo Manipulator/MotorizedJointBus.h file not found #247

Closed arturkamieniecki closed 1 year ago

arturkamieniecki commented 1 year ago

After changes introduced in https://github.com/o3de/o3de-extras/pull/253, ROSConDemo project no longer compiles. The error message show is

/home/artur/O3DE/Projects/ROSConDemo/Project/Gem/Source/Manipulator/KrakenManipulatorController.cpp:10:10: fatal error: 'ROS2/Manipulator/MotorizedJointBus.h' file not found
#include <ROS2/Manipulator/MotorizedJointBus.h>
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
arturkamieniecki commented 1 year ago

Will be resolved with #239.