The passed action type is invalid- Autoware(Record Planner/trajectory)
Problem description: While running below cmd for record planner execution we are facing below error. Can you pls suggest solution
rama@ade:~$ ros2 action send_goal /planning/recordtrajectory autoware_auto_msgs/action/RecordTrajectory "{record_path: "/tmp/path"}" --feedback
The passed action type is invalid
Reference link: https://autowarefoundation.gitlab.io/...
Check what actions you have available through
ros2 action list
, maybe the namespacing is different for youhello , i have the same problem as yours "The passed action type is invalid ".Did you know how to solve it. i think that the problem is in the goal format.