Skip to content

这是针对PIXROBOBUS开发的车辆数据传感器可视化UI

License

Notifications You must be signed in to change notification settings

pixmoving-moveit/godot_rviz2

 
 

Repository files navigation

godot_rviz2 (ROS2 humble)

Environment

  • Ubuntu 22.04
  • GPU
  • Autoware (step1 in How to use)

How to use

  1. Autoware build following here.

  2. Build godot from source

    1. install pre-requirements following here by godot.

      sudo apt-get install build-essential scons pkg-config libx11-dev libxcursor-dev libxinerama-dev libgl1-mesa-dev libglu-dev libasound2-dev libpulse-dev libudev-dev libxi-dev libxrandr-dev yasm
    2. clone godot_rviz2

      git clone https://github.com/yukkysaito/godot_rviz2.git --recursive
    3. build godot with autoware and ros2 components.

      cd godot_rviz2/godot
      source <autoware_path>/install/setup.bash
      scons platform=linux -j8 custom_modules=../godot_rviz2
  3. Run Autoware and Godot

    1. Run Autoware

    2. Run Godot

      ./bin/godot.x11.tools.64
    3. Click run button on top right on Godot GUI.

Key Config

key action
Space Show menu
Tab Switch view mode

How to customize

  1. Run Godot and import project from godot_rviz2/godot-project

    ./bin/godot.x11.tools.64
  2. Edit on Godot GUI editor

  3. Click run button on top right on Godot GUI.

Reference

About

这是针对PIXROBOBUS开发的车辆数据传感器可视化UI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 68.6%
  • GDScript 30.0%
  • Other 1.4%