Skip to content

Communication between different programming languages through ROS

Notifications You must be signed in to change notification settings

fdcl-gwu/demo_ros_python_matlab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

demo_ros_python_matlab

Communication between different programming languages through ROS

Usage instructions

  1. catkin_make
  2. source devel/setup.zsh (or setup.bash)
  3. Start a ROS master : roscore
  4. Build custom service for MATLAB and start server : matlab_server.m
  5. Run the python_client.py

Relevant information

Start with a base catkin workspace (http://wiki.ros.org/ROS/Tutorials/InstallingandConfiguringROSEnvironment)

  • cd src/
     catkin_create_pkg demo_package std_msgs rospy
  • cd ../demo_ros_python_matlab & catkin_make

Custom message or service description (http://wiki.ros.org/msg#Building_.msg_Files)

If existing standard formats (http://wiki.ros.org/common_msgs) are not applicable

Demo service and client

About

Communication between different programming languages through ROS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published