Skip to content
  1. Jul 29, 2024
  2. Feb 06, 2024
  3. Jan 24, 2024
    • Ambroise Vincent's avatar
      doc: Improve documentation rendering · 72e357bf
      Ambroise Vincent authored
      
      
      Add Latex configurations in order to print the copyright in PDF renders.
      
      Remove unnecessary top level section in order to get proper chapter
      namings.
      
      Reword sentences specific to HTML vs PDF rendering.
      
      Change the type of the code blocks in the changelog page in order to
      work around rendering issues with the PDF target.
      
      Select the "lualatex" engine for Latex as it has shown to be more robust
      than the default engine.
      
      Signed-off-by: Ambroise Vincent's avatarAmbroise Vincent <ambroise.vincent@arm.com>
      72e357bf
    • Ambroise Vincent's avatar
      doc: Add PNG image format · de9a9963
      Ambroise Vincent authored
      
      
      Hold both SVG and PNG image formats in the repository and leave the
      choice of which format to use to the rendered. SVG gets selected for
      HTML rendering and PNG gets selected for PDF rendering.
      
      Signed-off-by: Ambroise Vincent's avatarAmbroise Vincent <ambroise.vincent@arm.com>
      de9a9963
  4. Jan 22, 2024
    • Ambroise Vincent's avatar
      doc: Improve documentation · 7a038874
      Ambroise Vincent authored
      
      
      Change paragraphs to more guiding directives. Make consistent use of
      action verbs throughout the reproduce page.
      
      List newly found issues with the demo.
      
      Fix grammar.
      
      Reinforce the importance of X11 forwarding in the relevant sections of
      the reproduce page.
      
      Fix mistakes in the commands.
      
      Add more information on the expected output and expected warnings for
      the commands the user has to run.
      
      Signed-off-by: Ambroise Vincent's avatarAmbroise Vincent <ambroise.vincent@arm.com>
      7a038874
    • Ambroise Vincent's avatar
      Dockerfiles: Fix issues in the runtime environment · c545f13a
      Ambroise Vincent authored
      
      
      The default implementation of the ROS middleware set by ROS2 Humble and
      by Autoware 2023.10 are different. The current version of the
      actuation_message_converter package requires the ROS2 default to work,
      so ensure the bash environment is set correctly for the user.
      
      The gdown version shipped in the base Autoware image has a bug that
      prevents proper usage in the reproduction of the demo. Pin its version
      to the first next version that includes the fix.
      
      Signed-off-by: Ambroise Vincent's avatarAmbroise Vincent <ambroise.vincent@arm.com>
      c545f13a
  5. Jan 12, 2024
  6. Jan 09, 2024
  7. Jan 05, 2024
  8. Dec 08, 2023
    • Ambroise Vincent's avatar
      doc: Use ROS_DOMAIN_ID 1 for the Autoware pipeline · d8c6dd8f
      Ambroise Vincent authored
      
      
      The number of DDS participants created by the Autoware pipeline on the
      Primary Compute was reaching the limit that the Safety Island memory
      resources could handle. This is because DDS participants discover and
      keep track of all remote endpoints, even if there is no reader/writer
      match between them.
      
      In order to limit the amount of memory used by this mechanism, isolate
      the Safety Island in a dedicated Domain. This is made possible by
      relying on the Message Converter component to handle the split domains.
      
      Signed-off-by: Ambroise Vincent's avatarAmbroise Vincent <ambroise.vincent@arm.com>
      d8c6dd8f
    • Ambroise Vincent's avatar
      zephyr: Update to version 3.5 · 514fdcd3
      Ambroise Vincent authored
      
      
      The Zephyr dependencies are updated to match the recommended versions
      from the Zephyr 3.5 release for the Zephyr modules and the Zephyr SDK.
      
      Signed-off-by: Ambroise Vincent's avatarAmbroise Vincent <ambroise.vincent@arm.com>
      514fdcd3
  9. Dec 06, 2023
  10. Nov 30, 2023
  11. Nov 15, 2023
  12. Nov 10, 2023
  13. Sep 19, 2023
  14. Aug 29, 2023
  15. Aug 28, 2023
Loading