RoboStack / ros-noetic

vinca configuration files for ros-noetic
https://robostack.github.io
464 stars 73 forks source link

Build ros-noetic-openni2-camera package / Would directly adding package on the src folder compile? #200

Open Mechazo11 opened 2 years ago

Mechazo11 commented 2 years ago

Dear RoboStack developers,

Is there any tutorial that teaches the community how to add new packages to RobotStack? I am working on a robot localization project using the Asus Xiton Pro live camera which if I am not mistaken requires the ros-noetic-openni2-camera. As of writing this post, this package appears to be yet build and compiled for the RobotStack project.

On a related note, if we add the ros-noetic-openni2-camera directly a catkin workspace's src folder, would that work with RobotStack?

With best regards, Mechazo11

adamconkey commented 2 years ago

I also have this issue. ros-noetic-openni2-launch is built but it doesn't seem you can do much with it without ros-noetic-openni2-camera.

adamconkey commented 2 years ago

It is however easy to build it yourself. I just checked out the repo https://github.com/ros-drivers/openni2_camera.git and did a catkin build and was able to use it no problem.

Tobias-Fischer commented 7 months ago

As @adamconkey said, it's easy to build locally - it will be really hard to do in CI.