Skip to content

smarc-project/ros_trilux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ros_trilux

CI license

ROS driver and messages for TriLux Fluorometer.

Launching

roslaunch ros_trilux trilux_measure.launch

Launching this node will automatically start the ros_trilux node, and will publish measurements continuously or in single-shot mode (if this has been enabled).

Launch parameters:

Parameter Type Default Description
driver_port string /dev/ttyUSB0 Serial port to connect to
driver_baud int 9600 Serial port baudrate

Topics

Topic Type Description
core/trilux/measurement ros_trilux_msgs::Measurement Measurements from the TriLux

Services

Service Type Description
trilux/enable_continuous_measurement ros_trilux_msgs::StopStartMeasurements Enable or disable continuous measurement

Examples

Some examples of how to interact with the driver are provided in the src/examples directory and include:

  • single_shot.cpp: Single-shot measurement example

Releases

No releases published

Packages

No packages published