Skip to content
This repository was archived by the owner on Dec 2, 2021. It is now read-only.
This repository was archived by the owner on Dec 2, 2021. It is now read-only.

Avoid Bashrc exports #8

@yycho0108

Description

@yycho0108

We can probably make everyone's lives easier by simply adding to the export tag in pr2_robot/package.xml:

<run_depend>gazebo_ros</run_depend>
<export>
<gazebo_ros gazebo_model_path="${prefix}/models"/>
</export>

This way all you need to do is catkin_make or catkin build and no one needs to remember to modify the .bashrc file.

As we all know, this export path can be verified as follows:

rospack plugins --attrib gazebo_model_path gazebo_ros

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions