No version for distro humble. Known supported distros are highlighted in the buttons above.
No version for distro jazzy. Known supported distros are highlighted in the buttons above.
No version for distro rolling. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 0.0.1
License Apache 2.0
Build type AMENT_PYTHON
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/aws-deepracer/aws-deepracer-offroad-sample-project.git
VCS Type git
VCS Version main
Last Updated 2022-06-06
Dev Status UNMAINTAINED
CI status No Continuous Integration
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

This package contains logic for deepracer_offroad_navigation_pkg which decides \ the action / controller message to send to servo.

Additional Links

No additional links.

Maintainers

  • AWS DeepRacer

Authors

No additional authors.

AWS DeepRacer Offroad navigation package

Overview

The AWS DeepRacer Offroad navigation ROS package creates the deepracer_offroad_navigation_node which decides the action or controller message to send out using the normalized detection error (delta) received from qr_detection_node. For more information about the AWS DeepRacer Offroad sample project, see DeepRacer Offroad sample project.

License

The source code is released under Apache 2.0.

Installation

Follow these steps to install the AWS DeepRacer Offroad navigation package.

Prerequisites

The AWS DeepRacer device comes with all the prerequisite packages and libraries installed to run the DeepRacer Offroad sample project. For more information about the pre-installed set of packages and libraries on the AWS DeepRacer and about installing the required build systems, see Getting started with AWS DeepRacer OpenSource.

The deepracer_offroad_navigation_pkg specifically depends on the following ROS 2 packages as build and execute dependencies:

  1. deepracer_interfaces_pkg: This package contains the custom message and service type definitions used across the AWS DeepRacer core application, modified to support the AWS DeepRacer Offroad sample project.

Downloading and building

Open a terminal on the AWS DeepRacer device and run the following commands as the root user.

  1. Switch to the root user before you source the ROS 2 installation:

     sudo su
    
  2. Source the ROS 2 Foxy setup bash script:

     source /opt/ros/foxy/setup.bash 
    
  3. Set the environment variables required to run Intel OpenVino scripts:

     source /opt/intel/openvino_2021/bin/setupvars.sh
    
  4. Create a workspace directory for the package:

     mkdir -p ~/deepracer_ws
     cd ~/deepracer_ws
    
  5. Clone the entire AWS DeepRacer Offroad sample project on the DeepRacer device:

     git clone https://github.com/aws-deepracer/aws-deepracer-offroad-sample-project.git
     cd ~/deepracer_ws/aws-deepracer-offroad-sample-project/deepracer_offroad_ws/
    
  6. Fetch unreleased dependencies:

     cd ~/deepracer_ws/aws-deepracer-offroad-sample-project/deepracer_offroad_ws/
     rosws update
    
  7. Resolve the dependencies:

     cd ~/deepracer_ws/aws-deepracer-offroad-sample-project/deepracer_offroad_ws/ && apt-get update
     rosdep install -i --from-path . --rosdistro foxy -y
    
  8. Build the deepracer_offroad_navigation_pkg and deepracer_interfaces_pkg:

     cd ~/deepracer_ws/aws-deepracer-offroad-sample-project/deepracer_offroad_ws/ && colcon build --packages-select deepracer_offroad_navigation_pkg deepracer_interfaces_pkg
    

Usage

Although the deepracer_offroad_navigation_node is built to work with the AWS DeepRacer Offroad sample project, it can be run independently for development, testing, and debugging purposes.

Run the node

To launch the built deepracer_offroad_navigation_node as the root user on the AWS DeepRacer device open up another terminal on the AWS DeepRacer device and run the following commands as the root user.

  1. Switch to the root user before you source the ROS 2 installation:

     sudo su
    
  2. Navigate to the AWS DeepRacer Offroad workspace:

     cd ~/deepracer_ws/aws-deepracer-offroad-sample-project/deepracer_offroad_ws/
    
  3. Source the ROS 2 Foxy setup bash script:

     source /opt/ros/foxy/setup.bash 
    
  4. Source the setup script for the installed packages:

     source ~/deepracer_ws/aws-deepracer-offroad-sample-project/deepracer_offroad_ws/install/setup.bash 
    
  5. Launch the deepracer_offroad_navigation_node using the launch script:

     ros2 launch deepracer_offroad_navigation_pkg deepracer_offroad_navigation_pkg_launch.py
    

Launch files

A launch file called deepracer_offroad_navigation_pkg_launch.py is included in this package. It gives an example of how to launch the deepracer_offroad_navigation_node.

    from launch import LaunchDescription
    from launch_ros.actions import Node

    def generate_launch_description():
        return LaunchDescription([
            Node(
                package='deepracer_offroad_navigation_pkg',
                namespace='deepracer_offroad_navigation_pkg',
                executable='deepracer_offroad_navigation_node',
                name='deepracer_offroad_navigation_node'
            )
        ])

Node details

deepracer_offroad_navigation_node

Subscribed topics

Topic name Message type Description
/qr_detection_pkg/qr_detection_delta DetectionDeltaMsg Message with the QR detection normalized error (delta) of the detected QR from the target position with respect to x and y axes.

Published topics

Topic name Message type Description
offroad_drive ServoCtrlMsg This message is used to send motor throttle and servo steering angle ratios with respect to the device calibration. It can also be used to send raw PWM values for angle and throttle.

Services

Service name Service type Description
set_max_speed SetMaxSpeedSrv Sets max speed percentage scale for the AWS DeepRacer Offroad Application.

Resources

CHANGELOG
No CHANGELOG found.

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged deepracer_offroad_navigation_pkg at Robotics Stack Exchange

No version for distro noetic. Known supported distros are highlighted in the buttons above.
No version for distro ardent. Known supported distros are highlighted in the buttons above.
No version for distro bouncy. Known supported distros are highlighted in the buttons above.
No version for distro crystal. Known supported distros are highlighted in the buttons above.
No version for distro eloquent. Known supported distros are highlighted in the buttons above.
No version for distro dashing. Known supported distros are highlighted in the buttons above.
No version for distro galactic. Known supported distros are highlighted in the buttons above.
No version for distro foxy. Known supported distros are highlighted in the buttons above.
No version for distro iron. Known supported distros are highlighted in the buttons above.
No version for distro lunar. Known supported distros are highlighted in the buttons above.
No version for distro jade. Known supported distros are highlighted in the buttons above.
No version for distro indigo. Known supported distros are highlighted in the buttons above.
No version for distro hydro. Known supported distros are highlighted in the buttons above.
No version for distro kinetic. Known supported distros are highlighted in the buttons above.
No version for distro melodic. Known supported distros are highlighted in the buttons above.