Creating a custom Photon Package
Introduction
These instructions were used to create the photon package. Please see the package in the src directory to see the resulting code and setup
Instructions
-
Create package
bash cd code_idealab_ros/src catkin_create_pkg photon_tcp std_msgs rospy roscpp -
Create message
bash roscd photon_tcp/ mkdir msg nano data.msg -
paste in:
bash string ip_address string data -
follow instructions for adding a messsage
- follow instructions for adding a script
- Modify script to suit needs
-
Make project
bash roscd thorlabs_linear_actuator/ catkin_make