Skip to content
Snippets Groups Projects
Commit 98723fb2 authored by Sadullah Tasbas's avatar Sadullah Tasbas
Browse files

update pwm_signal_testing.cpp

parent deee5435
Branches master
No related tags found
No related merge requests found
......@@ -212,8 +212,8 @@ void timerCallbackForPublishing(const ros::TimerEvent&){
m_current_publisher.publish(msg);
std_msgs::Float32 msg2;
if(count <= 750){
msg2.data = 40.0;
if(count <= 600){
msg2.data = 20.0;
}else{
msg2.data = 0.0;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment