Skip to content
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

How to get the goal state of Rviz by programming? #55

Closed
LMNcnu opened this issue Jan 3, 2017 · 4 comments
Closed

How to get the goal state of Rviz by programming? #55

LMNcnu opened this issue Jan 3, 2017 · 4 comments

Comments

@LMNcnu
Copy link

LMNcnu commented Jan 3, 2017

In the Rviz, I drag the marker on an arm of robot, then the orange color represent the goal state. How to get the goal state of Rviz by programming?
image

@davetcoleman
Copy link
Member

Create your own interactive markers and connect to an IK solver using custom code. Or use my pre-made version available in moveit_visual_tools

@LMNcnu
Copy link
Author

LMNcnu commented Jan 5, 2017

Hi,I want to get the orange arm's state(just every joint's angle), could you tell me?
Because the orange's arm is goal state ,is not current state. So I can't get the state by move_group.getCurrentState().

@davetcoleman
Copy link
Member

You will need to create your own solution (see above comment of mine) because the GUI you are referring to is not intended to be used along with custom code.

@LMNcnu
Copy link
Author

LMNcnu commented Jan 9, 2017

OK,thanks

davetcoleman pushed a commit that referenced this issue May 15, 2018
* adding moveit visual tools prompt as breakpoints

* minor fixup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants