WPI-AIM / ros_falcon

ROS Interface for Novint Falcon
8 stars 12 forks source link

Reducing Controller Vibrations #15

Closed dChaisumdet closed 1 year ago

dChaisumdet commented 1 year ago

I was able to successfully send forces to the falcon through the /falconForce topic but pushing causes the device to vibrate. Is there a smarter way of publishing a force but without the vibrations?

poseFalcon= callBackMsg.axes;

if(poseFalcon.at(0)<=0) { forces.X = 5; falconForcePub_.publish(forces); }