-
Notifications
You must be signed in to change notification settings - Fork 0
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
Configure autoware_launch launch files #13
Comments
@Robin-Chea If you're on campus to work on this Fri I can drop in and help/discuss what we need to do |
ok ill be in from 12-5 on friday. |
Tried to create the launch files for twizy however after using the current stuff we had we were missing some stuff eg config files that describe the links to each sensor. So instead i have created the basic struture to create these config files. However not sure if i should include the ultrasonic sensors. I skipped this part for now i skipped configuring the sensor launch for now and will do it later For vehicle launch desciption the config files need to be filled out. For vehicle mesh a dae or a fbx needs to be made. However in https://github.com/Monash-Connected-Autonomous-Vehicle/mcav_autonomy/tree/main/visualisation/vehicle_model/meshes they were able to use the stl file. will try to attempt to use this. |
did the same but for the env200 |
Would it be okay if I change the repo URLs in our Autoware fork to our other forks [in a new branch oc] where relevant or would there be more to it than just that? Is this being worked on right now as part of this issue and do I need to wait for it if I want to test out changes to sensing launch in a new branch as part of the sensing issue? |
@AbBaSaMo Yes it should be okay to change the repo url to relevant forks, especially if it helps streamline our development process. Currently i am working on the config files for the Twizy and once its completed, ill update it in the branch for integration. |
Hey @Robin-Chea can you configure the twizy and van launch files to have simulation modes too? (i.e. so we can launch the twizy and van urdf files in AWSIM for example) So when we want to run autoware with awsim we can do something like this: I added the So ig if simulation_mode is true than it doesn't launch sd_vehicle_interface and any other hardware-specific stuff |
@Robin-Chea @AbBaSaMo to finish this off this week |
x1 person
Break down these tasks further:
Configure the launch file for our setups for:
Relevant launch repos:
configure parameters
Example implementation: tier4/aip_launcher
If you need to test Autoware with a simulator, read here.
The text was updated successfully, but these errors were encountered: