source /opt/ros/noetic/setup.sh
mkdir -p ~/catkin_ws/src
cd ~/catkin_ws/
catkin_make
source devel/setup.bash
create package:
catkin_create_pkg ros_rest_interface2 roscpp geometry_msgs message_generation message_runtime roslint
build package:
cd ..
catkin_make
sudo apt-get install libcpprest-dev
- catkin_make && roslaunch ros_rest_interface ros_rest_interface.launch