pal-robotics/aruco_ros

no aruco package for ros-melodic

Closed this issue · 3 comments

I tried to install ros-melodic-aruco-ros on ros-melodic, but there're no aruco package.

$ sudo apt-get install ros-melodic-aruco-ros
パッケージリストを読み込んでいます... 完了
依存関係ツリーを作成しています                
状態情報を読み取っています... 完了
E: パッケージ ros-melodic-aruco-ros が見つかりません

Do you have any plans to release for ros-melodic-aruco-ros?

I think you can just download the source and compile it. use 'catkin make install'

thanks, I got installed.

cd catkin_src/src
git clone https://github.com/pal-robotics/aruco_ros
cd ..
catkin make install

Do you know how to release as an apt-get package?
I'd like to make the install process easier...

Requested release in ros/rosdistro#26584