Skip to content

Latest commit

 

History

History
76 lines (44 loc) · 1.6 KB

README.md

File metadata and controls

76 lines (44 loc) · 1.6 KB

READ ME

ROS2 implementation of Interestingness_ros (ROS1) (a ROS2 source package)

Requirements

Strongly suggest:

conda deactivate

Quick Start

Submodule

cd [to-your-ws]/src/interestingness_ros2
git submodule init
git submodule update

Path

Change the rosbag path in file bags.py.

Use rosbag2_bag_v2 (recommend)

In Shell 1

source /opt/ros/noetic/setup.bash #this must be the first to source
source /opt/ros/foxy/setup.bash
cd [to-your-ws]/src/interestingness_ros2/launch
python3 bags.py

In Shell 2

source /opt/ros/foxy/setup.bash
cd [to-your-ws]
colcon build
. install/setup.bash
ros2 launch interestingness_ros2 interestingness.launch.py
# may wait a second