ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

I have encountered problem when installing phidget

asked 2017-09-28 01:58:29 -0500

gambit gravatar image

updated 2017-10-02 20:07:02 -0500

I have followed the step given by ros wiki. Everything was alright until to set up the udev rules for the phidgets usb devices. After enter [sh src/phidgets_drivers/phidgets_api/share/setup-udev.sh], I have the following error,

cp: cannot stat ‘udev/99-phidgets.rules’: No such file or directory
Phidgets udev rules file has been copied to /etc/udev/rules.d/

Any kind soul can render help to solve this issue.

edit retag flag offensive close merge delete

1 Answer

Sort by » oldest newest most voted
0

answered 2017-10-02 03:48:43 -0500

tfoote gravatar image

The script makes an assumption about the location of the rules in relation to the working directory. https://github.com/ros-drivers/phidge...

I'd suggest trying:

cd src/phidgets_drivers/phidgets_api/share/ && sh setup-udev.sh

edit flag offensive delete link more

Comments

Thank you so much. This command has cleared. but I cant find the launch file for high speed encoder. Is there a pre-set launch file or I have to manually create a new launch file?

gambit gravatar image gambit  ( 2017-10-02 05:20:08 -0500 )edit

That's a new question. Please accept this answer and ask it as a new question and make sure to include more information. This doesn't currently have enough information for me to understand what you want to do: http://wiki.ros.org/Support

tfoote gravatar image tfoote  ( 2017-10-02 12:20:27 -0500 )edit

Also a PR to fix the documentation I'm sure would be appreciated by the maintainers.

tfoote gravatar image tfoote  ( 2017-10-02 12:20:57 -0500 )edit

Thank you tfoote. My question has been answered.

gambit gravatar image gambit  ( 2017-10-02 20:06:26 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2017-09-28 01:58:29 -0500

Seen: 281 times

Last updated: Oct 02 '17