ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

it seems that you have not make(Compile) your usarsim_inf package. follow these steps to make the usarsim_inf package:- 1. Go into the usarsim_inf folder using cd command 2. set the environment variable path using this command: export ROS_PACKAGE_PATH=$ROS_PACKAGE_PATH:pwd 3. run the following command: rosmake usarsim_inf

then verify your package is successfully made or not by following command: rospack find usarsim_inf it will show the path of your folder.

it seems that you have not make(Compile) your usarsim_inf package. follow these steps to make the usarsim_inf package:- 1. package:-

  1. Go into the usarsim_inf folder using cd command 2. cd command
  2. set the environment variable path using this command:

    export ROS_PACKAGE_PATH=$ROS_PACKAGE_PATH:pwd

  3. 3.
  4. run the following command:

    rosmake usarsim_inf

    usarsim_inf

then verify your package is successfully made or not by following command:

rospack find usarsim_inf

it will show the path of your folder.folder and then you will be able to use this package.