This repository has been archived by the owner on Jun 8, 2023. It is now read-only.
Mission planning and Motion Planning nodes not working in autoware #778
Labels
bug
Something isn't working
Bug report
Required information:
Description of the bug
I am running the demo files to get started with autoware and following the instruction of the demo videos. I am able to follow the steps until I launch my_detection.launch file. But after I launch mission_planning.launch file, the same behaviour as in the video is not replicated in my rviz. In the terminal I get the error:
[ERROR] [1620618438.843643785]: lane data is something wrong...
[ WARN] [1620618439.118123909, 1427157883.594982407]: Topic current_pose is missing.
[ WARN] [1620618439.119470700, 1427157883.594982407]: Topic current_velocity is missing.
ERROR: No field name [end_point_offset]
Args are: [multi_lane_csv replanning_mode use_decision_maker velocity_max velocity_min accel_limit decel_limit lateral_accel_limit radius_min resample_mode resample_interval replan_curve_mode replan_endpoint_mode realtime_tuning_mode]
[config_waypoint_loader_rostopic-4] process has died [pid 29256, exit code 1, cmd /opt/ros/melodic/lib/rostopic/rostopic pub -l /config/waypoint_replanner autoware_config_msgs/ConfigWaypointReplanner {multi_lane_csv: /home/c301-pc2/.autoware/data/path/moriyama_path.txt, replanning_mode: false, velocity_max: 20.0, velocity_min: 4.0, accel_limit: 0.98, decel_limit: 0.98, radius_thresh: 20.0, radius_min: 6.0, resample_mode: true, resample_interval: 1.0, velocity_offset: 4, end_point_offset: 5} __name:=config_waypoint_loader_rostopic __log:=/home/c301-pc2/.ros/log/2b698410-b142-11eb-ba42-a8a159388bda/config_waypoint_loader_rostopic-4.log].
log file: /home/c301-pc2/.ros/log/2b698410-b142-11eb-ba42-a8a159388bda/config_waypoint_loader_rostopic-4*.log
[ WARN] [1620618439.614943327, 1427157884.098161872]: Cannot get closest waypoints. All closest waypoints are changed to -1 ...
(runtime_manager_dialog.py:28698): Gtk-WARNING **: 05:47:21.490: Negative content height -10 (allocation 2, extents 6x6) while allocating gadget (node button, owner GtkToggleButton)
[ WARN] [1620618441.616389998, 1427157886.100025914]: Cannot get closest waypoints. All closest waypoints are changed to -1 ...
[ WARN] [1620618443.616926924, 1427157888.101129772]: Cannot get closest waypoints. All closest waypoints are changed to -1 ...
[ WARN] [1620618445.619067592, 1427157890.102636904]: Cannot get closest waypoints. All closest waypoints are changed to -1 ...
(runtime_manager_dialog.py:28698): Gtk-WARNING **: 05:47:26.375: Negative content height -10 (allocation 2, extents 6x6) while allocating gadget (node button, owner GtkToggleButton)
[ WARN] [1620618447.620391131, 1427157892.103973146]: Cannot get closest waypoints. All closest waypoints are changed to -1 ...
[ WARN] [1620618449.711630952, 1427157894.195881118]: Cannot get closest waypoints. All closest waypoints are changed to -1 ...
[ WARN] [1620618451.716400039, 1427157896.200775449]: Cannot get closest waypoints. All closest waypoints are changed to -1 ...
Steps to reproduce the bug
Detailed instructions on how to reliably reproduce the bug, e.g.
rviz
I am following the instructions as per : https://github.com/Autoware-AI/autoware.ai/wiki/ROSBAG-Demo
Expected behavior
The mission planning node should generate a path for the ego vehicle
Actual behavior
No path is generated and bounding box in rviz also doesn't have any topic to subscribe to
Screenshots
Additional information
The text was updated successfully, but these errors were encountered: