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 Feb 24, 2023 by Wouter Jansen's avatar Wouter Jansen
Hide whitespace changes
Inline Side-by-side
home.md
View page @ 56a1d76e
...@@ -174,7 +174,7 @@ To connect to the Husky's network you can either connect to the Wi-Fi access poi ...@@ -174,7 +174,7 @@ To connect to the Husky's network you can either connect to the Wi-Fi access poi
![ethernet_switch.jpg](https://cosysgit.uantwerpen.be/wjansen/husky-usage-guide/-/raw/main/ethernet_switch.jpg) ![ethernet_switch.jpg](https://cosysgit.uantwerpen.be/wjansen/husky-usage-guide/-/raw/main/ethernet_switch.jpg)
### Internet access ### Internet access
By default, the Husky has no internet access. On the USB-hub a secondary Wi-Fi adapter is plugged in. You can connect this one to an internet network with the command `sudo nmtui` from the terminal. If it does not work, try rebooting as this often helps. By default, the Husky has no internet access. On the USB-hub a secondary Wi-Fi adapter is plugged in as seen on the image below. You can connect this one to an internet network with the command `sudo nmtui` from the terminal. If it does not work, try rebooting as this often helps.
If using the University network (`uawifi`) to get internet, you need to log in with your personal account. If using the University network (`uawifi`) to get internet, you need to log in with your personal account.
You must first update the file `/etc/NetworkManager/system-connections/uawifi` You must first update the file `/etc/NetworkManager/system-connections/uawifi`
...@@ -200,8 +200,11 @@ On the client side you will need to do the following command to correctly enable ...@@ -200,8 +200,11 @@ On the client side you will need to do the following command to correctly enable
sudo ip route add default via 192.168.131.1 sudo ip route add default via 192.168.131.1
``` ```
![usb_hub.jpg](https://cosysgit.uantwerpen.be/wjansen/husky-usage-guide/-/raw/main/usb_hub.jpg)
## USB drive ## USB drive
By default, a USB drive is mounted on the Husky to the USB-hub. This drive can be used to easily record ROS-bags or other data and transfer it to another machine. By default, a USB drive is mounted on the Husky to the USB-hub as seen on the image above. This drive can be used to easily record ROS-bags or other data and transfer it to another machine.
To automatically mount this drive, you can use the bash command `mountUsb` from a terminal connected to the Husky. This will mount the drive to `/media/huskyusb`. To automatically mount this drive, you can use the bash command `mountUsb` from a terminal connected to the Husky. This will mount the drive to `/media/huskyusb`.
## Sensors ## Sensors
......
Clone repository
  • 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
  • Other resources