Building Nodes
Last updated
Was this helpful?
Last updated
Was this helpful?
$ cd catkin_ws $ catkin_make $ source devel/setup.bash
Running the Service and Client Node $ rosrun beginner_tutorials add_two_ints_server.py $ rosrun beginner_tutorials add_two_ints_client.py
Installing Pluto_drone ROS Package
$ cd catkin_ws/src $ git clone
$ cd .. $ catkin_make $ source devel/setup.bash