Giter Site home page Giter Site logo

firstbot_zara's Introduction

금오공대 ROS 2 수업 2022년 여름

ros2 foxy, tank 이용


Raspberry PI

echo "export ROS_DOMAIN_ID=<your_domain_id>" >> ~/.bashrc
source ~/.bashrc

tf2

ros2 run tf2_ros static_transform_publisher 0 0 0 0 0 0 world map
ros2 run tf2_ros static_transform_publisher 0 0 0 0 0 0 map odom
ros2 run tf2_ros static_transform_publisher -0.05 0 0.3 0 0 0 base_link laser
ros2 run tf2_ros static_transform_publisher 0.1 0 0.2 0 0 0 base_link imu_link

two dc motor control

colcon build --packages-select tank_control && . install/setup.sh && ros2 run tank_control robot_control

imu

cd ros2_ws
ros2 launch mpu9250 mpu9250.launch.py

odometry

ros2 run robot_localization ekf_node --ros-args --params-file $HOME/ekf_params.yaml

lidar

cd ros2_ws
ros2 launch sllidar_ros2 sllidar_launch.py

PC

echo "export ROS_DOMAIN_ID=<your_domain_id>" >> ~/.bashrc
source ~/.bashrc

teleop

ros2 run teleop_twist_keyboard teleop_twist_keyboard

cartographer

ros2 launch tank_cartographer cartographer.launch.py
ros2 launch tank_cartographer cartographer_rviz.launch.py

nav2 map saver

cd ~/
ros2 run nav2_map_server map_saver_cli -f map

navigation

ros2 launch tank_navigation2 navigation2.launch.py map:=$HOME/map.yaml
ros2 launch tank_navigation2 navigation2_rviz.launch.py

firstbot_zara's People

Contributors

donghee avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.