Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • Husky Usage Guide Husky Usage Guide
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • Wouter Jansen
  • Husky Usage GuideHusky Usage Guide
  • Wiki
  • Home

Home · Changes

Page history
Update home authored Jan 31, 2025 by Wouter Jansen's avatar Wouter Jansen
Show whitespace changes
Inline Side-by-side
home.md
View page @ ecba5ff5
......@@ -344,7 +344,7 @@ The `ouster_ros` package is installed in `/home/administator/catkin_ws/src`.\
### Publishing Intel Realsense d435i camera data
To start publishing the data of the Realsense camera to Ros, you can use the installed `realsense2_camera` package. See the official documentation [here](https://github.com/IntelRealSense/realsense-ros/tree/ros1-legacy) for more information.
You can automatically start the `rs_camera.launch` launch file of the `realsense2_camera` node with the bash command `startRealsense` in a terminal connected to the Husky.
The `ouster_ros` package is installed in `/opt/ros/kinetic/share`.
The `realsense2_camera` package is installed in `/opt/ros/kinetic/share`.
### Transformation tree
By default, the entire Husky robot and all default sensors have a static transformation tree. The sensors are linked to the `top_plate_link` frame of the Husky. You can see this default layout in the [frames.png](https://cosysgit.uantwerpen.be/wjansen/husky-usage-guide/-/raw/main/frames.png) image in this repository.
......
Clone repository

Table of content

  • The basics
    • Layout
    • Status panel
    • Starting up
    • Using the controller
    • Orientation reference
    • Specifications
    • Safety emergency-stop and lockout
  • Network Setup
    • Network basics
    • Internet access
  • USB drive
  • Sensors
    • eRTIS
    • Ouster OS0-128 LiDAR
    • Intel Realsense d435i camera
  • Using ROS
    • Default nodes
    • Default topics
    • Motion topics
    • Odometry topics
    • Diagnostics topics
    • Custom workspace
    • ROS Husky packages
    • Navigation with ROS
    • Publishing eRTIS data
    • Publishing Ouster OS0-128 LiDAR data
    • Publishing Intel Realsense d435i camera data
    • Transformation tree
  • Configuration
    • Software versions
    • Network
    • Bash alias commands
    • Fixed USB port names
  • Other resources