
ros
drbinzhao
这个作者很懒,什么都没留下…
展开
-
ubuntu20 install ros
ros原创 2022-09-09 10:01:23 · 140 阅读 · 0 评论 -
catkin make depend
sh -c “echo “export ROS_MASTER_URI=http://localhost:11311” >> ~/.bashrc”sh -c “echo “export ROS_HOSTNAME=localhost” >> ~/.bashrc”cd srcgit clonecd …rosdep install --from-paths src --ignore-src -r -y$ catkin_make -DCMAKE_BUILD_TYPE=Release原创 2020-06-09 09:56:13 · 258 阅读 · 1 评论 -
catkin-make: command not found 错误解决
catkin-make: command not found 错误解决$ echo “source /opt/ros/indigo/setup.bash” >> ~/.bashrc原创 2020-06-09 09:46:31 · 1461 阅读 · 0 评论 -
ros workspace
sudo apt-get install python-catkin-tools$ mkdir -p ~/catkin_ws/src$ cd ~/catkin_ws/src$ catkin_init_workspace$ cd ~/catkin_ws/$ catkin_make原创 2020-06-09 09:39:51 · 210 阅读 · 0 评论 -
ros realsense d435
librealsense.sohttps://github.com/IntelRealSense/librealsense/releases/tag/v2.16.3ros realsensehttps://github.com/intel-ros/realsense/releases 2.1.1with cuda or notd435 update firewall in window...原创 2018-12-01 01:14:44 · 1248 阅读 · 0 评论 -
make packages
catkin_make -DCATKIN_WHITELIST_PACKAGES=“xxxxx”原创 2018-11-29 21:01:00 · 938 阅读 · 0 评论