This repository was archived by the owner on Mar 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
sample_sensor_kit_description Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# sample_sensor_kit_launch
2+
3+ 🗃️ This is an archived repository.
4+
5+ The contents of this repository are now moved to [ autoware_launch] ( https://github.com/autowarefoundation/autoware_launch ) repository.
6+
7+ The packages from this repository now live under the ` autoware_launch/sensor_kit ` directory.
8+
9+ ** The reason** for this move is to consolidate all the launch files in one repository to make it easier to maintain and manage.
10+
11+ ** Related issue:** [ Move launch and parameter packages into autoware_launch #5912 ] ( https://github.com/autowarefoundation/autoware/issues/5912 )
12+
13+ In the far future, the launch file structure will be updated more drastically to make them more modular and easier to use.
14+ But for those updates, please follow the [ autoware_launch] ( https://github.com/autowarefoundation/autoware_launch ) repository.
Original file line number Diff line number Diff line change 22Changelog for package common_sensor_launch
33^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44
5+ 0.42.0 (2025-03-28)
6+ -------------------
7+
580.41.0 (2025-02-12)
69-------------------
710* fix: add `udp_only ` (`#109 <https://github.com/autowarefoundation/sample_sensor_kit_launch/issues/109 >`_)
Original file line number Diff line number Diff line change 22<?xml-model href =" http://download.ros.org/schema/package_format3.xsd" schematypens =" http://www.w3.org/2001/XMLSchema" ?>
33<package format =" 3" >
44 <name >common_sensor_launch</name >
5- <version >0.41 .0</version >
5+ <version >0.42 .0</version >
66 <description >The common_sensor_launch package</description >
77 <maintainer email =" ryohsuke.mitsudome@tier4.jp" >Ryohsuke Mitsudome</maintainer >
88 <maintainer email =" yukihiro.saito@tier4.jp" >Yukihiro Saito</maintainer >
Original file line number Diff line number Diff line change 22Changelog for package sample_sensor_kit_description
33^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44
5+ 0.42.0 (2025-03-28)
6+ -------------------
7+
580.41.0 (2025-02-12)
69-------------------
710
Original file line number Diff line number Diff line change 22<?xml-model href =" http://download.ros.org/schema/package_format3.xsd" schematypens =" http://www.w3.org/2001/XMLSchema" ?>
33<package format =" 3" >
44 <name >sample_sensor_kit_description</name >
5- <version >0.41 .0</version >
5+ <version >0.42 .0</version >
66 <description >The sample_sensor_kit_description package</description >
77 <maintainer email =" ryohsuke.mitsudome@tier4.jp" >Ryohsuke Mitsudome</maintainer >
88 <maintainer email =" yukihiro.saito@tier4.jp" >Yukihiro Saito</maintainer >
Original file line number Diff line number Diff line change 22Changelog for package sample_sensor_kit_launch
33^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44
5+ 0.42.0 (2025-03-28)
6+ -------------------
7+ * refactor(sample_sensor_kit_launch): remove reference to tamagawa_imu_driver (`#122 <https://github.com/autowarefoundation/sample_sensor_kit_launch/issues/122 >`_)
8+ * Contributors: Esteve Fernandez, M. Fatih Cırıt
9+
5100.41.0 (2025-02-12)
611-------------------
712* feat(sample_sensor_kit_launch): concatenate node load from parameter file (`#108 <https://github.com/autowarefoundation/sample_sensor_kit_launch/issues/108 >`_)
Original file line number Diff line number Diff line change 44 <group >
55 <push-ros-namespace namespace =" imu" />
66
7- <group >
7+ <!-- < group>
88 <push-ros-namespace namespace="tamagawa"/>
99 <node pkg="tamagawa_imu_driver" name="tag_serial_driver" exec="tag_serial_driver" if="$(var launch_driver)">
1010 <remap from="imu/data_raw" to="imu_raw"/>
1111 <param name="port" value="/dev/imu"/>
1212 <param name="imu_frame_id" value="tamagawa/imu_link"/>
1313 </node>
14- </group >
14+ </group> -->
1515
1616 <arg name =" imu_raw_name" default =" tamagawa/imu_raw" />
1717 <arg name =" imu_corrector_param_file" default =" $(find-pkg-share individual_params)/config/$(var vehicle_id)/sample_sensor_kit/imu_corrector.param.yaml" />
Original file line number Diff line number Diff line change 22<?xml-model href =" http://download.ros.org/schema/package_format3.xsd" schematypens =" http://www.w3.org/2001/XMLSchema" ?>
33<package format =" 3" >
44 <name >sample_sensor_kit_launch</name >
5- <version >0.41 .0</version >
5+ <version >0.42 .0</version >
66 <description >The sample_sensor_kit_launch package</description >
77 <maintainer email =" ryohsuke.mitsudome@tier4.jp" >Ryohsuke Mitsudome</maintainer >
88 <maintainer email =" yukihiro.saito@tier4.jp" >Yukihiro Saito</maintainer >
1414 <exec_depend >autoware_pointcloud_preprocessor</exec_depend >
1515 <exec_depend >autoware_vehicle_velocity_converter</exec_depend >
1616 <exec_depend >common_sensor_launch</exec_depend >
17- <exec_depend >tamagawa_imu_driver</exec_depend >
1817 <exec_depend >topic_tools</exec_depend >
1918 <exec_depend >ublox_gps</exec_depend >
2019 <exec_depend >usb_cam</exec_depend >
You can’t perform that action at this time.
0 commit comments