-
Notifications
You must be signed in to change notification settings - Fork 208
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
files for rviz tutorial #664
Conversation
To test: try the tutorial |
😆 |
Looks like this uncovers another missing dependency we should add to the installation instructions:
Resolved by:
|
@j-herman Thanks for putting this together. It seems to be working for me, but I'm getting one unexpected behavior, which is that if I teleop the WAM-V it drives off the Rviz display. Previously, my memory is that the Rviz display remained centered on the WAM-V.
|
That is an easy fix - if you prefer that behavior I will just change the fixed frame for the view. I actually was playing with both options and we could leave them both in as a demo of that parameter. |
I put this in the RViz tutorial instead of the general install since we only need it here |
@caguero Tagging for a quick look to see if we could pass some of the wamv arguments (specifically, ground_truth_enabled) from the command line when running the competition.launch script |
|
Tagging this issue which captures the not-quite-ideal behavior in this demo. Still better than not having one, I think. |
I see the behavior you describe, but I'm on the fence about whether we should merge this. My biggest concern is that running the commands shown in the tutorial does not produce a display that looks like what we are showing it should look like in the tutorial. Maybe we could merge this and put a note on the tutorial saying it doesn't actually work? Or we could try to fix those transform frames. My guess is that they are the result of variable arguments for prefixes being inconsistently applied in our code--not great but I would hope not too hard to track down and resolve. |
Closing - obsolete due to merging of PR698 |
This will add a launch file and RViz config file to work with the new tutorial.
Work still to go: add a truth-data odometry publisher so the vehicle will move in RViz for testing and visualization purposes. The convenient ways to do this in Gazebo classic are no longer available so I'll have to write something up.