Skip to content

IntelligentRoboticsLabs/paper_MH_AMCL_experiments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

paper_MH_AMCL_experiments

Prepare repo

  1. Clone
mkdir -p <workspace>/src
cd <workspace>/src
git clone https://github.com/IntelligentRoboticsLabs/paper_MH_AMCL_experiments.git
  1. Prepare rosbags files:

These rosbags include experiments conducted in simulation with the Summit XL and in the real scenario with the Tiago and the MOCAP system:

cd <workspace>/src/paper_MH_AMCL_experiments/rosbags/
cat rosbags.zip_* > rosbags.zip
unzip rosbags.zip

However, due to the considerable size of the files associated with the experiments conducted outdoors with the Summit XL, they have been stored in a shared folder. To access this folder and obtain the relevant files, you can do so at this link: Summit XL outdoor

** To avoid potential file corruption due to the size of the rosbags, it is recommended to download the .yaml and .db3 files from each folder independently.

  1. Compile and source
cd <workspace>
rosdep install --from-paths src --ignore-src -r
colcon build --symlink-install
source <workspace>/install/setup.bash

Usage:

  1. Launch simulator:
ros2 launch summit_xl_gazebo default.launch.py 
  1. or play a rosbag
  • Launch mh-amcl for Summit (simulated rosbags)
ros2 launch mh_amcl summit_launch.py 
  • or launch mh-amcl for Tiago (real rosbags)
ros2 launch mh_amcl tiago_real_exp_mh3d_launch.py use_sim_time:=false
  • Run any rosbag (simulated for Summit and real for Tiago or Summit outdoors)
ros2 bag play src/paper_MH_AMCL_experiments/rosbags/simulation/uneven_world_all_0/
  1. Visualization
rviz2 -d src/paper_MH_AMCL_experiments/rviz_exp.rviz

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published