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

epos_hardware list_devices throws Bad Parameter errors for port names and interface names #30

Open
ahkub opened this issue Oct 15, 2023 · 0 comments

Comments

@ahkub
Copy link

ahkub commented Oct 15, 2023

Hi,
I'm running ROS Noetic on Ubuntu 20.04.6 LTS. I git cloned https://github.com/RIVeR-Lab/epos_hardware.git. Then I fixed hardware.h, as described in "error: ‘scoped_ptr’ in namespace ‘boost’ does not name a template type #7" in the Issues section. Then I ran catkin_make. I did the sourcing "source devel/setup.bash".
"lsusb" shows my FTDI USB-to-COM adapter
"dmesg | grep FTDI" shows the adapter, too
I fixed the USB permission issue, as described here "https://answers.ros.org/question/216315/help-using-epos_hardware/ "
Now: when I run "rosrun epos_hardware list_devices", I see this:


Listing Devices:
EPOS2
MAXON SERIAL V2
USB
Could not get port names: Bad Parameter
MAXON_RS232
RS232
Skipping RS232
CANopen
Could not get interface names: Bad Parameter
EPOS
MAXON_RS232
RS232
Skipping RS232
CANopen
Could not get interface names: Bad Parameter


I have spent hours on trying to solve this. Would anyone have a good idea how to fix this issue?
Much appreciated.

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

No branches or pull requests

1 participant