Yuki Furuta

Results 46 comments of Yuki Furuta

I'm using Raspberry pi 4, Jetson Xavier and TX2 for the real hardware. ``` $ apt-key adv --keyserver keys.gnupg.net --recv-key F6E65AC044F831AC80A06380C8B3A55A6F3EFCDE || apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-key F6E65AC044F831AC80A06380C8B3A55A6F3EFCDE $ add-apt-repository...

Thank you for the instruction. So my question is, there **is** released packages in the `https://librealsense.intel.com/Debian/apt-repo` repo for bionic / arm64 which is not supported according to the instructions. Do...

Thanks for sharing the information. I know how to install the packages using apt-get install, I'd like to ask maintainers of the apt repository of this library (maybe @dorodnic ?...

> do you wish the X86/AMD64 packages in the Linux distribution instructions to work with Arm devices too? @MartyG-RealSense Yes. Currently, we can install the library following the Linux distribution...

@MartyG-RealSense @dorodnic Kindly ping to maintainers...

@MartyG-RealSense Any update on this issue? It has passed about one month since the last update...

Thank you for the fix! You're totally right!

I reproduced the same error on my environment (focal, noetic, catkin_tools==0.5.0 && 0.6.1). And I also found that with install space enabled, if you run `catkin build` again after `catkin...

@timonegk Thank you for your comment. I successfully created a docker environment to reproduce the error. Please check the repository (details on README.md) https://github.com/furushchev/check_catkin_tools In README.md of the repository above:...

@timonegk Thank you for the fix! I also confirmed that `setup.bash` and other stuff that is required for ROS functionality is generated even after removing `install` workspace and re-building all...