Apple Explores Robotics in Search of Life Beyond the iPhone

2024-08-26 10:52

本文主要是介绍Apple Explores Robotics in Search of Life Beyond the iPhone,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!

Apple is exploring a push into robotics — both to gain a foothold in consumers’ homes and add a new dimension to its product lineup. Also: Meta nears the launch of a cheaper Quest; Apple tries a new Vision Pro sales tactic; and the App Store chief is leaving as part of a reorganization.

Last week in Power On: Apple is playing the long game with a switch away from Qualcomm modems.

The Starters

Amazon Astro home robot.Source: Amazon.com Inc.

When Apple Inc. executives have pondered what new products to sell, they realize they have a bit of a dilemma: The company’s devices are already woven into nearly every part of consumers’ lives.

People get their information and entertainment through the screens of iPhones, iPads, Macs and Apple TV set-top boxes. AirPods and Beats headphones deliver audio to their ears. And the Apple Watch gives customers a view into their health and fitness. Apple is even trying to literally change the way people see the world through the Vision Pro.

The company can always improve those devices (making them smaller, boosting battery life or speeding up processors), but it’s much harder to find a groundbreaking new innovation.

Apple failed to create a new product category with its self-driving car project, which was shuttered earlier this year. But the effort did spark an intriguing question within the company: If Apple products can move around on their own, what new experiences could be created?

Though the dream of selling an autonomous car ultimately died, the concept was essentially a giant rolling robot. And the fundamental technology can be applied to other areas. Around 2020, Apple began exploring the idea of having other products move around via robotics — an effort that’s still very much alive today.

But Apple is still in the early stages of figuring out the best way to use robotics. The test case will be a tabletop device codenamed J595 that brings together a large, iPad-like display with cameras and a base that features a robotic actuator. That product likely will arrive around 2026 or 2027, followed by mobile robots and possibly even humanoid models in the next decade.

With robotics, Apple believes it can solve a series of first-world problems:

  • Your device is only useful if you can reach it. There are many occasions when you might like to use your computer but it isn’t nearby — or your hands are otherwise occupied. Maybe you left a device in your home office, but now you’re in the kitchen or living room and need it.
  • You may want to take photos of things or launch a videoconferencing session, but you’re not holding a device or sitting directly in front of it.
  • You might want to operate or check something in your home while being out of the house.

  1. 苹果正在探索机器人技术,以扩展其产品线并在消费者家庭中获得立足点。

  2. 苹果正在开发一款代号为J595的桌面机器人设备,预计2026-2027年推出。该设备将结合iPad大小的显示屏、摄像头和机器人执行器底座。

  3. 苹果认为机器人可以解决一些"第一世界问题",如让设备更易于使用、远程控制家庭设备等。

  4. 人工智能将是未来机器人设备的核心。苹果正在开发基于生成式AI的新人性化界面。

  5. 机器人技术面临诸多挑战,包括高成本、消费者接受度、技术难题等。

  6. 苹果已经招聘了机器人专家,并曾考虑收购Boston Dynamics等机器人公司。

  7. 机器人可能是苹果进入智能家居市场的新方式,与亚马逊和谷歌竞争。

  8. 苹果高管对机器人前景看法不一,既有乐观者也有怀疑者。

分析:

  • 苹果进军机器人领域显示其在寻求新的创新突破口,扩展产品线。
  • 这一举措与苹果擅长的硬件、软件、AI等领域契合。
  • 面临的挑战不容小觑,包括技术、成本和市场接受度等。
  • 如果成功,可能为苹果开辟新的收入来源,并强化其在智能家居领域的地位。
  • 这一举措反映了科技巨头在AI和机器人时代的战略布局。

这篇关于Apple Explores Robotics in Search of Life Beyond the iPhone的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!



http://www.chinasem.cn/article/1108360

相关文章

使用Python实现生命之轮Wheel of life效果

《使用Python实现生命之轮Wheeloflife效果》生命之轮Wheeloflife这一概念最初由SuccessMotivation®Institute,Inc.的创始人PaulJ.Meyer... 最近看一个生命之轮的视频,让我们珍惜时间,因为一生是有限的。使用python创建生命倒计时图表,珍惜时间

AI基础 L9 Local Search II 局部搜索

Local Beam search 对于当前的所有k个状态,生成它们的所有可能后继状态。 检查生成的后继状态中是否有任何状态是解决方案。 如果所有后继状态都不是解决方案,则从所有后继状态中选择k个最佳状态。 当达到预设的迭代次数或满足某个终止条件时,算法停止。 — Choose k successors randomly, biased towards good ones — Close

Apple quietly slips WebRTC audio, video into Safari's WebKit spec

转自:http://www.zdnet.com/article/apple-quietly-slips-webrtc-audio-video-into-safaris-webkit-spec/?from=timeline&isappinstalled=0 http://www.zdnet.com/article/apple-quietly-slips-webrtc-audio-video-

Science Robotics 首尔国立大学研究团队推出BBEX外骨骼,实现多维力量支持!

重复性举起物体可能会对脊柱和背部肌肉造成损伤,由此引发的腰椎损伤是工业环境等工作场所中一个普遍且令人关注的问题。为了减轻这类伤害,有研究人员已经研发出在举起任务中为工人提供辅助的背部支撑装置。然而,现有的这类装置通常无法在非对称性的举重过程中提供多维度的力量支持。此外,针对整个人体脊柱的设备安全性验证也一直是一个缺失的环节。 据探索前沿科技边界,传递前沿科技成果的X-robot投稿,来自首尔国立

JavaScript正则表达式六大利器:`test`、`exec`、`match`、`matchAll`、`search`与`replace`详解及对比

在JavaScript中,正则表达式(Regular Expression)是一种用于文本搜索、替换、匹配和验证的强大工具。本文将深入解析与正则表达式相关的几个主要执行方法:test、exec、match、matchAll、search和replace,并对它们进行对比,帮助开发者更好地理解这些方法的使用场景和差异。 正则表达式基础 在深入解析方法之前,先简要回顾一下正则表达式的基础知识。正则

插件maven-search:Maven导入依赖时,使用插件maven-search拷贝需要的依赖的GAV

然后粘贴: <dependency>    <groupId>mysql</groupId>    <artifactId>mysql-connector-java</artifactId>    <version>8.0.26</version> </dependency>

【机器人工具箱Robotics Toolbox开发笔记(二十)】机器人工具箱SerialLink I类函数参数说明

机器人工具箱中的SerialLink表示串联机器人型机器人的具体类。该类使用D-H参数描述,每个关节一组。SerialLink I类包含的参数如表1所示。 表1 SerialLink I类参数 参  数 意    义 参  数 意    义 plot 显示机器人的图形表示 jacobn 工具坐标系中的雅可比矩阵 plot3D 显示机器人3D图形模型 Jacob_dot

广度优先搜索Breadth-First-Search

目录  1.问题 2.算法 3.代码 4.参考文献  1.问题         广度优先搜索,稍微学过算法的人都知道,网上也一大堆资料,这里就不做过多介绍了。直接看问题,还是从下图招到一条从城市Arad到Bucharest的路径。  该图是连通图,所以必然存在一条路径,只是如何找到最短路径。 2.算法 还是贴一个算法的伪代码吧: 1 procedu

Open Source, Open Life 第九届中国开源年会论坛征集正式启动

中国开源年会 COSCon 是业界最具影响力的开源盛会之一,由开源社在2015年首次发起,而今年我们将迎来第九届 COSCon! 以其独特定位及日益增加的影响力,COSCon 吸引了越来越多的国内外企业、高校、开源组织/社区的大力支持。与一般企业、IT 媒体、行业协会举办的行业大会不同,COSCon 具有跨组织、跨项目、跨社区的广泛覆盖面,也吸引了众多国内外开源开发者和开源爱好者的关注及参与

【0323】Postgres内核之 hash table sequentially search(seq_scan_tables、num_seq_scans)

0. seq scan tracking 我们在这里跟踪活跃的 hash_seq_search() 扫描。 需要这种机制是因为如果扫描正在进行时发生桶分裂(bucket split),它可能会访问两次相同的条目,甚至完全错过某些条目(如果它正在访问同一个分裂的桶中的条目)。因此,如果正在向表中插入数据,我们希望抑制桶分裂。 在当前的使用中,这种情况非常罕见,因此只需将分裂推迟到下一次插入即可。