AIT-Assistive-Autonomous-Systems / ros2bag_tools

Tool extensions for ros2bag cli
122 stars 34 forks source link

Build instructions missing #16

Closed sandman closed 1 year ago

sandman commented 1 year ago

I built the two packages in a ROS2 workspace and sourced the inlay. However when I run ros2 bag sync --help, I get the below error: Failed to load entry point 'sync': No module named 'rosbag2_py'

devrite commented 1 year ago

Have you installed all dependencies specified package.xml? (See official ROS documentation on setting up worksapces and installing dependencies).

Kettenhoax commented 1 year ago

rosbag2_py is a declared dependency that is resolved when setting up the workspace. You can read up on this at docs.ros.org.