Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 1.05 KB

README.md

File metadata and controls

22 lines (20 loc) · 1.05 KB

tuw_robotics

ROS package collection

packages

  • tuw: Classes and functions which are making live easier in ROS
  • tuw_json: This package allows to read and write tuw_msgs into json files
  • tuw_rviz: RViz2 plugins for tuw_msgs

branches on github.com

commands

# fix format in this order!!!
ament_clang_format . --reformat
ament_uncrustify . --reformat
# update ros2 branch with ros2-devel
git checkout ros2; git merge ros2-devel; git push origin ros2; git checkout ros2-devel;