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

Path to rviz config is wrong #3

Closed
mathias-luedtke opened this issue Jun 18, 2013 · 0 comments
Closed

Path to rviz config is wrong #3

mathias-luedtke opened this issue Jun 18, 2013 · 0 comments
Assignees

Comments

@mathias-luedtke
Copy link

Since the files were moved into a subdirectory path to the RVIZ config file has to be changed accordingly.
In xacrodisplay.launch and display.launch the RVIZ node invocation line

<node name="rviz" pkg="rviz" type="rviz" args="-d $(find urdf_tutorial)/urdf.rviz" />

has to be updated to

<node name="rviz" pkg="rviz" type="rviz" args="-d $(find urdf_tutorial)/urdf_tutorial/urdf.rviz" />
@ghost ghost assigned isucan Jun 18, 2013
@isucan isucan closed this as completed in ed3ff2c Jun 18, 2013
gavanderhoorn added a commit to gavanderhoorn/urdf_tutorial that referenced this issue Dec 13, 2013
Seems xacrodisplay.launch was already fixed, but somehow display.launch was not updated. See ros#3.
gavanderhoorn added a commit to gavanderhoorn/urdf_tutorial that referenced this issue Dec 13, 2013
Seems xacrodisplay.launch was already fixed, but somehow display.launch was not updated. See ros#3.
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