Open ishaan95 opened 4 years ago
I was able to run the visualizer by launching it from the autoware runtime manager. (Link). However, the car still doesn't move. I'm stuck at the same point as this issue.
For visualization, please use the rviz-configurations that autoware provides or simply add all the topics manually.
Please keep in mind. In this repo only the bridging functionality and some example launch files are provided. Those launch-files + Autoware 1.12.0 should lead to a ego vehicle, that follows waypoints. If this is not working, I would suggest, that you use rqt_graph+rostopic to analyze the data flow in order to identify the issue.
Thank you for the response. I was able to run rviz from the runtime manager. I'm assuming that the default rviz config for autoware was used. However, the ego-vehicle is not moving. I have a some questions regarding this -
I'm getting the following error from the waypoint pubisher python script (while running devel.launch)- exit_waypoint=self._graph.edges[next_segment[0], next_segment[1]]['entry_waypoint'] with the error message as - TypeError: 'instancemethod' object has no attribute 'getitem' How do I check if all the waypoints are loaded correctly and if the car will move after running the launch script?
My current status is very similar to #76 and #51. It would be great if a guideline is added to the README with details about this.
Thank you, Ishaan
I used the .default
from ~/autoware/Autoware/ros/src/.config/rviz.
In rviz is the category "Fixed Frame" and there select "hero" or "ego_vehicle".
also change the name role name to ego_vehicle can help for respawning and goal setting:
roslaunch $CARLA_AUTOWARE_ROOT/devel.launch role_name:=ego_vehicle
it could be carla_ackermann_control pkg issue pip install simple-pid and retry it.
Hello,
I've set up the project according to the instructions in the README. However I've not been able to find a launch script which creates an rviz node with the correct configuration. I tried launching 'carla ros bridge with rviz' from within the carla autoware but rviz doesn't show any data.
Can I get a guideline on how to setup rviz with this project?
Thanks, Ishaan