Closed Qualot closed 10 months ago
Hi, thanks for reporting this issue. The first things you need to do is to decode the error frame and the emergency frame (EMCY). The documentation I wrote and official maxon firmware documentation should help you with that. Please post what you found here. If according to the other post the issue comes from the ROS side, I'll try to dig to find out where the problem comes from.
Hi @Roboprotos Thanks for the reply. OK, I would investigate the frame especially
[ERROR] [1700117857.975236097]: EMCY received: 84#1186800000000000
and whether the same frame appears in our case.
Hi @Roboprotos
Happy new year and thank you for your suggestions. I referred the documents you introduced. After several trials, I found that most EMCY packets were actually "0x738A: Hall angle detection error", which appears due to the disorders around Hall sensor and encoder. https://www.maxongroup.co.jp/medias/sys_master/root/8994700591134/EPOS4-Firmware-Specification-En.pdf#G9.2423498
I assume that they were due to noisy output of potentiometer during the homing process now. Further investigation using $candump would be required, but I do not think that the problem comes from ROS side. Therefore, the issue would be closed for a moment. Please let me repost when I encounter the further issue regarding the package.
Many thanks!
Thank you for the handy packages! Our group made a robot manipulator with four EPOS4-EC Flat 90 combinations, and the boot sequence sometimes encounters the "internal limit active" error/warning messages. If the issue is suitable for other forums such as maxon official forum, please let me know.
The booting sequence is composed of the following procedures.
When 3. succeeded without any errors, the robot basically moves successfully. However, we often have the following messages which makes the servo unavailable. Roughly speaking, when the robot link touches the joint limit, we have the message more often. What does the message "Internal limit active" mean?
Lastly, I happened to see the similar problem here, https://robotics.stackexchange.com/questions/105356/ros-canopen-and-epos4-internal-limit-active so please let me know if my issue is an inappropriate cross-posting. In that case, I would withdraw the issue. Sorry for such a long message.