Skip to content

Impossible to use feed_forward velocity control alone - Gofa robot #167

Closed Answered by pucciland95
pucciland95 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi everyone!

I managed to solve the problem :)
Apparently, lib_egm, when you initialise the connection, takes as input a configuration object in which one of the elements specifies whether the library sends the velocity or not (use_velocity_outputs). Such attribute, if not specified, is set to false as default.

This means that even if you fill the data that you are going to send to the robot controller with velocity data, they are not actually transmitted to the robot.

Setting the value to true solved my problem.
I hope this will be helpful to someone.

Cheers

Niccolo

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by pucciland95
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant
Converted from issue

This discussion was converted from issue #166 on October 21, 2023 07:19.