jrgnicho / ros_development_config

Shell scripts and other tools for facilitating ROS/ROS2 development

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ROS Development Scripts

Various scripts for facilitating ROS and ROS2 development

Setup Instructions

  • Clone the "ros_development_config" repository in your home directory by running the following command:

    cd
    git clone https://github.com/jrgnicho/ros_development_config.git	
    
  • Add the following line to your bash file ".bashrc":

    source "$HOME/ros_development_config/general/setup.bash"
    
  • Run your bash file

    source ~/.bashrc
    

ROS/catkin Tools

ROS2/colcon Tools

Other features

Other Useful Tools

About

Shell scripts and other tools for facilitating ROS/ROS2 development


Languages

Language:Python 64.8%Language:Shell 23.4%Language:Makefile 11.8%