-
Notifications
You must be signed in to change notification settings - Fork 18
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
use sample.launch as default demo program #23
Conversation
7eaeebd
to
06e3086
Compare
06e3086
to
7f085ef
Compare
LGTM except one this: I still want RViz node to be in a root launch file knowing that end users don't even want to bother writing their own launch files. |
This is the use case;
So If we put rviz node within driver.launch, you will start two rviz not one comes from driver.launch and another comes from your own launch file for your robot. |
I agree with the usecase. Only thing I care is that end users may not even want to write launch files as much as possible. Tasks like e.g passing .rviz file are a simple for experienced users, but not for majority of users. That's why I included RViz node in run/driver.launch (, which is made as an option, not mandatory. Please see k-okada#1). |
what do you mean by "end users", if you're running robot, you do not have ◉ Kei Okada On Wed, Mar 9, 2016 at 2:35 AM, Isaac I.Y. Saito notifications@github.com
|
* (Only tested on) Ubuntu 12.04 and 14.04 64bit. | ||
* ROS Hydro or Indigo needs to be installed. | ||
* (Only tested on) Ubuntu 14.04 64bit. | ||
* ROS Indigo needs to be installed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we don't need to remove already-tested platform from the document.
プログラムを実行する人を指したつもりです.
That example makes sense to me. +1. Merging. |
also renamed run.launch -> driver.launch, not sure if this breaks someone useig this...
This Closes #22