Skip to content

Instantly share code, notes, and snippets.

@mjm522
Created October 14, 2020 13:22
Show Gist options
  • Save mjm522/1bb6d3542320ff23b5fa663363e0d059 to your computer and use it in GitHub Desktop.
Save mjm522/1bb6d3542320ff23b5fa663363e0d059 to your computer and use it in GitHub Desktop.
Build PlotJuggler in ROS2 (foxy + Ubuntu 20.04)

Step 1

Install Qt5 dependencies

sudo apt-get install qt5-default qttools-dev qttools5-dev-tools libqt5svg5-dev qtmultimedia5-dev

Step 2

sudo apt-get install ros-foxy-test-msgs

Step 3

Clone following repositories in the workspace/src folder

git clone https://github.com/facontidavide/plotjuggler_msgs.git -b ros2

git clone https://github.com/ros2/rosbag2.git -b foxy

git clone https://github.com/facontidavide/PlotJuggler.git

Step 4

Build the workspace

colcon build --symlink-install

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment