Skip to content

wang-chen/interestingness_ros2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published