-
Notifications
You must be signed in to change notification settings - Fork 86
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
Carla-Autoware controlling ego-vehicle #144
Comments
Hi tecena, |
Thank you for you reply |
@ThiagoFelipeSandeiro I am not sure how I can get version information. I just cloned this repo and started.
I also saw
and a lot of
The pcd files are there maybe the doube "/" is causing the problem? |
Hi @tecena @YuqiHuai, |
@ThiagoFelipeSandeiro |
@ThiagoFelipeSandeiro Thanks for the information! I got busy with other stuff and will try this out over the weekend! |
1.Here you mentioned in the note that when the rviz pops up the ego should start automatically. Do we still need rviz even though we specify start and destination points in CSV.I do not need any visualization . 2.I just gave the start and destination points in EgoCar.csv file and completed all the modifications you just mentioned above, after all that when I do the roslaunch for a openscenario file (FollowLeadingVehicle.xosc example) Ego is still not moving yet and the below shown error is popped up. Can you please suggest what mistake I am doing or any other steps are missed out. |
Hi ,
I am new to autoware. I have been trying to execute carla open scenario files with autoware, where the ego is completely controlled by autoware.
1.Carla 0.9.11 is set-up in a windows machine.
2.I have followed the https://github.com/carla-simulator/carla-autoware to setup carla-autoware in ubuntu.
3.This docker image pulls the ros bridge as well as carla-autoware-bridge.
4.When I run the cmd roslaunch carla_autoware_agent carla_autoware_agent.launch the carla-autoware is getting connected to carla simulator as I am able to fetch clock data from rostopics.
5.Now when I try to run a scenario and use autoware as a controller, I did start the FolloLeadingVehicle.xosc file in carla with scenariorunner and did run the launch file roslaunch carla_autoware_agent carla_autoware_agent.launch from autoware , just vehicles in scenarios get spawned but the vehicle does not move at all and there are couple of errors and warnings on the autoware treminal
[ INFO] [1655377342.896036185, 713.344599086]: DecisionMaker is waiting filtered_point for NDT
[ WARN] [1655377342.896326826, 713.344599086]: Necessary topics are not subscribed yet. Waiting...
[ WARN] [1655377342.896790692, 713.344599086]: Necessary topics are not subscribed yet ...
[ WARN] [1655377342.906116402, 713.394599087]: Necessary topics are not subscribed yet ...
[ WARN] [1655377342.906975138, 713.394599087]: Necessary topics are not subscribed yet ...
[ WARN] [1655377342.916686490, 713.444599088]: Necessary topics are not subscribed yet ...
[ERROR] [1655377342.925575422, 713.494599089]: Could not find a connection between 'velodyne' and 'map' because they are not part of the sametree.Tf has two or more unconnected trees.
I tried alot to find the solution , but unable to understand how to solve these errors and why ego vehicle is not moving in openscenario execution with autoware.
Please help
The text was updated successfully, but these errors were encountered: