-
Notifications
You must be signed in to change notification settings - Fork 32
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
RViz interface: virtual occlusions & pointing buttons #32
RViz interface: virtual occlusions & pointing buttons #32
Conversation
…ode instead of full robot
…tion into awesome_control
Do you know if Dave has already released RViz with the changes, or is planning to do it in the very near future? |
Dave asked me to take care of hooking up the buttons to the actual
|
'Dave' usually refers to Dave Hershberger. Will talk to him about my pull request and will make sure to do a release this week. |
pr2_marker_control: make base_link clickable again
Switched entire pipeline to new Shape message
tagged version 0.7.2
RViz interface: virtual occlusions & pointing buttons
@mateiciocarlie @jon-weisz
Adds RViz part of #30 and a virtual "invisible robot" that occludes interactive markers etc. in the first-person view. Also, there are now two pr2_marker_control nodes, the old one for the web interface and a new one that only overlays transparent controls over the robot model in rviz.
There will be three new buttons which simply publish a PointStamped when you click on something, their backend functionality still needs to be connected.
Requires some unmerged API changes to RViz core, so use together with https://github.com/dgossow/rviz/tree/all_merged