Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.repos File Refers to Deprecated Version of sample_sensor_kit #5673

Open
3 tasks done
kemalsoyaltun opened this issue Jan 21, 2025 · 1 comment
Open
3 tasks done

.repos File Refers to Deprecated Version of sample_sensor_kit #5673

kemalsoyaltun opened this issue Jan 21, 2025 · 1 comment
Assignees

Comments

@kemalsoyaltun
Copy link

kemalsoyaltun commented Jan 21, 2025

Checklist

  • I've read the contribution guidelines.
  • I've searched other issues and no duplicate issues were found.
  • I'm convinced that this is not my fault but a bug.

Description

The autoware.repos file refers to version v0.39.0 of the sample_sensor_kit, which causes a naming convention error when launching logging_simulator.launch.xml.

Version v0.39.0 Reference:

sensing.launch.xml - v0.39.0

Version v0.40.0 Reference:

sensing.launch.xml - v0.40.0

Expected behavior

The following command should run without error:

source ~/autoware/install/setup.bash
ros2 launch autoware_launch logging_simulator.launch.xml map_path:=$HOME/autoware_map/sample-map-rosbag vehicle_model:=sample_vehicle sensor_model:=sample_sensor_kit

Actual behavior

An error occurs:

Error Log

  1. Missing Package
[ERROR] Caught exception in launch (see debug for traceback): "package 'vehicle_velocity_converter' not found.

Steps to reproduce

  1. Modify the following lines in autoware.repos:
    Reference in autoware.repos
    Update them to use the v0.40.0 version of sample_sensor_kit.

Versions

  • OS: Ubuntu Jammy Jellyfish (22.04)
  • ROS: ROS2 Humble
  • Autoware: latest

Possible causes

The autoware.repos file fetches an outdated version (v0.39.0) of the sample_sensor_kit repository. This version uses the old node name autoware_vehicle_velocity_converter instead of vehicle_velocity_converter, causing a mismatch during the launch process.

Additional context

When running vcs import src < autoware.repos, the outdated package is pulled, leading to node naming conflicts and launch errors.

@kemalsoyaltun
Copy link
Author

this pr fixes this problem
#5667

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant