ros-perception / openslam_gmapping

218 stars 206 forks source link

Problem with installation #6

Closed amermelao closed 10 years ago

amermelao commented 10 years ago

hi there,

I'm using ros hydro and after I install the package (using a catking ws and catkin_make, because rosmake doesn't find the package) and tried to run it, it does not apear to be installed. Should I use ros groovy instead? The way i'm doing it is wrong? Any suggestions?

Greatings

wjwwood commented 10 years ago

Unfortunately there isn't enough information here for me to help you. I need to know things like:

amermelao commented 10 years ago
wjwwood commented 10 years ago

@amermelao you will have to source the resulting setup.bash (or setup.zsh) file before the nodes and launch files installed by openslam_gmapping are usable. Are you able to rosrun things once you source the setup file?

The setup files will be located in the installation directory, if you are using a catkin_workspace, then it will be the install folder at the root of the workspace.

amermelao commented 10 years ago

i source the setup.bash and it worked, thanks.