ZATiTech / open_planner

Integrated open source planner and related tools for autonomous navigation of autonomous vehicle and mobile robots
Apache License 2.0
26 stars 6 forks source link

Doubts about file modification in the final step of the humble tutorial #18

Closed tk-menot closed 5 months ago

tk-menot commented 5 months ago

Hi @hatem-darweesh , Thank you for the great work. I have followed humble tutorials to implement co-simulation. My environment is Ubuntu22.04+ROS2 humble+autoware release/2023.10.

In the galactic version, we need to modify four files, gnss.launch.xml、autoware.launch.xml、sensor_kit_calibration.yaml、sensors.calibration.yaml. However, in humble version, the tutorials do not mention the first two. I am puzzled whether the first two files should be modified.

Also, in the galactic version, sensor_kit_calibration.yaml、sensors.calibration.yaml is in "src/sensor_kit/sample_sensor_kit_launch/sample_sensor_kit_description/config". But in humble version, the tutorials mention "src/param/autoware_indicidual_params/carla_sensor_kit". Where should these two files be placed?

Besides, may I ask if the final step of the tutorial is to compile autoware? Is it only necessary to compile newly added packages, or do I need to recompile all packages?

I'm looking forward to your reply. Thank you. I

hatem-darweesh commented 5 months ago

Hi @tk-menot

tk-menot commented 5 months ago

I understand, thank you for your reply