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

bluetooth library not found - Orin Nano #99

Open
leclair-7 opened this issue Sep 23, 2023 · 2 comments
Open

bluetooth library not found - Orin Nano #99

leclair-7 opened this issue Sep 23, 2023 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@leclair-7
Copy link

I'm following the quickstart section: https://github.com/NVIDIA-ISAAC-ROS/isaac_ros_visual_slam/blob/main/README.md#quickstart and I'm getting an error where it's cmake is not finding the bluetooth library when building the workspace. I verified bluetooth is on in the os settings, toggled bluetooth. The file it's failing on is joystick_drivers/wiimote/CMakeLists.txt.

--- stderr: wiimote                                                                                                                                               
CMake Error at wiimote-extras.cmake:19 (message):
  bluetooth library not found.
Call Stack (most recent call first):
  CMakeLists.txt:18 (include)

I flashed a microSD card with : https://nvidia-ai-iot.github.io/jetson_isaac_ros_visual_slam_tutorial/sdcard.html and booted, verified realsense-viewer runs on a D455.

@leclair-7
Copy link
Author

Fixed the bluetooth issue; looks like the isaac_ros_dev-aarch64 base image should get these added

sudo apt-get install -y libspnav-dev
sudo apt-get install -y libbluetooth-dev
sudo apt-get install -y libcwiid1 libcwiid-dev

@swapnesh-wani-nvidia swapnesh-wani-nvidia self-assigned this Oct 2, 2023
@swapnesh-wani-nvidia swapnesh-wani-nvidia added the enhancement New feature or request label Oct 2, 2023
@swapnesh-wani-nvidia
Copy link

Thank you for the suggestion we will try to add these packages in the future release.

@jaiveersinghNV jaiveersinghNV transferred this issue from NVIDIA-ISAAC-ROS/isaac_ros_visual_slam Oct 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants