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.0
License TODO: License declaration
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/tier4/autoware_nova_carter.git
VCS Type git
VCS Version main
Last Updated 2025-02-28
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

TODO: Package description

Additional Links

No additional links.

Maintainers

  • mitsudome-r

Authors

No additional authors.

Autoware Nova Carter Interface

The autoware_nova_carter package is part of the Autoware project, designed to interface with the Nova Carter vehicle platform. It provides nodes and configurations for controlling and sensing the vehicle in various environments.

Features

  • Interface with Nova Carter vehicle for control and sensing.

Installation

  1. Clone the repository:
   cd ~/your_ros_workspace/src/
   git clone https://github.com/tier4/autoware_nova_carter.git
   
  1. Build the package:

    Navigate to your ROS workspace and build the package:

   cd ~/your_ros_workspace
   colcon build --packages-up-to autoware_nova_carter_interface
   

Parameters

The interface node uses several parameters that can be configured in the config/nova_carter_interface.param.yaml file. Key parameters include:

  • base_frame_id: The frame ID for the vehicle’s base link.
  • maximum_linear_velocity: Maximum allowable linear velocity.
  • maximum_angular_velocity: Maximum allowable angular velocity.
  • wheel_base: The distance between the front and rear axles.

Inputs and Outputs

Subscribers

Topic Name Message Type Description
control_cmd autoware_msgs/ControlCommand Control commands from Autoware.
odom nav_msgs/Odometry Odometry messages from the Nova Carter vehicle.

Publishers

Topic Name Message Type Description
cmd_vel geometry_msgs/TwistStamped Twist command which will be sent to the vehicle.
vehicle_twist_report autoware_msgs/VelocityReport Current velocity information reported to Autoware.
steering_status_report autoware_msgs/SteeringReport Current steering angle reported to Autoware. Nova Carter is a differential drive vehicle, so the steering angle is virtually calculated from the linear and angular velocities.

Usage

Launching the Interface

To launch the Nova Carter interface, use the following command:

   ros2 launch autoware_nova_carter_interface nova_carter_interface.launch.xml
   
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.

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged autoware_nova_carter_interface 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.