Iori Yanokura

Results 19 comments of Iori Yanokura

Sorry for late reply. > I'm happy to send a PR. Please send PR to this repository. Your contribution is welcome!

If you installed ros-indigo-opencv3, please try following steps. ``` mkdir -p ~/ws_opencv_apps/src cd ~/ws_opencv_apps/src cd ~/ws_opencv_apps catkin init cd ~/ws_opencv_apps/src wstool init wstool set --git opencv_apps https://github.com/ros-perception/opencv_apps.git -y rosinstall_generator image_pipeline...

> why you assume @parhartanvir is using opencv3 I have seen a similar error, and I suspected it was the effect of opencv3.

Thank you for pointing out the issue. The newcoords method in CascadedCoords is set to change position relative to the parent link by default. To change coordinates relative to the...

Could you tell me about the specifications of your PC environment?

@brawner I believe this PR could be highly beneficial for all SolidWorks and ROS users. I would appreciate it if you could kindly review it.

Hello, I am the developer of a Python library for robotics called scikit-robot (https://github.com/iory/scikit-robot), and I have been using pyrender for its visualization features. I believe that continuous testing and...

Thank you for the suggestion! That's indeed a valid approach for scenarios where you only want to build a specific subset of ROS2 packages using `colcon`. However, the goal of...