Pinned Repositories
C-_ObjectOrientedProgramming
Write a Class for Student with : 1-Roll 2-Name 3-Marks in 3 subject Functions for Total marks, Grade
catkin_ws_IoTSensorMessage
IoTsensors Custom ROS message Publisher/Subscriber Applications in C++
Check-if-Num-is-Odd-or-Even
Finding--and-Negative-numbers We want to find Positive and Negative numbers and Function Template has been used in order to write a generic function that can be used for different data types.
Check-If-Num-Odd-Even
We want to check whether number is odd or even and Function Template has been used in order to write a generic function that can be used for different data types.
ConductingSensor
Designing and programming a sensor for drone capable of conducting at height in scan modes.If drone's probe touch sensor Y_ledPin (Yellow Led) and BU_ledPin (Buzzer) * switch on. If stay there more than 3sec B_ledPin (Blue Led ) switch on for 1 minute and * Y_ledPin and BU_ledPin switch off.
DeLidarSingleBeam
rosserial::connecting TF02 (Single beam Lidar) to Arduino with ROS.
Display-Reverse-of-a-Number
Display Reverse of a Number
Factorial_Factors_Prefect_Prime
we wrote code for Sum of N numbers, Factorial of a number, Factors pf a number, Perfect number and Prime number
Finding-Maximum-of-3-Numbers
We want to find maximum of 3 numbers and Function Template has been used in order to write a generic function that can be used for different data types.
Finding-Positive-and-Negative-numbers
We want to find Positive and Negative numbers and Function Template has been used in order to write a generic function that can be used for different data types.
VbsmRobotic's Repositories
VbsmRobotic/catkin_ws_IoTSensorMessage
IoTsensors Custom ROS message Publisher/Subscriber Applications in C++
VbsmRobotic/C-_ObjectOrientedProgramming
Write a Class for Student with : 1-Roll 2-Name 3-Marks in 3 subject Functions for Total marks, Grade
VbsmRobotic/Check-if-Num-is-Odd-or-Even
Finding--and-Negative-numbers We want to find Positive and Negative numbers and Function Template has been used in order to write a generic function that can be used for different data types.
VbsmRobotic/Check-If-Num-Odd-Even
We want to check whether number is odd or even and Function Template has been used in order to write a generic function that can be used for different data types.
VbsmRobotic/ConductingSensor
Designing and programming a sensor for drone capable of conducting at height in scan modes.If drone's probe touch sensor Y_ledPin (Yellow Led) and BU_ledPin (Buzzer) * switch on. If stay there more than 3sec B_ledPin (Blue Led ) switch on for 1 minute and * Y_ledPin and BU_ledPin switch off.
VbsmRobotic/DeLidarSingleBeam
rosserial::connecting TF02 (Single beam Lidar) to Arduino with ROS.
VbsmRobotic/Display-Reverse-of-a-Number
Display Reverse of a Number
VbsmRobotic/Factorial_Factors_Prefect_Prime
we wrote code for Sum of N numbers, Factorial of a number, Factors pf a number, Perfect number and Prime number
VbsmRobotic/Finding-Maximum-of-3-Numbers
We want to find maximum of 3 numbers and Function Template has been used in order to write a generic function that can be used for different data types.
VbsmRobotic/Finding-Positive-and-Negative-numbers
We want to find Positive and Negative numbers and Function Template has been used in order to write a generic function that can be used for different data types.
VbsmRobotic/Finding_Max_Element_Index_Array
Finding Max Element and Index of an aaray
VbsmRobotic/MultipilcationTable
Create Multiplication Table using for loop
VbsmRobotic/RobotMotionControl
Control the motion of a robot
VbsmRobotic/RootofQuadraticEquation
Finding roots of Quadratic Equations in C++
VbsmRobotic/ROS_Service_RectangleArea
I have developed a new ROS service. The objective is to create a ROS service where a client sends two float numbers, width and height to the server, then the server will respond the area of the rectangle.
VbsmRobotic/ROSBagClean
VbsmRobotic/Summation_of_First_N_natural_Number_Using_for-loop
Sum of first n natural number using for loop and mathematical formula
VbsmRobotic/User_Define_DataType
We want to use enum(user defined data type) in daily schedule code. The advantage of enum is making faster and readable of our code. For example, in this case instead of using string (Monday, Tuesday,...) We want to use number to make fast and easy our programming.