Mikel Bueno Viso

Results 6 comments of Mikel Bueno Viso

Hi @UK-Roy, ```sh ModuleNotFoundError: No module named 'ros2_data.ros2_data_s__rosidl_typesupport_c' ``` This error is related to the ros2_data ROS2 Package, which may not be correctly installed (compiled) in your machine. Could you...

Hi @UK-Roy, The ros2_data package is part of the ros2_RobotSimulation bundle (you should have it installed already). I would try to re-install it, by simply doing: 1. Remove the ros2_data...

Hi @UK-Roy, In the second picture you've shared there's a "No module named rclpy._rclpy" message, which I believe is generated because your ROS2 is not installed properly. rclpy is the...

Hi @isanmn, It seems like the move_group_interface_improved.h file you have copied is not correct. I believe you could have copied the humble-version file into ROS2 Foxy and vice-versa (do keep...

Hi @stephanie-eng, Any update on this? Thank you very much in advance. Best regards, Mikel

Hi @hoedwin, Unfortunately, I couldn't find a way of implementing sequence execution using . However, I have designed and implemented my own way of executing static programs (sequences) using the...