Using ROS to control webots Darwin_op3 in Webots
参见http://wiki.ros.org/noetic/Installation/Ubuntu
sudo apt install ./webots_2023b_amd64.deb
webots
echo "export WEBOTS_HOME=/usr/local/webots" >> ~/.bashrc
source ~/.bashrc
sudo apt install ros-noetic-webots-ros
roslaunch webots_ros e_puck_line.launch
sudo apt install ros-noetic-rqt-multiplot
请参考: https://blog.csdn.net/YMGogre/article/details/130588657
也可以直接通过snap安装qtcreator-ros
sudo snap install qtcreator-ros --classic
catkin_make -DCATKIN_WHITELIST_PACKAGES="robotis_controller_msgs"
catkin_make -DCATKIN_WHITELIST_PACKAGES="op3_walking_module_msgs"
catkin_make -DCATKIN_WHITELIST_PACKAGES=""
roslaunch op3_webots_controller op3_webots_motion.launch
rosrun op3_webots_gui op3_webots_gui