-
Notifications
You must be signed in to change notification settings - Fork 35
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
Not working.. #24
Comments
Did you publish the message? $ ros2 topic pub /ff_target ros_g29_force_feedback/msg/ForceFeedback "{header: {stamp: {sec: 0, nanosec: 0}, frame_id: ''}, position: 0.3, torque: 0.5}" If it doesn't work even after publishing ros topic, |
Uhmm... It's strange, |
Same here. I am using ROS Humble. The node seems to not load the parameters_file. At least the parameter Setting the values hard coded works, but I don't like it xD Btw.: Thank you for your work, it helps me a lot |
Thank you for the report. |
@btessin By any chance can you show me how did you hardcore the parameters? |
m_device_name = "event17" You may need to comment out
|
Thanks a lot! It is working now |
This is exacly what I did ;-) Sorry for the late reply. |
rosrun ros_g29_force_feedback ros_g29_force_feedback_node --ros-args --params-file catkin_ws/src/ros_g29_force_feedback/config/g29.yaml
ERROR: cannot open device : /dev/input/event14
Already change the event number in .yaml file, but still not working...
The text was updated successfully, but these errors were encountered: