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

Installation #66

Closed
pcoenen opened this issue Nov 26, 2018 · 2 comments
Closed

Installation #66

pcoenen opened this issue Nov 26, 2018 · 2 comments

Comments

@pcoenen
Copy link

pcoenen commented Nov 26, 2018

Hello,

I guess this a ar_track_alvar repo for ros melodic?

Is there somebody that can explain me how to install this on ros melodic ? Or is there a manual somewhere ?

@alecGraves
Copy link

you can git clone the repository into your catkin workspace/src, and then you can build it with catkin make.
e.g.

cd catkin_ws/src
git clone https://github.com/ros-perception/ar_track_alvar.git
cd ..
catkin_make
source devel/setup.bash

Then you should be able to use the package like normal.

@alecGraves
Copy link

On ubuntu, you may be able to install with the following:

sudo apt-get install ros-melodic-ar-track-alvar

@pcoenen pcoenen closed this as completed Jan 6, 2020
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