Skip to content

matt60110552/ICT-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ICT-example

Example code of Design and Implementation of Robotic Systems and Applications

Prerequisite

sudo apt install python3-catkin-tools

Install

source /opt/ros/<ros-distro>/setup.bash
git clone --recursive https://github.com/ISCI-LAB/ICT-example.git
cd ~/ICP-example/catkin_ws
rosdep install --from-paths src --ignore-src -r -y
catkin build

Quickstart

  1. Launch locobot gazebo simulation program.

    roslaunch ict_gazebo locobot_sim.launch world:=placing use_camera:=true
  2. Launch apriltag detector

    roslaunch apriltag_ros continuous_detection.launch camera_frame:=<frame_name> camera_name:=<camera_name> image_topic:=<topic_name>
  3. Transform tag frame to locobot goal pose.

    roslaunch baseline_navi apriltags_to_goalpoint.launch
  4. Launch locobot navigation controller

    roslaunch baseline_navi navigation.launch

About

Example code of Design and Implementation of Robotic Systems and Applications

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 60.6%
  • CMake 21.9%
  • Dockerfile 11.1%
  • Shell 6.4%