You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How can we use the goals to end the environment?
I have a robot that is able to move into the goal region with epsilon given.
However, the environment does not terminate / the done boolean does not seem to update.
Furthermore, how can we define more complex goals, for instance where a manipulator has to be in a specific state.
Now it only seems to accept x,y,z coordinates.
Is there some documentation on how to define the goal / multiple goals?
Kind regards,
Caspar
The text was updated successfully, but these errors were encountered:
That is a correct observation. In order to be able to terminate, it is necessary to have access to a forward kinematics function, which is hard to have. The other option is to check the state of the specified link directly in bullet.
Hi,
How can we use the goals to end the environment?
I have a robot that is able to move into the goal region with epsilon given.
However, the environment does not terminate / the done boolean does not seem to update.
Furthermore, how can we define more complex goals, for instance where a manipulator has to be in a specific state.
Now it only seems to accept x,y,z coordinates.
Is there some documentation on how to define the goal / multiple goals?
Kind regards,
Caspar
The text was updated successfully, but these errors were encountered: