Skip to content

A meta system of autoware_launcher to describe autoware architecture.

License

Notifications You must be signed in to change notification settings

technolojin/autoware_architecture

Repository files navigation

install

# clone
git clone git@github.com:technolojin/autoware_architecture.git autoware_architecture/src
cd autoware_architecture
vcs import src < build_depends.repos 

build

colcon build
  • build log overall build log: log/latest/autoware_perception_deployment/stdout.log each deployment build/autoware_perception_deployment/*.deployment.log ex. build/autoware_perception_deployment/build_vehicle_beta2_01.deployment.log

visualize

generated files: install/autoware_perception_deployment/share/autoware_perception_deployment/visualization/*.puml

sudo apt install plantuml
plantuml -v

to get latest version, please visit https://plantuml.com/download then replace existing

sudo mv plantuml.jar /usr/share/plantuml/plantuml.jar
java -Xmx16384m -DPLANTUML_LIMIT_SIZE=65536 -jar /usr/share/plantuml/plantuml.jar -verbose -Playout=smetana -tpng 'install/autoware_perception_deployment/share/autoware_perception_deployment/exports/vehicle_beta2_01.deployment/visualization/vehicle_beta2_01.deployment_node_graph.puml'
java -Xmx16384m -DPLANTUML_LIMIT_SIZE=65536 -jar /usr/share/plantuml/plantuml.jar -verbose -Playout=smetana -tpng 'install/autoware_perception_deployment/share/autoware_perception_deployment/exports/vehicle_beta2_01.deployment/visualization/vehicle_beta2_01.deployment_logic_graph.puml'
java -Xmx16384m -DPLANTUML_LIMIT_SIZE=65536 -jar /usr/share/plantuml/plantuml.jar -verbose -Playout=smetana -tpng 'install/autoware_perception_deployment/share/autoware_perception_deployment/exports/vehicle_beta2_01.deployment/visualization/vehicle_beta2_01.deployment_sequence_graph.puml'

About

A meta system of autoware_launcher to describe autoware architecture.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published