Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: VectorRobotics/vector_navigation_stack
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: jazzy-dev
Choose a base ref
...
head repository: VectorRobotics/vector_navigation_stack
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dev
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 65 files changed
  • 4 contributors

Commits on Jan 16, 2026

  1. untested humble support

    alexlin2 committed Jan 16, 2026
    Configuration menu
    Copy the full SHA
    9fe7bc2 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2026

  1. Configuration menu
    Copy the full SHA
    876226c View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2026

  1. Revise Unity environment model download instructions

    Updated instructions for downloading and unzipping Unity environment models, including details on file structure and GPU recommendations.
    alexlin2 authored Feb 3, 2026
    Configuration menu
    Copy the full SHA
    0a90160 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2026

  1. added gifs in readme (#5)

    alexlin2 authored Mar 4, 2026
    Configuration menu
    Copy the full SHA
    b73e719 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2026

  1. cmd_vel_mux + base_link frame name + odometry_transformer (#6)

    * fixed path bug
    
    * Refactor launch scripts to source workspace setup from a consistent directory structure and include cmd_vel_mux in all relevant launch files.
    
    * Update frame_id references from 'vehicle' to 'base_link' in launch files and source code for consistency
    
    * Implemented new odom transformer node. Remove sensor offset parameters from configuration and source code; update odometry topic references to use '/odom_base_link' instead of '/state_estimation' across launch files and implementations.
    
    * bug fix for building
    
    * rviz bug
    
    * wrong url fixed
    alexlin2 authored Mar 18, 2026
    Configuration menu
    Copy the full SHA
    4707841 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2026

  1. SLAM QoS hardening, G1 config updates, and logging cleanup (#7)

    * Refactor launch file arguments for clarity by renaming 'config_file' to 'slam_config_file' and 'odom_topic' to 'slam_odom_topic'. Update parameter references accordingly.
    
    * Update unitree_g1.yaml with new camera offsets and adjust sensorOffsetZ. Change logging levels in localPlanner and featureExtraction for improved debugging. Add use_realsense_feature_cloud parameter in livox_mid360.yaml and related files. Refactor logging in various components to use DEBUG level for detailed information.
    
    * Add Apache License 2.0 to the project
    
    * Enhance QoS settings for IMU and laser odometry subscriptions and publishers. Updated IMU subscription to use best effort QoS with a depth of 200, and laser odometry subscription and publisher to use reliable QoS with a depth of 50 for improved data handling.
    alexlin2 authored Mar 25, 2026
    Configuration menu
    Copy the full SHA
    40ce6c0 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2026

  1. Configuration menu
    Copy the full SHA
    a6a9d6c View commit details
    Browse the repository at this point in the history
  2. Configurable static tf pub (#8)

    * making static publish configurable
    
    * fixed livox ip
    
    * configurable parameter in all parent launch files of local_planner.launch.py for configurability
    
    * renamed parameter and inverted bolean condition
    
    * Add static_tf_pub parameter to all vehicle simulator launch files for configurable static TF publishing
    
    ---------
    
    Co-authored-by: Vector <[email protected]>
    Co-authored-by: alexlin2 <[email protected]>
    3 people authored Mar 30, 2026
    Configuration menu
    Copy the full SHA
    c34c4b5 View commit details
    Browse the repository at this point in the history
Loading