Search found 4 matches

by Miguel M.
Tue Apr 04, 2017 1:32 am
Forum: Developer's Forum for UNIX and Linux
Topic: SpaceNavigator (ButtonPressEvent, ReleaseEvent, etc)
Replies: 6
Views: 65192

Re: SpaceNavigator (ButtonPressEvent, ReleaseEvent, etc)

Yes, the values have to be scaled according to minimum/maximum accepted values of the robot, that I have already taken into account. I do handle the button presses inside my app through the state machine provided, and since this function doesn't seem to work, I might have to do a workaround with an ...
by Miguel M.
Tue Mar 21, 2017 4:23 am
Forum: Developer's Forum for UNIX and Linux
Topic: SpaceNavigator (ButtonPressEvent, ReleaseEvent, etc)
Replies: 6
Views: 65192

Re: SpaceNavigator (ButtonPressEvent, ReleaseEvent, etc)

Hi, I'm having a bit of a problem now. I want to control the mouse sensitivity so that I can control the robot more smoothly. I'm configuring one of the buttons with the possibility of activating a mode where rotating the knob will increase / decrease the sensitivity. I'm rescaling the values of cou...
by Miguel M.
Tue Mar 07, 2017 10:35 am
Forum: Developer's Forum for UNIX and Linux
Topic: SpaceNavigator (ButtonPressEvent, ReleaseEvent, etc)
Replies: 6
Views: 65192

Re: SpaceNavigator (ButtonPressEvent, ReleaseEvent, etc)

Hi jwick, Thanks for getting back to me so quickly. Indeed, the buttons do work. They effectively enable/disable both translation and rotation as wished. There is a possibility that they have been configured to be used for something else. That's something you should see in a GUI Thanks for pointing ...
by Miguel M.
Mon Mar 06, 2017 7:29 am
Forum: Developer's Forum for UNIX and Linux
Topic: SpaceNavigator (ButtonPressEvent, ReleaseEvent, etc)
Replies: 6
Views: 65192

SpaceNavigator (ButtonPressEvent, ReleaseEvent, etc)

Hi, I'm currently using a SpaceNavigator for Notebooks with the task of controlling a 6DOF robot. I've successfully done it, yet there's still some issues. The xapp example was very helpful for me, although there's something I don't understand. Testing it, I noticed that the cases MagellanInputButto...