Skip to content

Generate a ROS catkin project for the rosrust client library

Notifications You must be signed in to change notification settings

elsuizo/ros-project-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cargo sub-command for generate ROS projects for the Rust client library (rosrust)

Usage

  1. Generate a config file config.yaml in the catkin workspace folder like this:
# define a name
project_name: "navigation-robot"

# define a version
version: 0.0.1

# define the packages names
nodes:
   - listener
   - talker
   - node1
   - node2
  1. Install the cargo sub-command

cargo install ros-project-generator

  1. Run the cargo sub-command in the catkin workspace with the config.yaml file in it

cargo ros-project-generator

About

Generate a ROS catkin project for the rosrust client library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published