Coder Social home page Coder Social logo

crawlerbot3dnav's Introduction

Crawler Robot Project

Overview

This repository contains the software for a crawler robot designed to navigate uneven terrain. The robot is equipped with tank-like wheels, two motors (left and right), a Livox MID-360 3D LiDAR, and an RGBD RealSense D455 camera. It is controlled remotely via wireless remote and records sensor measurements for later processing, with the goal of achieving future autonomous navigation.

Getting Started

  1. Clone the repository:

    git clone https://github.com/anh0001/CrawlerBot3DNav.git
    cd CrawlerBot3DNav
  2. Setup the environment:

    • Ensure you have ROS installed. Follow the instructions on the ROS installation page.
    • Source the cmds.sh script and perform the setup:
      source cmds.sh
      ./cmds.sh setup

Contributing

Contributions are welcome! Please fork this repository and submit pull requests for any improvements or bug fixes.

License

This project is licensed under the MIT License - see the LICENSE file for details.

crawlerbot3dnav's People

Contributors

anh0001 avatar

Watchers

 avatar

crawlerbot3dnav's Issues

Unable to Get Output from realsense-ros in ROS1 Noetic on Ubuntu 20

Description

I have installed realsense-ros for ROS1 on Noetic (Ubuntu 20). When I run my custom launch file, I do not get the expected output. Below is the log from the launch:

Log Output

setting /run_id to ec670776-3cec-11ef-b602-1f438ab1d98b
process[rosout-1]: started with pid [22938]
started core service [/rosout]
process[camera/realsense2_camera_manager-2]: started with pid [22945]
process[camera/realsense2_camera-3]: started with pid [22946]
[ INFO] [1720417375.476706993]: Initializing nodelet with 4 worker threads.
[ INFO] [1720417375.582456053]: RealSense ROS v2.3.2
[ INFO] [1720417375.582493369]: Built with LibRealSense v2.50.0
[ INFO] [1720417375.582511702]: Running with LibRealSense v2.50.0
[ INFO] [1720417375.607954850]:  
[ INFO] [1720417375.834631009]: Device with serial number 146222252837 was found.
[ INFO] [1720417375.834771047]: Device with physical ID 4-2-5 was found.
[ INFO] [1720417375.834830187]: Device with name Intel RealSense D455 was found.
[ INFO] [1720417375.835250962]: Device with port number 4-2 was found.
[ INFO] [1720417375.835313473]: Device USB type: 3.2
[ INFO] [1720417375.835354224]: Resetting device...
[ INFO] [1720417381.948403517]:  
[ INFO] [1720417382.069730260]: Device with serial number 146222252837 was found.
[ INFO] [1720417382.069912452]: Device with physical ID 4-2-6 was found.
[ INFO] [1720417382.069972209]: Device with name Intel RealSense D455 was found.
[ INFO] [1720417382.070456759]: Device with port number 4-2 was found.
[ INFO] [1720417382.070521866]: Device USB type: 3.2
[ INFO] [1720417382.072382098]: getParameters...
[ INFO] [1720417382.130373597]: setupDevice...
[ INFO] [1720417382.130410032]: JSON file is not provided
[ INFO] [1720417382.130429308]: ROS Node Namespace: camera
[ INFO] [1720417382.130446162]: Device Name: Intel RealSense D455
[ INFO] [1720417382.130458644]: Device Serial No: 146222252837
[ INFO] [1720417382.130474995]: Device physical port: 4-2-6
[ INFO] [1720417382.130487350]: Device FW version: 05.16.00.01
[ INFO] [1720417382.130499795]: Device Product ID: 0x0B5C
[ INFO] [1720417382.130511407]: Enable PointCloud: Off
[ INFO] [1720417382.130523172]: Align Depth: Off
[ INFO] [1720417382.130535359]: Sync Mode: Off
[ INFO] [1720417382.130578311]: Device Sensors: 
[ INFO] [1720417382.221038205]: Stereo Module was found.
[ INFO] [1720417382.241939155]: RGB Camera was found.
[ INFO] [1720417382.242143327]: Motion Module was found.
[ INFO] [1720417382.242190764]: (Confidence, 0) sensor isn't supported by current device! -- Skipping...
[ INFO] [1720417382.242226470]: num_filters: 0
[ INFO] [1720417382.242250014]: Setting Dynamic reconfig parameters.
hwmon command 0x80( 5 0 0 0 ) failed (response -7= HW not ready)
hwmon command 0x80( 5 0 0 0 ) failed (response -7= HW not ready)
hwmon command 0x80( 5 0 0 0 ) failed (response -7= HW not ready)
hwmon command 0x80( 5 0 0 0 ) failed (response -7= HW not ready)
[ INFO] [1720417385.290057700]: Done Setting Dynamic reconfig parameters.
[ INFO] [1720417385.290797934]: color stream is enabled - width: 848, height: 480, fps: 30, Format: RGB8
[ INFO] [1720417385.290838495]: setupPublishers...
[ INFO] [1720417385.293934901]: Expected frequency for color = 30.00000
[ INFO] [1720417385.347658063]: setupStreams...
[ INFO] [1720417385.406242027]: SELECTED BASE:Depth, 0
[ INFO] [1720417385.412528831]: RealSense Node Is Up!
[ WARN] [1720417385.859685949]: 
 08/07 14:43:05,912 WARNING [140614637168384] (messenger-libusb.cpp:42) control_transfer returned error, index: 768, error: Resource temporarily unavailable, number: 11
 08/07 14:43:05,965 WARNING [140614637168384] (messenger-libusb.cpp:42) control_transfer returned error, index: 768, error: Resource temporarily unavailable, number: 11
 08/07 14:43:06,360 WARNING [140614637168384] (messenger-libusb.cpp:42) control_transfer returned error, index: 768, error: Resource temporarily unavailable, number: 11
 08/07 14:43:06,411 WARNING [140614637168384] (messenger-libusb.cpp:42) control_transfer returned error, index: 768, error: Resource temporarily unavailable, number: 11

Steps to Reproduce

  1. Install realsense-ros for ROS1 on Noetic Ubuntu 20.
  2. Run the custom launch file.

Expected Behavior

The device should initialize properly and start publishing sensor data without any errors.

Actual Behavior

The device fails to initialize completely, and multiple control_transfer returned error warnings are observed in the log.

Additional Information

  • Device: Intel RealSense D455
  • Firmware version: 05.16.00.01
  • USB type: 3.2
  • ROS and RealSense versions are shown in the log.

Any assistance in resolving this issue would be greatly appreciated. Thank you!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.