-
Notifications
You must be signed in to change notification settings - Fork 650
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
Some errors are occurred in the tutorial #630
Comments
@ito-san Can you investigate the error regarding hdd_monitor? |
This pull request has been automatically marked as stale because it has not had recent activity. |
Since the tasks need to be re-done, we'll close the issue and if errors occur again, this issue needs to be re-created. |
cc @ito-san |
@yukkysaito Please consider to close this issue if you don't have any problem with it after the fixes. |
@yukkysaito is this issue still present? |
This pull request has been automatically marked as stale because it has not had recent activity. |
I'm closing the issue since there are no updates for long time. |
Checklist
Description
There are several error outputs in the tutorial.
planning simulation errors (no initial pose and goal)
[component_container_mt-2] [ERROR 1649127322.717185575] [system.system_monitor.hdd_monitor]: Failed to execute findmnt. /dev/sda3 (getDeviceFromMountPoint() at /home/yukky/workspace/awf-autoware/src/universe/autoware/system/system_monitor/src/hdd_monitor/hdd_monitor.cpp:336)
[system_error_monitor-5] [ERROR 1649127352.426385570] [system_error_monitor system_error_monitor/input_data_timeout]: [Single Point Fault]: (logThrottledNamed() at /home/yukky/workspace/awf-autoware/src/universe/autoware/system/system_error_monitor/src/system_error_monitor_core.cpp:54)
planning simulation errors (after set initial pose and goal)
rosbag play simulation errors (before play rosbag)
[component_container_mt-3] [ERROR 1649077390.399824469] [system.system_monitor.hdd_monitor]: Failed to execute findmnt. /dev/sda3 (getDeviceFromMountPoint() at /home/yukky/workspace/awf-autoware/src/universe/autoware/system/system_monitor/src/hdd_monitor/hdd_monitor.cpp:336)
[system_error_monitor-6] [ERROR 1649077411.984191756] [system_error_monitor system_error_monitor/input_data_timeout]: [Single Point Fault]: (logThrottledNamed() at /home/yukky/workspace/awf-autoware/src/universe/autoware/system/system_error_monitor/src/system_error_monitor_core.cpp:54)
rosbag play simulation errors (after play rosbag)
Expected behavior
There are No error.
Actual behavior
There are several error outputs in the tutorial.
Steps to reproduce
Planning simulation
ros2 launch autoware_launch planning_simulator.launch.xml map_path:=$HOME/Downloads/sample-map-planning vehicle_model:=sample_vehicle sensor_model:=sample_sensor_kit
https://autowarefoundation.github.io/autoware-documentation/main/tutorials/ad-hoc-simulation/planning-simulation/
Rosbag replay simulation
ros2 launch autoware_launch logging_simulator.launch.xml map_path:=$HOME/Downloads/sample-map-rosbag vehicle_model:=sample_vehicle sensor_model:=sample_sensor_kit
https://autowarefoundation.github.io/autoware-documentation/main/tutorials/ad-hoc-simulation/rosbag-replay-simulation/
Versions
No response
Possible causes
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: