Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Assertion failed due to BinParser #374

Open
mjpatell opened this issue Jun 24, 2020 · 6 comments
Open

Assertion failed due to BinParser #374

mjpatell opened this issue Jun 24, 2020 · 6 comments

Comments

@mjpatell
Copy link

Hello,

I am controlling UR10 robot using ros_control. While launching ur_modern_driver with ros component, I am getting following error from BinParser.

.../ur_modern_driver/bin_parser.h:89: T BinParser::peek() [with T = long unsigned int]: Assertion `buf_pos_ + sizeof(T) <= buf_end_' failed.

I run my urdf and controller configuration in the simulation and it works fine without having any error (universal_robot package). I used same configuration for ur_modern_driver and could not able to launch successfully.

I am using kinetic as ros_distro and same branches from ur_modern_driver and universal_robot.

Is there anything wrong, I configured? or Is anyone facing same problem and solve it?

Thank you.

@gavanderhoorn
Copy link
Member

gavanderhoorn commented Jun 24, 2020

Please tell us which controller series you have.

CB2, CB3 or e-Series?

Also:

I run my urdf and controller configuration in the simulation and it works fine without having any error (universal_robot package).

this is nice, but not something really useful.

There is nothing in the driver which is affected by anything in ur_gazebo.

@mjpatell
Copy link
Author

Hello,

Thank you for prompt reply. I am using CB2 with UR10 robot.

@gavanderhoorn
Copy link
Member

Which system software version?

@mjpatell
Copy link
Author

mjpatell commented Jul 3, 2020

Hello,
That was my mistake as I build workspace with catkin build instead of catkin_make as mention on README.md. Is this a really issue?

@gavanderhoorn
Copy link
Member

gavanderhoorn commented Jul 3, 2020

Hello,
That was my mistake as I build workspace with catkin build instead of catkin_make as mention on README.md. Is this a really issue?

No.

That should not have any effect.

You still haven't told us the system software version.

@ghost
Copy link

ghost commented Nov 20, 2020

Hello,
I am facing the same Issue. I am using a UR5 with a CB1 and Polyscope 1.5.7849 with Ubuntu 16.04 and ros-kinetic.

Is it possible that this has sth to do with ur_msgs, as this package is now included in the new ur_robot_driver and a dependency of ur_modern_driver?

Do you have a Idea where the problem could be?
@ipa-mjp: Did you solve your problem?

Thanks for your help <3

Edit:
The problem has something to do, when you installl the ur_driver before the ur_modern_driver.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants