hector_quadrotor编译总结 | ubuntu 16.04 ros-kinetic版本
It works! Start a new terminal, follow the official demo tutorial to run it. Source: hector_quadrotor编译总结 | ubuntu 16.04 ros-kinetic版本 – 昔风不起,唯有努力生存! – CSDN博客
Is it possible to run the hector_quadrotor demos in kinetic? – ROS Answers: Open Source Q&A Forum
I installed the kinetic following the Debian instructions. I found the hector_quadrotor indoor slam tutorial here: http://wiki.ros.org/hector_quadrotor/… I tried installing ros-hydro-hector-quadrotor-demo, but that package was not found. I tried following the wstool instructions, however when I ran catkin_make I got the output listed below (I’m not sure how to make it more concise): [ 0%] […]
ServiceRobots/navigation at master · GRASP-ML/ServiceRobots
This collection of packages aims to provide robust, laser-based, indoor navigation capabilities for a turtlebot mobile robot platform. robust_navigation: Provides launch files and configuration files for navigation packages robust_controller: Provides actionlib-based controller with the same interface and move_base, but with more robust recovery options map_labelling: Provides services for semantic labeling of locations hector_navigation: A subset […]
Don’t try to create and analyze at the same time | Seth’s Blog
John Cage pointed out they’re different processes. Doing one will interfere with the other. Source: Don’t try to create and analyze at the same time | Seth’s Blog
Eva Hoerth on Twitter: “For #AR tutorials, @KamiKarras from @torchapp covers interaction design, prototyping, animations, and more: https://t.co/8MtsTtP1g4”
Seeking the Productive Life: Some Details of My Personal Infrastructure—Stephen Wolfram Blog
To explain my personal infrastructure, I first have to say a bit about my daily life. Something that often surprises people is that for 28 years I’ve been a remote CEO. I’m about as hands-on a CEO as they come. But I’m only physically “in the office” a few times a year. Mostly I’m just […]
为什么四轴飞行器火了,而直升机没有? – 知乎
上周刚刚给px4折腾了个直升机模式。现在可以自豪的宣称,天上飞的固定翼,多旋翼,直升机的控制我都写过了。倒是大约是稍稍有点资格回答一下这个问题了。(先挖坑) Source: 为什么四轴飞行器火了,而直升机没有? – 知乎
Oz Ramos 🧙 on Twitter: “If you combine https://t.co/GoQEQzwUL3 with https://t.co/GRB7yyPm9q, you can generate unique 3D heads… “
Status as a Service (StaaS) — Remains of the Day
“It is a truth universally acknowledged, that a person in possession of little fortune, must be in want of more social capital.” Source: Status as a Service (StaaS) — Remains of the Day
Self-sizing Child Views
What I find less well documented is how to implement a self-sizing child view. In this post, I look at how the UIContentContainer protocol allows the child view controller to tell the parent how big it wants to be (and an alternate, possibly simpler, approach). Source: Self-sizing Child Views